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-2024-32641

CVE-2024-32641: Masa CMS Remote Code Execution Vulnerability

CVE-2024-32641 is a remote code execution vulnerability in Masa CMS that allows unauthenticated attackers to execute arbitrary code through the addParam function. This article covers technical details, affected versions, and patches.

Published: April 15, 2026

CVE-2024-32641 Overview

CVE-2024-32641 is a critical remote code execution (RCE) vulnerability affecting Masa CMS, an open source Enterprise Content Management platform. The vulnerability exists in the addParam function, which accepts user input via the criteria parameter. This input is subsequently evaluated by setDynamicContent, allowing an unauthenticated attacker to execute arbitrary code via the m tag without any prior authentication.

Critical Impact

Unauthenticated remote code execution allows attackers to completely compromise affected Masa CMS installations, potentially leading to full server takeover, data theft, and lateral movement within the network.

Affected Products

  • Masa CMS versions prior to 7.2.8
  • Masa CMS versions prior to 7.3.13
  • Masa CMS versions prior to 7.4.6

Discovery Timeline

  • 2025-12-03 - CVE-2024-32641 published to NVD
  • 2025-12-05 - Last updated in NVD database

Technical Details for CVE-2024-32641

Vulnerability Analysis

This vulnerability is classified under CWE-94 (Improper Control of Generation of Code, also known as Code Injection). The flaw allows unauthenticated attackers to inject and execute arbitrary code on the target server by exploiting improper input handling in the content management system's dynamic content generation functionality.

The attack can be launched remotely over the network without requiring any user interaction or prior authentication. Successful exploitation grants the attacker complete control over the affected system, enabling them to read sensitive data, modify content, install backdoors, or pivot to other systems on the network.

Root Cause

The root cause of this vulnerability lies in the improper validation and sanitization of user-supplied input in the addParam function. When user input is passed through the criteria parameter, it flows into the setDynamicContent function where it is evaluated without proper security controls. This allows arbitrary code embedded in the m tag to be executed within the application context.

Attack Vector

The attack vector for CVE-2024-32641 is network-based, requiring no authentication or user interaction. An attacker can craft a malicious request containing code injection payloads in the criteria parameter. When the vulnerable addParam function processes this input and passes it to setDynamicContent, the injected code in the m tag is evaluated and executed on the server.

The vulnerability allows attackers to achieve full remote code execution, which can lead to complete system compromise, including access to sensitive data, modification of website content, establishment of persistent backdoors, and use of the compromised server as a pivot point for further attacks.

Detection Methods for CVE-2024-32641

Indicators of Compromise

  • Unusual HTTP requests containing suspicious payloads in the criteria parameter targeting Masa CMS endpoints
  • Web server logs showing requests with encoded or obfuscated code in m tag parameters
  • Unexpected process executions spawned from ColdFusion or CFML application server processes
  • New or modified files in web-accessible directories or system locations indicative of webshell deployment

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block code injection patterns in request parameters
  • Monitor application logs for requests to Masa CMS endpoints containing suspicious criteria parameter values
  • Deploy file integrity monitoring on web server directories to detect unauthorized file modifications
  • Utilize endpoint detection and response (EDR) solutions to identify anomalous process behavior from web application servers

Monitoring Recommendations

  • Enable detailed logging for all HTTP requests to Masa CMS applications, particularly those involving dynamic content generation
  • Configure SIEM alerts for patterns consistent with code injection attempts targeting CMS platforms
  • Monitor network traffic for unusual outbound connections from web servers that could indicate successful exploitation and command-and-control communication

How to Mitigate CVE-2024-32641

Immediate Actions Required

  • Upgrade Masa CMS immediately to patched versions: 7.2.8, 7.3.13, or 7.4.6 depending on your current version branch
  • If immediate patching is not possible, consider temporarily taking the affected Masa CMS instance offline until the update can be applied
  • Review web server logs for signs of exploitation attempts and investigate any suspicious activity
  • Conduct a security assessment of systems that may have been exposed to determine if compromise has occurred

Patch Information

Masa CMS has released security patches addressing this vulnerability. The fix is available in versions 7.2.8, 7.3.13, and 7.4.6. Organizations should upgrade to the appropriate patched version based on their current deployment. The security commit and the GitHub Security Advisory GHSA-cj9g-v5mq-qrjm provide additional technical details about the fix.

Workarounds

  • Deploy a Web Application Firewall (WAF) with rules configured to block code injection patterns in the criteria parameter and m tag
  • Restrict network access to Masa CMS administrative and content management interfaces to trusted IP addresses only
  • Implement network segmentation to isolate web servers running Masa CMS from critical internal systems
  • Consider disabling or restricting dynamic content generation features if they are not essential to operations until patching is completed
bash
# Example WAF rule concept for blocking suspicious criteria parameter
# Note: Implement in your specific WAF solution
# Block requests containing potential code injection in criteria parameter
SecRule ARGS:criteria "@rx (\$|#|evaluate|execute|runtime)" \
    "id:100001,phase:2,deny,status:403,msg:'Potential Masa CMS RCE attempt blocked'"

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMasacms

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability1.15%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory
  • 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