The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-28425

CVE-2026-28425: Statamic CMS RCE Vulnerability

CVE-2026-28425 is a remote code execution vulnerability in Statamic CMS that allows authenticated users with Antlers access to execute arbitrary code. This article covers technical details, affected versions, and patches.

Published: March 6, 2026

CVE-2026-28425 Overview

CVE-2026-28425 is a Code Injection vulnerability affecting Statamic, a Laravel and Git powered content management system (CMS). Authenticated control panel users with access to Antlers-enabled inputs may achieve remote code execution (RCE) in the application context. This vulnerability allows attackers to fully compromise the application, including accessing sensitive configuration data, modifying or exfiltrating content, and potentially impacting system availability.

Critical Impact

Authenticated attackers can achieve remote code execution through Antlers template injection, leading to full application compromise including sensitive data access, modification, and potential system availability impact.

Affected Products

  • Statamic CMS versions prior to 5.73.11
  • Statamic CMS versions prior to 6.4.0
  • Third-party addons that depend on vulnerable Statamic versions (e.g., SEO Pro addon)

Discovery Timeline

  • 2026-02-27 - CVE-2026-28425 published to NVD
  • 2026-02-27 - Statamic releases security patches v5.73.11 and v6.4.0
  • 2026-03-05 - Last updated in NVD database

Technical Details for CVE-2026-28425

Vulnerability Analysis

This vulnerability is classified as CWE-94 (Improper Control of Generation of Code), commonly known as Code Injection. The flaw exists in Statamic's Antlers templating engine, which processes user-controlled content without adequate sanitization. When an authenticated user with specific control panel permissions crafts malicious Antlers template syntax, the application may execute arbitrary code within the application context.

The attack requires authentication and specific permissions within the Statamic control panel, making this a post-authentication exploitation scenario. However, once exploited, attackers gain the ability to execute arbitrary code with the same privileges as the web application, potentially leading to complete system compromise.

Root Cause

The root cause stems from insufficient input validation and sanitization when processing Antlers template syntax in user-controlled content fields. Antlers is Statamic's custom templating language, and when enabled on content fields, it dynamically evaluates template expressions. The vulnerability occurs because the template engine does not adequately restrict dangerous operations that authenticated users can inject through Antlers-enabled inputs.

Exploitation vectors include:

  • Content fields with Antlers explicitly enabled (requires permission to configure fields and edit entries)
  • Built-in configurations supporting Antlers, such as Forms email notification settings (requires configuration permission)
  • Third-party addons that add Antlers-enabled fields to entries (e.g., the SEO Pro addon)

Attack Vector

The attack vector is network-based and requires authenticated access to the Statamic control panel with specific permissions. An attacker must have legitimate credentials and appropriate role assignments to access Antlers-enabled input fields.

The exploitation flow involves:

  1. Authentication: Attacker logs into the Statamic control panel with valid credentials
  2. Permission Access: Attacker navigates to an Antlers-enabled input field (content field, form notification settings, or addon-provided field)
  3. Payload Injection: Attacker injects malicious Antlers template syntax designed to execute arbitrary PHP code
  4. Code Execution: When the content is rendered or processed, the Antlers engine evaluates the malicious template, resulting in code execution within the application context

The vulnerability allows attackers to leverage Antlers template syntax to break out of the intended template context and execute arbitrary PHP functions or system commands.

Detection Methods for CVE-2026-28425

Indicators of Compromise

  • Unusual or suspicious Antlers template syntax in content fields, particularly containing PHP function calls or system command references
  • Unexpected modifications to Forms email notification settings with template injection patterns
  • Anomalous control panel activity from authenticated users attempting to access or modify Antlers-enabled fields
  • Web server logs showing POST requests to content editing endpoints with encoded or obfuscated payloads
  • Evidence of unauthorized file access, creation, or modification in the application directory structure

Detection Strategies

  • Monitor Statamic control panel access logs for suspicious user activity patterns and unusual content modifications
  • Implement content change auditing to detect injection of potentially malicious Antlers template syntax
  • Deploy web application firewall (WAF) rules to detect code injection patterns in form submissions
  • Review user permission assignments regularly to ensure principle of least privilege for control panel access
  • Use file integrity monitoring on critical application files to detect unauthorized modifications

Monitoring Recommendations

  • Enable comprehensive audit logging for all control panel authentication events and content modifications
  • Configure alerts for modifications to Forms email notification configurations and field definitions
  • Monitor application error logs for template parsing failures or unexpected code execution errors
  • Implement behavioral analytics to detect anomalous patterns from authenticated user accounts
  • Review third-party addon configurations for Antlers-enabled fields that may expand the attack surface

How to Mitigate CVE-2026-28425

Immediate Actions Required

  • Update Statamic CMS to version 5.73.11 or 6.4.0 immediately based on your major version branch
  • Review and audit all user accounts with control panel access, removing unnecessary permissions
  • Audit all Antlers-enabled content fields and configurations for suspicious or unexpected content
  • Verify that third-party addons are updated to versions that depend on patched Statamic releases
  • Implement additional access controls to restrict which users can modify Antlers-enabled fields

Patch Information

Statamic has released security patches addressing this vulnerability:

Version BranchFixed VersionRelease Link
5.x5.73.11GitHub Release v5.73.11
6.x6.4.0GitHub Release v6.4.0

Update your Statamic installation using Composer:

bash
composer update statamic/cms

Users of third-party addons that depend on Statamic should verify their addon dependencies are compatible with the patched versions and ensure the underlying Statamic installation is updated.

For complete security advisory details, refer to the GitHub Security Advisory GHSA-cpv7-q2wx-m8rw.

Workarounds

  • Restrict control panel access to only trusted administrators until patches can be applied
  • Disable Antlers processing on content fields where it is not explicitly required for functionality
  • Implement strict role-based access control limiting which users can configure fields or modify Forms email notification settings
  • Remove or disable third-party addons that add Antlers-enabled fields until addon compatibility with patched Statamic versions is confirmed
  • Deploy a web application firewall (WAF) with rules to detect and block template injection patterns
bash
# Example: Review current Statamic version
php artisan statamic:version

# Update Statamic via Composer
composer update statamic/cms --with-dependencies

# Clear application cache after update
php artisan cache:clear
php artisan config:clear
php artisan view:clear

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechStatamic

  • SeverityHIGH

  • CVSS Score8.0

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Technical References
  • GitHub Release v5.73.11

  • GitHub Release v6.4.0
  • Vendor Resources
  • GitHub Security Advisory GHSA-cpv7-q2wx-m8rw
  • Related CVEs
  • CVE-2026-33882: Statamic CMS Information Disclosure Flaw

  • CVE-2026-33887: Statamic CMS Auth Bypass Vulnerability

  • CVE-2026-33883: Statamic CMS XSS Vulnerability

  • CVE-2026-33884: Statamic CMS Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English