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
    • 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-28495

CVE-2026-28495: GetSimple CMS RCE Vulnerability

CVE-2026-28495 is a remote code execution flaw in GetSimple CMS that allows attackers to execute arbitrary PHP code through CSRF exploitation. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-28495 Overview

GetSimple CMS is a content management system. The massiveAdmin plugin (v6.0.3) bundled with GetSimpleCMS-CE v3.3.22 allows an authenticated administrator to overwrite the gsconfig.php configuration file with arbitrary PHP code via the gsconfig editor module. The form lacks CSRF protection, enabling a remote unauthenticated attacker to exploit this via Cross-Site Request Forgery against a logged-in admin, achieving Remote Code Execution (RCE) on the web server.

Critical Impact

Remote unauthenticated attackers can achieve full Remote Code Execution on vulnerable GetSimple CMS installations by chaining CSRF with arbitrary PHP code injection into the configuration file.

Affected Products

  • GetSimpleCMS-CE v3.3.22
  • massiveAdmin plugin v6.0.3
  • getsimple-ce getsimple_cms (Community Edition)

Discovery Timeline

  • 2026-03-10 - CVE CVE-2026-28495 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2026-28495

Vulnerability Analysis

This vulnerability represents a dangerous combination of two security weaknesses that, when chained together, allow complete server compromise. The massiveAdmin plugin bundled with GetSimpleCMS-CE provides administrators with a gsconfig editor module that permits modification of the gsconfig.php configuration file directly through the web interface.

The core issue is the absence of Cross-Site Request Forgery (CWE-352) protection on the form that handles configuration file modifications. Without proper CSRF tokens or other anti-forgery mechanisms, the application cannot distinguish between legitimate administrator requests and malicious requests forged by an attacker.

An attacker can craft a malicious webpage containing a hidden form that, when visited by an authenticated administrator, automatically submits a request to the vulnerable endpoint. This request can inject arbitrary PHP code into the gsconfig.php file, which is subsequently executed by the web server during normal CMS operations.

Root Cause

The root cause is the missing CSRF token validation in the gsconfig editor module of the massiveAdmin plugin. Modern web applications must implement anti-CSRF mechanisms such as synchronizer tokens, same-site cookies, or origin header validation to prevent unauthorized state-changing requests. The absence of these protections in a sensitive functionality like configuration file editing creates a direct path to code execution.

Attack Vector

The attack is network-based and requires user interaction—specifically, a logged-in administrator must be tricked into visiting a malicious page controlled by the attacker. The attacker does not need prior authentication to the CMS; they only need to craft a convincing phishing lure or embed the malicious form on a compromised website that the target administrator might visit.

The exploitation flow involves: (1) attacker creates a malicious webpage with a hidden auto-submitting form targeting the gsconfig editor endpoint, (2) attacker tricks an authenticated GetSimple CMS administrator into visiting this page, (3) the administrator's browser automatically sends the forged request with their valid session credentials, (4) the CMS accepts the request and writes attacker-controlled PHP code to gsconfig.php, and (5) the malicious PHP code executes on subsequent page loads, giving the attacker remote code execution capabilities on the web server.

Detection Methods for CVE-2026-28495

Indicators of Compromise

  • Unexpected modifications to the gsconfig.php file, particularly additions of PHP functions like eval(), system(), exec(), passthru(), or shell_exec()
  • Web server logs showing POST requests to the massiveAdmin gsconfig editor endpoint originating from external referrer URLs
  • Newly created PHP files or shell scripts in the CMS directory structure
  • Unusual outbound network connections from the web server process

Detection Strategies

  • Implement file integrity monitoring (FIM) on critical configuration files including gsconfig.php to detect unauthorized modifications
  • Configure web application firewall (WAF) rules to detect and block requests to sensitive administrative endpoints lacking valid CSRF tokens
  • Monitor web server access logs for POST requests to admin endpoints with suspicious or external referrer headers
  • Deploy endpoint detection and response (EDR) solutions to identify PHP processes spawning unexpected child processes

Monitoring Recommendations

  • Enable detailed access logging on the GetSimple CMS admin directory and alert on requests from unexpected IP addresses or with anomalous referrer headers
  • Implement real-time alerting for changes to PHP configuration files within the CMS installation directory
  • Monitor for web shell indicators such as newly created PHP files with obfuscated content or common web shell signatures

How to Mitigate CVE-2026-28495

Immediate Actions Required

  • Restrict access to the GetSimple CMS administrative interface by IP address using web server configuration or network-level firewall rules
  • Consider disabling or removing the massiveAdmin plugin until a patched version is available
  • Ensure administrators are educated about phishing risks and avoid clicking untrusted links while logged into the CMS
  • Implement Content Security Policy (CSP) headers to reduce the risk of form-based CSRF attacks

Patch Information

Review the GitHub Security Advisory for official patch information and updated versions. Organizations should upgrade to a patched version of GetSimpleCMS-CE and the massiveAdmin plugin as soon as one becomes available.

Workarounds

  • Disable the gsconfig editor functionality in the massiveAdmin plugin by removing or renaming the relevant PHP files until a patch is released
  • Implement additional authentication layers such as HTTP Basic Authentication on the admin directory
  • Use web server configuration to make the gsconfig.php file read-only at the file system level, preventing web-based modifications
  • Deploy a reverse proxy with CSRF protection capabilities in front of the CMS administrative interface
bash
# Configuration example - Make gsconfig.php read-only
chmod 444 /path/to/getsimple/gsconfig.php
chown root:root /path/to/getsimple/gsconfig.php

# Apache configuration to restrict admin access by IP
<Directory "/path/to/getsimple/admin">
    Require ip 192.168.1.0/24
</Directory>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGetsimple Cms

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-352
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2021-47778: GetSimple CMS My SMTP Contact RCE Flaw

  • CVE-2026-26351: GetSimple CMS Stored XSS Vulnerability

  • CVE-2026-27146: GetSimple CMS CSRF Vulnerability

  • CVE-2026-27147: GetSimple CMS SVG File Upload XSS Flaw
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