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-2024-13904

CVE-2024-13904: Platform.ly For WooCommerce SSRF Vulnerability

CVE-2024-13904 is a Blind Server-Side Request Forgery flaw in Platform.ly for WooCommerce plugin that enables unauthenticated attackers to make arbitrary web requests. This article covers technical details, affected versions, and mitigation.

Published: April 8, 2026

CVE-2024-13904 Overview

CVE-2024-13904 is a critical Blind Server-Side Request Forgery (SSRF) vulnerability affecting the Platform.ly for WooCommerce plugin for WordPress. The vulnerability exists in all versions up to and including 1.1.6 and is located within the hooks function. This flaw allows unauthenticated attackers to make web requests to arbitrary locations originating from the web application, potentially enabling them to query and modify information from internal services.

Critical Impact

Unauthenticated attackers can leverage this Blind SSRF vulnerability to access internal network resources, potentially exposing sensitive data and enabling modification of internal service configurations without any authentication requirements.

Affected Products

  • Platform.ly for WooCommerce versions up to and including 1.1.6
  • WordPress installations running the vulnerable plugin versions
  • WooCommerce stores with Platform.ly integration enabled

Discovery Timeline

  • 2025-03-07 - CVE-2024-13904 published to NVD
  • 2025-03-13 - Last updated in NVD database

Technical Details for CVE-2024-13904

Vulnerability Analysis

This vulnerability is classified as CWE-918 (Server-Side Request Forgery). The flaw exists within the hooks function of the Platform.ly for WooCommerce plugin, which fails to properly validate and sanitize user-supplied URLs before making server-side HTTP requests. Because this is a "blind" SSRF, the attacker does not receive direct responses from the targeted internal services, but can still use timing-based techniques and side-channel attacks to infer information or trigger actions on internal systems.

The vulnerability is particularly dangerous because it requires no authentication to exploit. An attacker can craft malicious requests that cause the WordPress server to make outbound connections to arbitrary destinations, including internal network resources that would otherwise be inaccessible from the internet.

Root Cause

The root cause of this vulnerability is improper input validation within the hooks function at line 167 of the platformly-for-woocommerce.php file. The function accepts user-controlled input for URL parameters without implementing adequate validation, allow-listing, or URL scheme restrictions. This enables attackers to specify arbitrary URLs, including those pointing to internal network addresses (such as 127.0.0.1, localhost, or private IP ranges), cloud metadata services, or other sensitive endpoints.

Attack Vector

The attack vector is network-based, requiring no privileges or user interaction. An attacker can remotely send crafted HTTP requests to the WordPress installation with malicious URL parameters targeting the vulnerable hooks endpoint. The server then processes these requests and initiates outbound connections to attacker-specified destinations.

Common exploitation scenarios include:

  • Accessing cloud metadata services (e.g., AWS EC2 metadata at 169.254.169.254)
  • Scanning internal network services and ports
  • Interacting with internal APIs and databases
  • Bypassing firewall restrictions by using the server as a proxy
  • Retrieving sensitive configuration files from internal systems

The vulnerability can be exploited by sending specially crafted requests to the hooks function with malicious URL parameters. Technical details are available in the WordPress Plugin Code Review and the Wordfence Vulnerability Report.

Detection Methods for CVE-2024-13904

Indicators of Compromise

  • Unusual outbound HTTP requests from the WordPress server to internal IP addresses or localhost
  • Requests targeting cloud metadata endpoints (e.g., 169.254.169.254)
  • Unexpected activity in web server logs involving the hooks function or Platform.ly plugin endpoints
  • Outbound connections to unfamiliar external hosts initiated by the web application

Detection Strategies

  • Monitor web application firewall (WAF) logs for requests containing internal IP addresses or suspicious URL patterns in request parameters
  • Implement network-level monitoring for outbound connections from web servers to internal network ranges
  • Review WordPress access logs for unauthenticated requests to Platform.ly plugin endpoints
  • Deploy SSRF-specific detection rules in security monitoring tools to flag requests with localhost, private IP ranges, or cloud metadata URLs

Monitoring Recommendations

  • Enable detailed logging for all outbound HTTP requests made by the WordPress application
  • Configure alerting for any web server requests to RFC 1918 private IP addresses or link-local addresses
  • Monitor for timing anomalies that may indicate blind SSRF exploitation attempts
  • Implement egress filtering and log all blocked outbound connection attempts

How to Mitigate CVE-2024-13904

Immediate Actions Required

  • Update Platform.ly for WooCommerce to the latest patched version immediately
  • Audit web server logs for signs of exploitation attempts targeting the hooks function
  • Implement WAF rules to block requests containing internal IP addresses or suspicious URL patterns
  • Review and restrict outbound network access from web servers to only necessary destinations

Patch Information

The vendor has released a security patch addressing this vulnerability. The fix is available in the WordPress Plugin Changeset 3249460. Users should update to the patched version as soon as possible. The patch implements proper URL validation and sanitization to prevent arbitrary URL requests.

Workarounds

  • If immediate patching is not possible, consider temporarily disabling the Platform.ly for WooCommerce plugin until an update can be applied
  • Implement network-level egress filtering to prevent the web server from making connections to internal network ranges
  • Deploy a web application firewall with SSRF protection rules to filter malicious requests
  • Restrict outbound internet access from the WordPress server to only necessary, allow-listed destinations
bash
# Example WAF rule to block internal IP access (ModSecurity)
SecRule ARGS "@rx (127\.0\.0\.1|localhost|169\.254\.|10\.|172\.(1[6-9]|2[0-9]|3[0-1])\.|192\.168\.)" \
    "id:1001,phase:2,deny,status:403,msg:'Potential SSRF attempt blocked'"

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechPlatformly

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.45%

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

  • Wordfence Vulnerability Report
  • Vendor Resources
  • WordPress Plugin Changeset
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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