A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection Platforms. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Read More
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-2020-37245

CVE-2020-37245: Supsystic Digital Publications Vulnerability

CVE-2020-37245 is a path traversal flaw in Supsystic Digital Publications 1.6.9 that allows attackers to access files outside the web root. This article covers the technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2020-37245 Overview

CVE-2020-37245 affects the Supsystic Digital Publications WordPress plugin version 1.6.9. The plugin contains two distinct flaws. The first is a path traversal vulnerability in the Folder input field that lets attackers read files outside the web root by injecting directory traversal sequences such as ../. The second is a stored cross-site scripting (XSS) flaw caused by missing input sanitization in publication settings fields like Area Width and Publication Width. Injected scripts execute when an administrator or user views or edits affected publications.

Critical Impact

Unauthenticated network-reachable attackers can read sensitive files from the host filesystem and persist JavaScript payloads that execute in administrator browsers, enabling session theft and further site compromise.

Affected Products

  • Supsystic Digital Publications plugin for WordPress, version 1.6.9
  • WordPress installations distributing the digital-publications-by-supsystic plugin
  • Sites that allow publication creation or editing through the plugin interface

Discovery Timeline

  • 2026-05-16 - CVE-2020-37245 published to the National Vulnerability Database
  • 2026-05-18 - Last updated in NVD database

Technical Details for CVE-2020-37245

Vulnerability Analysis

The plugin exposes two separate weaknesses in its publication management workflow. The Folder input field accepts user-controlled path strings and passes them to file handling routines without canonicalization or allow-list validation. Attackers supply payloads containing ../ sequences to escape the intended publication directory and reach arbitrary files on the host. The second weakness affects fields such as Area Width and Publication Width, which the plugin stores and later renders without HTML encoding or context-aware escaping. Injected <script> payloads persist in the database and fire whenever the affected publication is viewed or edited, classifying the issue as stored XSS under [CWE-79].

Root Cause

The root cause is missing input validation and output encoding across plugin settings handlers. Path inputs are not normalized against a fixed base directory, and string parameters that ultimately appear in HTML attributes and markup are not sanitized with WordPress functions such as sanitize_text_field() or esc_attr(). The combination violates standard secure-coding practices for file handling and rendering of user content.

Attack Vector

The vulnerability is exploitable over the network with low attack complexity and without privileges or user interaction. An attacker submits crafted values to the publication settings endpoints, either through the plugin interface or by directly invoking its administrative actions. Traversal payloads return file contents outside the web root, while XSS payloads execute under the origin of the WordPress site when administrators access the publication. Technical proof-of-concept material is documented in the Exploit-DB entry #49542 and the VulnCheck advisory.

Detection Methods for CVE-2020-37245

Indicators of Compromise

  • Web server access logs containing ../ or URL-encoded %2e%2e%2f sequences in requests targeting Supsystic plugin endpoints
  • Database entries in wp_options or plugin tables holding <script>, onerror=, or javascript: strings in fields such as Area Width, Publication Width, or Folder
  • Unexpected outbound requests from administrator browsers shortly after viewing or editing publications

Detection Strategies

  • Inspect plugin configuration records for HTML or JavaScript content in numeric fields that should contain only integers or CSS-style widths
  • Query the filesystem for the presence of digital-publications-by-supsystic at version 1.6.9 across managed WordPress hosts
  • Replay recent POST requests to plugin admin endpoints in a staging environment to confirm whether traversal payloads return file contents such as /etc/passwd or wp-config.php

Monitoring Recommendations

  • Enable web application firewall rules that flag path traversal patterns and stored XSS signatures against WordPress admin endpoints
  • Forward WordPress audit logs and web server logs to a centralized SIEM for correlation of administrator session activity with publication edits
  • Alert on creation or modification of publications by accounts that do not normally use the plugin

How to Mitigate CVE-2020-37245

Immediate Actions Required

  • Disable or uninstall the Supsystic Digital Publications plugin until a patched release is confirmed in your environment
  • Audit all existing publications for malicious script content and remove or sanitize affected records
  • Rotate WordPress administrator credentials and invalidate active sessions if XSS execution is suspected

Patch Information

No vendor patch is referenced in the available advisory data. Verify the current state of the plugin against the Supsystic official site and the WordPress plugin download archive before reinstalling. If a fixed version is not available, keep the plugin removed.

Workarounds

  • Restrict access to WordPress administrative paths such as /wp-admin/ using IP allow-listing or VPN-only access
  • Deploy a WAF policy that blocks ../, %2e%2e%2f, and <script patterns in request bodies targeting plugin endpoints
  • Apply least-privilege roles so that only trusted administrators can create or edit publications
bash
# Remove the vulnerable plugin from a WordPress host using WP-CLI
wp plugin deactivate digital-publications-by-supsystic
wp plugin delete digital-publications-by-supsystic

# Search the database for stored XSS payloads in plugin options
wp db query "SELECT option_name FROM wp_options WHERE option_value LIKE '%<script%' AND option_name LIKE '%supsystic%';"

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechSupsystic Digital Publications

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/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
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • SupSystic Plugin Download

  • SupSystic Official Site

  • Exploit-DB #49542

  • VulnCheck Advisory: SupSystic XSS
  • Latest CVEs
  • CVE-2025-30386: Microsoft 365 Apps Use After Free Flaw

  • CVE-2025-59234: Microsoft 365 Apps Use After Free Flaw

  • CVE-2025-49702: Microsoft 365 Apps RCE Vulnerability

  • CVE-2025-59227: Microsoft 365 Apps Use-After-Free RCE
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