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

CVE-2025-14078: PAYGENT WooCommerce Auth Bypass Flaw

CVE-2025-14078 is an authentication bypass vulnerability in the PAYGENT for WooCommerce WordPress plugin allowing attackers to manipulate payment callbacks and order statuses. This article covers technical details, impact, and mitigation.

Published: January 23, 2026

CVE-2025-14078 Overview

CVE-2025-14078 is a Missing Authorization vulnerability affecting the PAYGENT for WooCommerce plugin for WordPress. The vulnerability exists in all versions up to and including 2.4.6 due to missing authorization checks on the paygent_check_webhook function combined with the paygent_permission_callback function unconditionally returning true on line 199. This flaw allows unauthenticated attackers to manipulate payment callbacks and modify order statuses by sending forged payment notifications via the /wp-json/paygent/v1/check/ REST API endpoint.

Critical Impact

Unauthenticated attackers can forge payment notifications to manipulate WooCommerce order statuses, potentially leading to fraudulent order fulfillment, financial losses, and disruption of e-commerce operations.

Affected Products

  • PAYGENT for WooCommerce plugin for WordPress versions up to and including 2.4.6
  • WordPress sites utilizing the WooCommerce e-commerce platform with the PAYGENT payment gateway integration
  • WooCommerce stores processing payments through the PAYGENT payment service

Discovery Timeline

  • 2026-01-17 - CVE-2025-14078 published to NVD
  • 2026-01-17 - Last updated in NVD database

Technical Details for CVE-2025-14078

Vulnerability Analysis

This vulnerability is classified as CWE-862 (Missing Authorization). The core issue stems from a flawed implementation in the WordPress REST API permission callback mechanism. The paygent_permission_callback function, located on line 199 of class-wc-paygent-endpoint.php, unconditionally returns true regardless of the authentication state of the requesting user. This effectively bypasses all authorization requirements for the associated REST API endpoint.

When combined with the lack of additional authorization checks within the paygent_check_webhook function itself, this creates a situation where any unauthenticated user can send arbitrary requests to the /wp-json/paygent/v1/check/ endpoint. The endpoint is designed to receive webhook notifications from the PAYGENT payment gateway to update order statuses, but without proper validation of the request origin, attackers can craft forged payment notifications.

Root Cause

The root cause of this vulnerability is the improper implementation of WordPress REST API permission callbacks. In WordPress, REST API endpoints can define a permission_callback argument that should validate whether the current user has authorization to access the endpoint. By returning true unconditionally in the paygent_permission_callback function, the developer effectively disabled all authorization controls for the webhook endpoint.

Proper implementation would require verification that:

  1. The request originates from legitimate PAYGENT payment servers
  2. The webhook payload contains valid authentication tokens or signatures
  3. The request IP address matches known PAYGENT infrastructure

Attack Vector

An attacker can exploit this vulnerability remotely over the network without requiring any authentication or user interaction. The attack involves sending crafted HTTP POST requests to the vulnerable REST API endpoint /wp-json/paygent/v1/check/. By forging payment notification payloads that mimic legitimate PAYGENT webhook responses, attackers can manipulate order statuses in the WooCommerce database.

The exploitation mechanism involves:

  1. Identifying a target WordPress site running the vulnerable PAYGENT for WooCommerce plugin
  2. Enumerating or guessing valid WooCommerce order IDs
  3. Crafting HTTP POST requests to /wp-json/paygent/v1/check/ with forged payment success notifications
  4. Submitting the forged webhooks to change order statuses from "pending" to "completed" without actual payment

Detailed technical information and source code can be reviewed in the WordPress Plugin Code Reference.

Detection Methods for CVE-2025-14078

Indicators of Compromise

  • Unusual volume of HTTP POST requests to /wp-json/paygent/v1/check/ from non-PAYGENT IP addresses
  • Order status changes from "pending" to "completed" without corresponding payment gateway transaction records
  • WooCommerce orders marked as paid with no actual funds received in the merchant payment account
  • Access logs showing requests to the webhook endpoint from unexpected geographic locations

Detection Strategies

  • Monitor web server access logs for requests to /wp-json/paygent/v1/check/ and correlate with legitimate PAYGENT payment gateway IP ranges
  • Implement anomaly detection for WooCommerce order status transitions that lack corresponding payment processor confirmation
  • Review WordPress REST API activity logs for unauthenticated requests to payment-related endpoints
  • Cross-reference completed orders with actual payment receipts in the PAYGENT merchant dashboard

Monitoring Recommendations

  • Configure web application firewall (WAF) rules to alert on suspicious traffic patterns to payment webhook endpoints
  • Enable comprehensive logging for all WooCommerce order status changes with source IP tracking
  • Set up automated reconciliation between WooCommerce order completions and PAYGENT transaction records
  • Implement real-time alerting for orders completed without matching payment gateway confirmations

How to Mitigate CVE-2025-14078

Immediate Actions Required

  • Update the PAYGENT for WooCommerce plugin to a patched version immediately
  • Audit recent WooCommerce orders for discrepancies between order status and actual payment receipt
  • Implement IP whitelisting at the web server or WAF level to restrict access to the webhook endpoint to legitimate PAYGENT IP ranges
  • Review all orders completed in the affected timeframe and verify payment status directly with PAYGENT

Patch Information

Security patches have been released for this vulnerability. Administrators should update to the latest version of the PAYGENT for WooCommerce plugin available through the WordPress plugin repository. The fix addresses the authorization bypass by implementing proper permission checks in the callback function.

For technical details on the code changes, refer to:

  • WordPress Plugin Changeset Update
  • Wordfence Vulnerability Report

Workarounds

  • Implement IP-based access restrictions at the web server level to allow only PAYGENT payment gateway IP addresses to access the webhook endpoint
  • Deploy a web application firewall (WAF) rule to validate webhook request signatures before allowing access
  • Temporarily disable the REST API endpoint if the plugin cannot be immediately updated and payment processing can be paused
  • Enable WordPress audit logging plugins to track all REST API requests for forensic analysis
bash
# Example Apache .htaccess configuration to restrict webhook endpoint access
# Place in WordPress root directory
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/wp-json/paygent/v1/check/ [NC]
RewriteCond %{REMOTE_ADDR} !^xxx\.xxx\.xxx\.xxx$
RewriteRule .* - [F,L]
</IfModule>
# Replace xxx.xxx.xxx.xxx with legitimate PAYGENT gateway IP addresses

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.06%

  • 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 Reference

  • WordPress Plugin Code Reference

  • WordPress Plugin Changeset Update

  • WordPress Plugin Changeset Update

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

  • CVE-2026-4664: WooCommerce Reviews Auth Bypass Vulnerability

  • CVE-2026-39662: WooCommerce Formula Plugin Auth Bypass

  • CVE-2026-4896: WCFM WordPress Auth Bypass 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