Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-14978

CVE-2025-14978: PeachPay WooCommerce Auth Bypass Flaw

CVE-2025-14978 is an authentication bypass vulnerability in PeachPay for WooCommerce that lets unauthenticated attackers modify order statuses. This article covers the technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2025-14978 Overview

CVE-2025-14978 is a Missing Authorization vulnerability (CWE-862) affecting the PeachPay — Payments & Express Checkout for WooCommerce plugin for WordPress. The vulnerability exists due to missing capability checks on the ConvesioPay webhook REST endpoint in all versions up to and including 1.119.8. This security flaw enables unauthenticated attackers to modify the status of arbitrary WooCommerce orders through the unprotected REST API endpoint.

Critical Impact

Unauthenticated attackers can manipulate WooCommerce order statuses, potentially leading to fraudulent order completion, payment bypass, or order cancellation without proper authorization.

Affected Products

  • PeachPay — Payments & Express Checkout for WooCommerce plugin versions up to and including 1.119.8
  • WordPress installations running the vulnerable PeachPay plugin
  • WooCommerce stores utilizing PeachPay payment integrations (Stripe, PayPal, Square, Authorize.net)

Discovery Timeline

  • 2026-01-20 - CVE CVE-2025-14978 published to NVD
  • 2026-01-20 - Last updated in NVD database

Technical Details for CVE-2025-14978

Vulnerability Analysis

This vulnerability stems from improper access control implementation in the PeachPay plugin's ConvesioPay webhook handler. The REST endpoint responsible for processing webhook callbacks from the ConvesioPay payment service fails to implement proper capability checks, allowing any user—authenticated or not—to invoke the endpoint and modify order data.

The vulnerability is classified under CWE-862 (Missing Authorization), which occurs when software does not perform authorization checks for actors attempting to access resources or functionality. In this case, the webhook endpoint accepts and processes requests without verifying that the caller has the appropriate permissions to modify WooCommerce order statuses.

The attack can be conducted remotely over the network without requiring any user interaction or prior authentication. While the integrity impact is limited to order status modifications (rather than full data compromise), the consequences for e-commerce operations can be significant, including fraudulent order fulfillment or denial of legitimate transactions.

Root Cause

The root cause of this vulnerability is the absence of capability checks in the class-peachpay-convesiopay-webhook.php file. The webhook REST endpoint handler does not verify whether the incoming request originates from a legitimate source or whether the requester has appropriate permissions to modify order data.

Proper WordPress REST API security should include permission_callback functions that verify user capabilities or validate webhook signatures. The vulnerable implementation bypasses these security controls, exposing the endpoint to unauthorized access.

Attack Vector

The attack vector involves sending crafted HTTP requests directly to the ConvesioPay webhook REST endpoint. An attacker can enumerate or guess order IDs and submit requests to change order statuses arbitrarily.

The vulnerability is exploitable through the network with low attack complexity. No authentication credentials or user interaction is required. An attacker could potentially:

  1. Mark unpaid orders as "completed" to receive goods without payment
  2. Cancel legitimate orders to disrupt business operations
  3. Change order statuses to manipulate inventory or financial records

For technical details on the vulnerable code, see the WordPress Plugin Code Review.

Detection Methods for CVE-2025-14978

Indicators of Compromise

  • Unexpected WooCommerce order status changes without corresponding payment gateway confirmations
  • Unusual REST API requests targeting /wp-json/ endpoints related to PeachPay or ConvesioPay
  • Order status modifications occurring outside normal business hours or from suspicious IP addresses
  • Discrepancies between payment processor records and WooCommerce order statuses

Detection Strategies

  • Monitor WordPress REST API access logs for unauthenticated requests to PeachPay webhook endpoints
  • Implement Web Application Firewall (WAF) rules to detect and alert on suspicious webhook traffic patterns
  • Configure WooCommerce order status change notifications to detect unauthorized modifications
  • Review server access logs for high-volume requests to plugin REST endpoints from single IP addresses

Monitoring Recommendations

  • Enable comprehensive logging for all WooCommerce order status transitions
  • Set up alerts for order status changes that lack corresponding payment gateway webhook verification
  • Monitor for REST API calls to PeachPay endpoints that do not include valid authentication headers
  • Cross-reference order modifications with payment processor transaction logs to identify discrepancies

How to Mitigate CVE-2025-14978

Immediate Actions Required

  • Update the PeachPay — Payments & Express Checkout for WooCommerce plugin to a version newer than 1.119.8 that includes the security fix
  • Audit recent WooCommerce order history for any unauthorized status modifications
  • Review server logs for suspicious REST API activity targeting the ConvesioPay webhook endpoint
  • Consider temporarily disabling the PeachPay plugin if an immediate update is not possible

Patch Information

Organizations should update to the latest patched version of the PeachPay plugin as soon as it becomes available. The vulnerability affects all versions up to and including 1.119.8. For additional vulnerability details and patch status, consult the Wordfence Vulnerability Report.

Workarounds

  • Implement server-level IP allowlisting to restrict access to the webhook endpoint to known payment gateway IP ranges
  • Deploy a Web Application Firewall (WAF) rule to block unauthenticated requests to the vulnerable endpoint
  • Add custom code to implement webhook signature verification if the plugin does not provide this functionality
  • Consider using a WordPress security plugin to monitor and block suspicious REST API requests
bash
# Example: Apache .htaccess rule to restrict webhook endpoint access
# Add to WordPress root .htaccess file
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_URI} ^/wp-json/peachpay/.*webhook [NC]
    RewriteCond %{REMOTE_ADDR} !^192\.168\.1\. [NC]
    RewriteRule ^ - [F,L]
</IfModule>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWoocommerce

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

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

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-5050: Redsys WooCommerce Auth Bypass Vulnerability

  • CVE-2025-11890: WooCommerce Payeer Payment Bypass Flaw

  • CVE-2025-8342: WooCommerce OTP Login Auth Bypass Flaw

  • CVE-2025-31580: Ni WooCommerce Product Enquiry Auth Bypass
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