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

CVE-2021-47958: CouchCMS 2.2.1 SSRF Vulnerability

CVE-2021-47958 is an SSRF vulnerability in CouchCMS 2.2.1 that lets authenticated attackers upload malicious SVG files to make arbitrary HTTP requests and access internal resources. This article covers technical details, impact, and mitigation.

Published: May 21, 2026

CVE-2021-47958 Overview

CVE-2021-47958 is a server-side request forgery (SSRF) vulnerability in CouchCMS 2.2.1. Authenticated attackers can upload malicious Scalable Vector Graphics (SVG) files containing external entity references through the browse.php endpoint. The crafted SVG payloads force the server to issue arbitrary HTTP requests to internal or external resources. This vector enables internal network reconnaissance and access to services not directly exposed to the internet. The weakness is tracked as CWE-918: Server-Side Request Forgery.

Critical Impact

Authenticated attackers can pivot through CouchCMS to reach internal services, cloud metadata endpoints, and other resources reachable from the web server.

Affected Products

  • CouchCMS 2.2.1
  • Earlier versions sharing the same upload handler in browse.php
  • Deployments exposing authenticated administrative upload functionality

Discovery Timeline

  • 2026-05-15 - CVE-2021-47958 published to the National Vulnerability Database
  • 2026-05-18 - Last updated in NVD database

Technical Details for CVE-2021-47958

Vulnerability Analysis

The vulnerability resides in the file upload handler exposed by browse.php within CouchCMS 2.2.1. The handler accepts SVG files without sanitizing embedded XML constructs. Because SVG is an Extensible Markup Language (XML) format, parsers may resolve external entity references declared inside the document. When the server processes these references, it issues outbound HTTP requests to attacker-controlled destinations.

An authenticated user with upload privileges can place a crafted SVG containing entity references pointing at internal hosts. The CouchCMS backend then performs the request on the attacker's behalf. This grants visibility into resources behind perimeter controls, including loopback services, intranet applications, and cloud instance metadata endpoints.

For full technical context, see the VulnCheck Advisory on CouchCMS and Exploit-DB #49675.

Root Cause

The root cause is insufficient validation of uploaded SVG content combined with an XML parser configured to resolve external references. CouchCMS treats SVG as a trusted image type and processes it without stripping document type declarations or external entity definitions.

Attack Vector

An authenticated attacker logs into CouchCMS and submits a crafted SVG document through browse.php. The SVG contains XML entity definitions that reference internal URLs. When the server parses the file, it dereferences the entities and issues HTTP requests, returning content or behavior observable to the attacker.

No verified exploit code is reproduced here. Refer to the published proof of concept at Exploit-DB #49675 for technical detail.

Detection Methods for CVE-2021-47958

Indicators of Compromise

  • Uploaded SVG files in CouchCMS storage directories containing <!DOCTYPE>, <!ENTITY>, or SYSTEM declarations
  • Outbound HTTP requests from the web server to internal IP ranges, 127.0.0.1, or cloud metadata addresses such as 169.254.169.254
  • POST requests to browse.php followed by anomalous outbound connections from the CouchCMS process
  • Unexpected entries in web server access logs originating from authenticated administrative sessions

Detection Strategies

  • Inspect uploaded SVG files for XML external entity (XXE) constructs before they reach the application directory
  • Correlate authenticated CouchCMS upload events with outbound network connections initiated by the PHP runtime
  • Alert on web application requests that resolve to RFC1918 addresses or instance metadata services

Monitoring Recommendations

  • Enable verbose logging on browse.php and retain upload metadata for forensic review
  • Monitor egress traffic from web servers and flag connections to internal subnets that should not originate from public-facing services
  • Track CouchCMS administrative account activity for atypical upload volumes or off-hours sessions

How to Mitigate CVE-2021-47958

Immediate Actions Required

  • Restrict CouchCMS administrative access to trusted users and enforce strong authentication on upload endpoints
  • Block SVG uploads at the application or web application firewall layer until a sanitization control is in place
  • Apply egress filtering on the CouchCMS host to deny outbound traffic to internal networks and cloud metadata endpoints
  • Audit the uploads directory for existing SVG files containing XML entity declarations and remove suspicious artifacts

Patch Information

No official vendor patch is referenced in the available advisory data. Monitor the CouchCMS GitHub Repository for security updates and apply fixes when published.

Workarounds

  • Configure the PHP XML parser to disable external entity resolution using libxml_disable_entity_loader(true) or equivalent settings in the runtime
  • Strip or reject SVG files containing <!DOCTYPE> and <!ENTITY> declarations using a pre-upload sanitizer
  • Serve user-uploaded content from an isolated domain with no network access to internal services
  • Place CouchCMS behind a reverse proxy that enforces egress allow-lists for outbound requests
bash
# Configuration example: deny outbound traffic from the web server to internal ranges
iptables -A OUTPUT -m owner --uid-owner www-data -d 127.0.0.0/8 -j REJECT
iptables -A OUTPUT -m owner --uid-owner www-data -d 169.254.0.0/16 -j REJECT
iptables -A OUTPUT -m owner --uid-owner www-data -d 10.0.0.0/8 -j REJECT
iptables -A OUTPUT -m owner --uid-owner www-data -d 172.16.0.0/12 -j REJECT
iptables -A OUTPUT -m owner --uid-owner www-data -d 192.168.0.0/16 -j REJECT

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechCouchcms

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

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

  • Exploit-DB #49675

  • VulnCheck Advisory on CouchCMS
  • Related CVEs
  • CVE-2021-47955: CouchCMS 2.2.1 XSS 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