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-6652

CVE-2026-6652: Pagekit CMS RCE Vulnerability

CVE-2026-6652 is a remote code execution flaw in Pagekit CMS that affects the PhpEngine component. Attackers can exploit this weakness to execute arbitrary code remotely. This article covers technical details, impact, and mitigation.

Published: April 23, 2026

CVE-2026-6652 Overview

A code injection vulnerability has been identified in Pagekit CMS versions up to 1.0.18. This security flaw affects the evaluate function within the file app/modules/view/src/PhpEngine.php, which is part of the StringStorage Template Handler component. The vulnerability enables improper neutralization of directives in dynamically evaluated code (CWE-94), potentially allowing attackers to inject and execute arbitrary PHP code on vulnerable systems.

Remote exploitation of this vulnerability is possible, and the exploit has been made publicly available. The vendor was contacted about this disclosure but did not respond.

Critical Impact

Successful exploitation could allow remote attackers with high privileges to execute arbitrary code on the server, potentially leading to full system compromise, data theft, or lateral movement within the network.

Affected Products

  • Pagekit CMS up to version 1.0.18
  • Systems running the vulnerable PhpEngine.php component
  • Deployments utilizing StringStorage Template Handler

Discovery Timeline

  • 2026-04-20 - CVE-2026-6652 published to NVD
  • 2026-04-22 - Last updated in NVD database

Technical Details for CVE-2026-6652

Vulnerability Analysis

This vulnerability falls under the category of Code Injection (CWE-94: Improper Neutralization of Directives in Dynamically Evaluated Code). The flaw exists in the evaluate function within the PhpEngine.php file, which is responsible for processing template content in the StringStorage Template Handler.

The core issue stems from insufficient input validation and sanitization when processing dynamically evaluated code. PHP's eval() function or similar dynamic code execution mechanisms, when combined with user-controllable input, create dangerous attack surfaces. In this case, template content processed through the StringStorage Template Handler can potentially include malicious PHP directives that are executed by the server.

The vulnerability requires high privileges to exploit, which limits the attack surface but does not eliminate the risk—compromised administrator accounts or insider threats could leverage this weakness for malicious purposes.

Root Cause

The root cause of this vulnerability lies in the improper handling of user-supplied input within the evaluate function of the PhpEngine.php component. The function fails to adequately sanitize or validate template data before it is dynamically evaluated, allowing attackers to inject PHP code that gets executed in the application context.

Dynamic code evaluation is inherently dangerous when applied to untrusted input. The PHP eval() construct executes the passed string as PHP code, making it critical to ensure that any data reaching such functions is strictly controlled and validated. For more information on the risks of PHP eval, see the Medium Article on PHP Eval.

Attack Vector

The attack vector for CVE-2026-6652 is network-based, meaning attackers can exploit this vulnerability remotely without requiring physical access to the target system. However, the attack requires high-level privileges (such as administrator access to the CMS), which serves as a limiting factor.

An attacker with sufficient privileges could craft malicious template content containing PHP code directives. When this content is processed by the vulnerable evaluate function in the StringStorage Template Handler, the injected code would be executed on the server with the same permissions as the web application.

The exploitation flow involves manipulating template data to include malicious PHP payloads that bypass any existing input filters, targeting the vulnerable code path within PhpEngine.php.

Detection Methods for CVE-2026-6652

Indicators of Compromise

  • Unusual PHP process execution or spawned child processes from the web server
  • Unexpected modifications to template files or StringStorage content within Pagekit CMS
  • Suspicious network connections originating from the web server to external hosts
  • Anomalous entries in web server access logs indicating template manipulation attempts

Detection Strategies

  • Monitor file integrity for changes to app/modules/view/src/PhpEngine.php and related template handler files
  • Implement web application firewall (WAF) rules to detect code injection patterns in HTTP requests
  • Review Pagekit CMS administrative access logs for unauthorized or suspicious template modifications
  • Deploy endpoint detection solutions capable of identifying PHP code injection attempts

Monitoring Recommendations

  • Enable verbose logging for the Pagekit CMS application to capture template processing activities
  • Configure alerts for any modifications to critical PHP files within the Pagekit installation directory
  • Monitor system calls from the web server process for unusual command execution patterns
  • Implement SIEM correlation rules to identify potential code injection attack patterns

How to Mitigate CVE-2026-6652

Immediate Actions Required

  • Restrict administrative access to Pagekit CMS to trusted personnel only and enforce strong authentication
  • Audit all user accounts with template modification privileges and remove unnecessary access
  • Implement network segmentation to limit potential lateral movement if exploitation occurs
  • Consider temporarily disabling the StringStorage Template Handler functionality until a patch is available

Patch Information

At the time of this publication, no official patch has been released by the vendor. The vendor was contacted regarding this disclosure but did not respond. Organizations using Pagekit CMS should monitor the official project channels for security updates.

For additional vulnerability details, refer to the VulDB Vulnerability Entry #358286 and the related VulDB Submission #794186.

Workarounds

  • Restrict access to the Pagekit CMS administrative interface using IP whitelisting or VPN requirements
  • Implement additional input validation at the web server or reverse proxy level to filter potentially malicious template content
  • Deploy a web application firewall with rules targeting PHP code injection patterns
  • Consider migrating to an alternative CMS platform that is actively maintained and receives regular security updates
bash
# Example: Restrict access to Pagekit admin panel via .htaccess
<Directory "/var/www/html/pagekit/admin">
    Order Deny,Allow
    Deny from all
    Allow from 192.168.1.0/24
    Allow from 10.0.0.0/8
</Directory>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechPagekit Cms

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-94
  • Technical References
  • Medium Article on PHP Eval

  • VulDB Submission #794186

  • VulDB Vulnerability #358286

  • VulDB CTI for #358286
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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