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-2025-3529

CVE-2025-3529: WordPress Simple Shopping Cart Plugin Flaw

CVE-2025-3529 is an information disclosure vulnerability in WordPress Simple Shopping Cart plugin that allows unauthenticated attackers to access sensitive data and download digital products without payment. This article covers the technical details, affected versions, impact, and mitigation strategies.

Updated: May 11, 2026

CVE-2025-3529 Overview

CVE-2025-3529 affects the WordPress Simple Shopping Cart plugin (also known as WordPress Simple PayPal Shopping Cart) in all versions up to and including 5.1.2. The flaw is a sensitive information exposure issue [CWE-201] in the file_url parameter handled by the plugin's related-products shortcode. Unauthenticated attackers can retrieve the protected download URL of a digital product and obtain the file without completing a purchase. The vulnerability impacts site operators who sell paid digital downloads through the plugin, resulting in revenue loss and disclosure of files intended for paying customers only.

Critical Impact

Unauthenticated remote attackers can download paid digital products and expose protected file_url values across every site running the plugin at or below version 5.1.2.

Affected Products

  • WordPress Simple Shopping Cart plugin (wordpress-simple-paypal-shopping-cart) versions up to and including 5.1.2
  • WordPress sites using the plugin's related-products shortcode for digital downloads
  • Tips and Tricks HQ ecommerce deployments relying on file_url for paid content delivery

Discovery Timeline

  • 2025-04-23 - CVE-2025-3529 published to the National Vulnerability Database
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-3529

Vulnerability Analysis

The plugin renders related-product information through the shortcode logic located in includes/wpsc-shortcodes-related.php. During rendering, the file_url attribute associated with a digital product is exposed to clients without verifying purchase status or session ownership. An unauthenticated attacker can request a page that triggers the shortcode and read the disclosed URL directly from the response. The disclosed URL then permits the attacker to fetch the underlying digital asset, bypassing the payment workflow the plugin is designed to enforce.

Root Cause

The root cause is improper output filtering of sensitive product metadata [CWE-201]. The shortcode emits the raw file_url value during related-product rendering rather than restricting that attribute to authenticated, paying buyers. No access control, nonce verification, or session check gates the disclosure path.

Attack Vector

Exploitation requires only network access to a vulnerable WordPress site. An attacker browses any page or post containing the related-products shortcode, parses the rendered HTML, and extracts the file_url value. The attacker then issues an HTTP GET to that URL and downloads the digital product. No authentication, user interaction, or elevated privileges are required.

A technical reference for the vulnerable code path is available in the WordPress Plugin Code Reference.

Detection Methods for CVE-2025-3529

Indicators of Compromise

  • HTTP responses from WordPress pages containing the related-products shortcode that include a file_url attribute in the rendered HTML or page source.
  • Unusual unauthenticated GET requests directly targeting digital asset paths referenced by the plugin's file_url values.
  • Spikes in downloads of paid digital products without corresponding PayPal transaction records.

Detection Strategies

  • Inspect rendered output of pages embedding the WordPress Simple Shopping Cart related-products shortcode for exposed file_url strings.
  • Correlate web server access logs for direct requests to digital download paths against the merchant's order database to find unmatched downloads.
  • Run version checks against installed WordPress plugins and flag wordpress-simple-paypal-shopping-cart instances at or below 5.1.2.

Monitoring Recommendations

  • Enable WordPress audit logging to capture shortcode rendering and direct file requests.
  • Monitor outbound bandwidth on digital asset directories for anomalous download volume from a single IP or user agent.
  • Alert on repeated 200 responses to URIs containing known digital product file extensions when no order ID is present in the session.

How to Mitigate CVE-2025-3529

Immediate Actions Required

  • Update the WordPress Simple Shopping Cart plugin to the version released after 5.1.2 containing the fix referenced in WordPress Changeset 3275373.
  • Rotate or relocate digital product files that may have been disclosed, and issue new URLs to legitimate customers.
  • Review web server logs since the plugin was installed for unauthorized downloads of paid assets.

Patch Information

The plugin maintainers addressed the disclosure in the changeset published at WordPress Changeset 3275373. Site administrators should upgrade via the WordPress plugin installer or download the latest release from the WordPress Plugin Developer Info page. Additional vendor context is available in the Wordfence Vulnerability Report.

Workarounds

  • Remove the related-products shortcode from public pages until the plugin is updated.
  • Move digital product files to access-controlled storage and serve them through authenticated, signed URLs rather than static file_url paths.
  • Restrict access to the WordPress site at the web application firewall layer to block requests that return file_url patterns in responses.
bash
# Configuration example
wp plugin update wordpress-simple-paypal-shopping-cart
wp plugin get wordpress-simple-paypal-shopping-cart --field=version

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.50%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-201
  • Technical References
  • WordPress Plugin Code Reference

  • WordPress Changeset Update

  • WordPress Plugin Developer Info

  • Tips and Tricks Blog Post

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-6206: MW WP Form Information Disclosure Flaw

  • CVE-2026-41471: WordPress PayPal Plugin Disclosure Flaw

  • CVE-2023-54346: WordPress Backup Migration Plugin Leak

  • CVE-2026-6446: WordPress My Social Feeds Info Disclosure
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