A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2021-47955

CVE-2021-47955: CouchCMS 2.2.1 XSS Vulnerability

CVE-2021-47955 is a cross-site scripting vulnerability in CouchCMS 2.2.1 that enables authenticated attackers to execute malicious JavaScript via SVG file uploads. This article covers technical details, impact, and mitigation.

Published: May 21, 2026

CVE-2021-47955 Overview

CVE-2021-47955 is a stored cross-site scripting (XSS) vulnerability in CouchCMS 2.2.1. The flaw resides in the file upload functionality exposed through the browse.php endpoint. Authenticated attackers can upload Scalable Vector Graphics (SVG) files containing embedded <script> tags. When another user accesses or previews the uploaded file, the browser parses the SVG and executes the attacker-supplied JavaScript in the context of the CouchCMS application. The issue is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation).

Critical Impact

Authenticated attackers can execute arbitrary JavaScript in victim browsers, enabling session hijacking, administrative action abuse, and content tampering against CouchCMS users.

Affected Products

  • CouchCMS 2.2.1
  • CouchCMS file upload handler (browse.php)
  • Deployments accepting unrestricted SVG uploads

Discovery Timeline

  • 2026-05-16 - CVE-2021-47955 published to NVD
  • 2026-05-18 - Last updated in NVD database

Technical Details for CVE-2021-47955

Vulnerability Analysis

The vulnerability exists in the file upload workflow handled by browse.php in CouchCMS 2.2.1. The endpoint accepts SVG files without sanitizing or stripping embedded scriptable content. SVG is an XML-based image format that natively supports <script> elements and event handlers such as onload. Browsers execute these scripts when the SVG is rendered inline.

An authenticated attacker uploads a crafted SVG file through the CouchCMS administrative interface. When an administrator or another user previews or opens the file, the browser executes the embedded JavaScript under the application origin. This grants the attacker access to session cookies, cross-site request forgery (CSRF) tokens, and any client-side privileges held by the victim.

The exploitation requires user interaction, which limits drive-by abuse, but the persistent nature of the upload means any future visit to the file triggers the payload.

Root Cause

The root cause is missing content validation and sanitization for uploaded SVG files. CouchCMS treats SVG as a benign image type and serves the raw file with an XML or image MIME type that browsers render inline. The application does not strip <script> tags, event handler attributes, or external entity references from the SVG payload before storage or delivery.

Attack Vector

The attacker authenticates to CouchCMS with any account permitted to upload files. They craft an SVG document containing a <script> element that executes attacker-controlled JavaScript. The file is uploaded via the browse.php upload handler and stored on the server. When a privileged user accesses the uploaded asset through the admin file browser or a public URL, the browser executes the embedded script. The script can exfiltrate cookies, issue authenticated requests to CouchCMS, or modify rendered content. See the VulnCheck CouchCMS Advisory and Exploit-DB entry #49636 for proof-of-concept details.

Detection Methods for CVE-2021-47955

Indicators of Compromise

  • SVG files uploaded to CouchCMS containing <script> tags, javascript: URIs, or on* event handler attributes
  • Unexpected outbound HTTP requests from administrator browsers to attacker-controlled domains shortly after viewing the file browser
  • New or modified files with the .svg extension in CouchCMS upload directories
  • Anomalous administrator account activity following a file preview, such as new admin users or modified content

Detection Strategies

  • Inspect uploaded SVG files for XML elements <script>, <foreignObject>, and event handler attributes using static analysis at the web application firewall (WAF) or storage layer
  • Monitor browse.php POST requests for file uploads with the image/svg+xml content type and inspect payload contents
  • Correlate file upload events with subsequent administrative session activity to identify session hijack indicators

Monitoring Recommendations

  • Enable web server access logging for all requests to browse.php and retain logs for forensic review
  • Alert on responses serving .svg files with Content-Type: image/svg+xml when accessed by privileged sessions
  • Track browser-side telemetry for unexpected script execution origins on CouchCMS administrative pages

How to Mitigate CVE-2021-47955

Immediate Actions Required

  • Disable SVG uploads in CouchCMS until a sanitization control is in place
  • Audit existing uploaded SVG files and remove any containing scriptable elements or event handlers
  • Restrict file upload privileges to trusted administrative accounts only
  • Rotate session secrets and force re-authentication for accounts that may have viewed malicious uploads

Patch Information

No official vendor patch is referenced in the NVD entry. Track the upstream project at the GitHub CouchCMS Repository for fixes and apply the latest available release. Until a patch is published, apply the workarounds below.

Workarounds

  • Configure the web server to serve .svg files with Content-Disposition: attachment to prevent inline browser rendering
  • Add a Content Security Policy (CSP) header that disallows inline scripts on CouchCMS administrative pages
  • Use a server-side SVG sanitizer to strip <script>, <foreignObject>, and on* attributes before storing uploads
  • Block the image/svg+xml MIME type at the upload boundary if SVG support is not required
bash
# Apache configuration to force SVG downloads instead of inline rendering
<FilesMatch "\.svg$">
    Header set Content-Disposition "attachment"
    Header set Content-Security-Policy "default-src 'none'; script-src 'none'"
    Header set X-Content-Type-Options "nosniff"
</FilesMatch>

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechCouchcms

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/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
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub CouchCMS Repository

  • Exploit-DB #49636

  • VulnCheck CouchCMS Advisory
  • Related CVEs
  • CVE-2021-47958: CouchCMS 2.2.1 SSRF Vulnerability

  • CVE-2026-29002: CouchCMS Privilege Escalation Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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