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

CVE-2025-32587: WooCommerce Pickupp Path Traversal Flaw

CVE-2025-32587 is a path traversal vulnerability in WooCommerce Pickupp plugin that enables PHP local file inclusion attacks. This article covers the technical details, affected versions up to 2.4.3, and mitigation strategies.

Updated: May 19, 2026

CVE-2025-32587 Overview

CVE-2025-32587 is a path traversal vulnerability in the WooCommerce Pickupp plugin for WordPress, developed by pickupp. The flaw allows attackers to perform PHP Local File Inclusion (LFI) by manipulating file path parameters that fail to properly restrict directory access. The vulnerability affects WooCommerce Pickupp versions up to and including 2.4.3. It is categorized under [CWE-22] (Improper Limitation of a Pathname to a Restricted Directory) and carries a network-based attack vector with no authentication required.

Critical Impact

Unauthenticated attackers can include arbitrary PHP files from the server, leading to information disclosure, code execution, and full compromise of the WordPress site.

Affected Products

  • WooCommerce Pickupp WordPress plugin (wc-pickupp)
  • All versions from initial release through 2.4.3
  • WordPress sites running WooCommerce with the Pickupp integration enabled

Discovery Timeline

  • 2025-04-11 - CVE-2025-32587 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2025-32587

Vulnerability Analysis

The WooCommerce Pickupp plugin fails to sanitize user-supplied input used in file inclusion operations. Attackers can supply traversal sequences such as ../ to escape the intended directory and reference arbitrary files on the host filesystem. Because the plugin processes these paths through PHP file inclusion functions, included files are interpreted as PHP code rather than served as static content.

This class of vulnerability, Local File Inclusion (LFI), commonly leads to disclosure of sensitive configuration files such as wp-config.php, exposure of credentials, and execution of attacker-controlled code when combined with file upload primitives or log poisoning techniques. The Exploit Prediction Scoring System assigns this issue an EPSS score reflecting moderate-but-not-imminent exploitation likelihood.

Root Cause

The root cause is insufficient validation of file path parameters passed to PHP include or require statements within the wc-pickupp plugin. The code accepts user-controllable input and concatenates it into a filesystem path without canonicalization, allowlist enforcement, or rejection of directory traversal sequences.

Attack Vector

An unauthenticated remote attacker sends a crafted HTTP request to a vulnerable endpoint exposed by the plugin. The request includes a manipulated parameter containing path traversal sequences pointing to a target file on the server. The PHP interpreter resolves the path, loads the file, and executes any PHP contained within it. The high attack complexity reflects the need to identify a writable or attacker-controllable file to achieve code execution, though file disclosure alone is straightforward.

No verified public proof-of-concept code is available. Refer to the Patchstack WooCommerce Pickupp Plugin Vulnerability advisory for additional technical context.

Detection Methods for CVE-2025-32587

Indicators of Compromise

  • HTTP requests to wc-pickupp plugin endpoints containing ../ or URL-encoded variants such as %2e%2e%2f in query parameters
  • Web server access logs showing requests referencing sensitive files like wp-config.php, /etc/passwd, or PHP session files
  • Unexpected PHP errors in logs referencing file inclusion failures from plugin directories
  • New or modified PHP files in wp-content/uploads/ or other writable directories following suspicious requests

Detection Strategies

  • Inspect WordPress and web server access logs for path traversal patterns directed at the wc-pickupp plugin path
  • Deploy WordPress-aware web application firewall (WAF) rules that block directory traversal sequences in plugin parameters
  • Monitor file integrity on the WordPress installation for unauthorized changes to PHP files

Monitoring Recommendations

  • Enable PHP error and access logging with retention sufficient for incident review
  • Alert on outbound network connections initiated by the PHP-FPM or web server process to unfamiliar destinations
  • Correlate plugin endpoint access with subsequent administrative actions or file changes on the host

How to Mitigate CVE-2025-32587

Immediate Actions Required

  • Update the WooCommerce Pickupp plugin to a version higher than 2.4.3 as soon as a patched release is available from the vendor
  • If no patched version is available, deactivate and remove the wc-pickupp plugin until a fix is published
  • Audit web server and PHP logs for prior exploitation attempts referencing the plugin
  • Rotate any credentials, API keys, or salts stored in wp-config.php if exploitation is suspected

Patch Information

Review the Patchstack advisory for current patch availability and vendor remediation guidance. Versions through 2.4.3 remain vulnerable.

Workarounds

  • Restrict access to the plugin's vulnerable endpoints using web server rules or WAF policies until patching is possible
  • Apply PHP open_basedir restrictions to confine file inclusion to the WordPress document root
  • Disable allow_url_include in php.ini to limit inclusion to local files only and reduce RFI escalation risk
  • Run WordPress under a least-privilege filesystem user that cannot read sensitive system files
bash
# Example php.ini hardening to reduce LFI impact
allow_url_include = Off
allow_url_fopen = Off
open_basedir = "/var/www/html:/tmp"

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechWoocommerce

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.26%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • Patchstack WooCommerce Plugin Vulnerability
  • Related CVEs
  • CVE-2018-25325: WooCommerce CSV Importer Path Traversal

  • CVE-2025-39378: WooCommerce Spreadsheet Price Changer LFI

  • CVE-2025-30835: WooCommerce Accounting File Inclusion Flaw

  • CVE-2025-7359: WooCommerce Counter Path Traversal Flaw
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