Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-3241

CVE-2026-3241: Concrete CMS Legacy Form XSS Vulnerability

CVE-2026-3241 is a stored cross-site scripting vulnerability in Concrete CMS Legacy Form block that allows authenticated users to inject malicious JavaScript. This article covers technical details, affected versions, and mitigations.

Published: March 6, 2026

CVE-2026-3241 Overview

A stored cross-site scripting (XSS) vulnerability has been identified in Concrete CMS versions below 9.4.8. The vulnerability exists within the "Legacy Form" block functionality, where an authenticated user with form creation or editing permissions can inject persistent JavaScript payloads into multiple-choice question options. These options include Checkbox Lists, Radio Buttons, and Select Box elements. Once injected, the malicious script executes in the browser of any user who subsequently views the page containing the compromised form.

Critical Impact

Authenticated attackers with form editing privileges can inject persistent JavaScript that executes in victims' browsers, potentially leading to session hijacking, credential theft, or unauthorized actions performed on behalf of legitimate users.

Affected Products

  • Concrete CMS versions below 9.4.8
  • Legacy Form block component
  • Multiple-choice form elements (Checkbox List, Radio Buttons, Select Box)

Discovery Timeline

  • March 4, 2026 - CVE-2026-3241 published to NVD
  • March 4, 2026 - Last updated in NVD database

Technical Details for CVE-2026-3241

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) affects the Legacy Form block in Concrete CMS. The root issue lies in insufficient input sanitization when processing multiple-choice question options within form configurations. An attacker with elevated privileges (such as a rogue administrator or any authenticated user with form editing permissions) can craft malicious JavaScript payloads and embed them within the option values or labels of Checkbox Lists, Radio Buttons, or Select Box form elements.

The attack requires network access and authenticated privileges to the CMS administrative interface. The vulnerability's impact is primarily focused on integrity, as it allows modification of page content and execution of arbitrary scripts in other users' browser contexts. While the attack requires user interaction (a victim must view the affected page), the persistent nature of the XSS means the payload remains active until manually removed.

Root Cause

The vulnerability stems from improper output encoding and input validation within the Legacy Form block's handling of multiple-choice question options. When form options are rendered on the frontend, user-supplied data is not adequately sanitized or escaped, allowing HTML and JavaScript content to be interpreted and executed by the browser rather than being displayed as plain text.

Attack Vector

The attack follows a straightforward exploitation path leveraging network access to the Concrete CMS administrative interface. An attacker with form editing permissions navigates to the Legacy Form block configuration and creates or modifies a multiple-choice question. Within the option field (for Checkbox List, Radio Buttons, or Select Box), the attacker injects a JavaScript payload such as an event handler or script tag. The malicious form is saved and published to a page. When any user visits the page containing the form, the injected script executes in their browser context, potentially stealing session cookies, redirecting users to malicious sites, or performing actions on behalf of the victim.

The stored nature of this XSS vulnerability makes it particularly dangerous as the payload persists in the database and executes for every subsequent visitor to the affected page.

Detection Methods for CVE-2026-3241

Indicators of Compromise

  • Unusual JavaScript content within Legacy Form block option values in the database
  • Script tags or event handlers (e.g., onerror, onload, onclick) appearing in form field configurations
  • Reports from users experiencing unexpected browser behavior when viewing pages with forms
  • Audit log entries showing form modifications by unexpected or unauthorized users

Detection Strategies

  • Review Concrete CMS audit logs for recent modifications to Legacy Form blocks
  • Implement content security policies (CSP) to detect and block inline script execution
  • Scan form block configurations in the database for common XSS patterns and payloads
  • Deploy web application firewall (WAF) rules to detect XSS patterns in administrative requests

Monitoring Recommendations

  • Enable comprehensive audit logging for all form block creation and modification events
  • Monitor for CSP violation reports that may indicate attempted XSS execution
  • Implement real-time alerting for form configuration changes by non-administrative users
  • Regularly audit user permissions to ensure form editing access follows the principle of least privilege

How to Mitigate CVE-2026-3241

Immediate Actions Required

  • Upgrade Concrete CMS to version 9.4.8 or later immediately
  • Audit all existing Legacy Form blocks for suspicious JavaScript content in option fields
  • Review user permissions and revoke unnecessary form editing privileges
  • Consider temporarily disabling the Legacy Form block until patching is complete
  • Implement Content Security Policy headers to reduce XSS impact

Patch Information

Concrete CMS has addressed this vulnerability in version 9.4.8. The fix is documented in the 9.4.8 Release Notes and the technical changes can be reviewed in GitHub Pull Request #12826. Organizations should prioritize upgrading to this version or later to remediate the vulnerability.

Workarounds

  • Restrict form editing permissions to only highly trusted administrators until the patch can be applied
  • Implement strict Content Security Policy (CSP) headers with script-src directives to mitigate script execution
  • Use a Web Application Firewall (WAF) to filter and block common XSS payloads in form submissions
  • Conduct manual review of all Legacy Form blocks to identify and remove any malicious content
  • Consider migrating to newer form block implementations if Legacy Form functionality is not required
bash
# Example CSP header configuration for Apache to mitigate XSS impact
# Add to .htaccess or Apache configuration
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; frame-ancestors 'self';"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechConcretecms

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Vendor Resources
  • ConcreteCMS Version Release Notes

  • GitHub Pull Request #12826
  • Related CVEs
  • CVE-2026-3244: Concrete CMS Stored XSS 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