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

CVE-2025-14461: Xendit Payment Plugin Auth Bypass Flaw

CVE-2025-14461 is an authentication bypass vulnerability in the Xendit Payment plugin for WordPress that allows attackers to fraudulently mark orders as paid. This article covers technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2025-14461 Overview

The Xendit Payment plugin for WordPress contains a critical authorization bypass vulnerability that allows unauthenticated attackers to manipulate WooCommerce order statuses. The plugin exposes a publicly accessible WooCommerce API callback endpoint (wc_xendit_callback) that processes payment callbacks without any authentication or cryptographic verification that the requests originate from Xendit's payment gateway.

This broken access control vulnerability (CWE-862) enables attackers to mark any WooCommerce order as paid by sending a crafted POST request to the callback URL. All versions of the plugin up to and including 6.0.2 are affected by this security flaw.

Critical Impact

Attackers can fraudulently mark orders as completed without actual payment, resulting in direct financial loss and inventory depletion for e-commerce businesses.

Affected Products

  • Xendit Payment Plugin for WordPress versions ≤ 6.0.2
  • WooCommerce installations using the Xendit Payment integration
  • WordPress sites with the woo-xendit-virtual-accounts plugin installed

Discovery Timeline

  • 2026-02-04 - CVE-2025-14461 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2025-14461

Vulnerability Analysis

This vulnerability stems from a fundamental authentication failure in the payment callback handling mechanism. The Xendit Payment plugin implements a callback endpoint (wc_xendit_callback) to receive payment status updates from the Xendit payment gateway. However, this endpoint lacks any form of authentication or cryptographic signature verification to validate that incoming requests genuinely originate from Xendit's servers.

The vulnerability is classified under CWE-862 (Missing Authorization), as the plugin fails to perform any authorization checks before processing payment status updates. When a payment gateway integration is implemented, it's critical that callback endpoints verify the authenticity of incoming requests—typically through HMAC signatures, IP whitelisting, or token-based authentication.

Root Cause

The root cause lies in the callback handler implementation at line 252 of woocommerce-xendit-pg.php. The endpoint accepts and processes incoming POST requests without:

  1. Verifying the request signature against a shared secret
  2. Validating the source IP address against known Xendit server IPs
  3. Implementing any authentication token or API key verification
  4. Checking callback authenticity through Xendit's verification API

This design flaw allows any party with knowledge of the callback URL structure to submit forged payment confirmations.

Attack Vector

The attack exploits the unauthenticated callback endpoint through a network-based vector that requires no privileges or user interaction. An attacker can exploit this vulnerability by:

  1. Enumerating Order IDs: WooCommerce order IDs are sequential integers, making them trivially enumerable
  2. Crafting Malicious Requests: Constructing a POST request to the wc_xendit_callback endpoint with a JSON body containing:
    • An external_id field matching the target order ID pattern
    • A status field set to PAID or SETTLED
  3. Submitting the Forged Callback: Sending the crafted request to the vulnerable endpoint, which processes it as a legitimate payment confirmation

The plugin then updates the WooCommerce order status to completed, releasing goods or services without any actual payment transaction occurring. For detailed technical analysis, see the Wordfence Vulnerability Analysis and the vulnerable code reference.

Detection Methods for CVE-2025-14461

Indicators of Compromise

  • Unexpected order status changes to "Completed" or "Processing" without corresponding payment records in Xendit dashboard
  • Suspicious POST requests to /wp-json/ or /?wc-api=wc_xendit_callback endpoints from non-Xendit IP addresses
  • Orders marked as paid with missing or invalid transaction IDs in payment metadata
  • High volume of sequential order ID requests or callback attempts in access logs

Detection Strategies

  • Monitor web server access logs for POST requests to the Xendit callback endpoint from IP addresses outside Xendit's known infrastructure
  • Implement alerting for orders that transition to paid status without corresponding webhook logs from the legitimate payment provider
  • Cross-reference WooCommerce order completion events with actual payment records in the Xendit merchant dashboard
  • Deploy Web Application Firewall (WAF) rules to flag or block suspicious callback requests with anomalous patterns

Monitoring Recommendations

  • Enable detailed logging for all WooCommerce order status transitions with source attribution
  • Configure real-time alerts for orders exceeding defined value thresholds that are marked as completed
  • Implement reconciliation processes to compare WooCommerce orders against Xendit transaction records daily
  • Monitor for patterns of sequential order ID probing in server access logs

How to Mitigate CVE-2025-14461

Immediate Actions Required

  • Update the Xendit Payment plugin to the latest patched version immediately
  • Audit all recent orders for potential fraudulent status changes by comparing with Xendit dashboard records
  • Temporarily disable the Xendit payment integration if an update is not immediately available
  • Implement IP-based access restrictions on the callback endpoint to allow only Xendit's server IP ranges

Patch Information

The vulnerability affects all versions of the Xendit Payment plugin up to and including 6.0.2. Site administrators should update to the latest available version from the WordPress plugin repository. For detailed code changes, refer to the plugin trunk code.

Workarounds

  • Implement server-level IP whitelisting to restrict access to the wc_xendit_callback endpoint to only Xendit's official IP addresses
  • Deploy a Web Application Firewall (WAF) rule to validate incoming callback requests against expected patterns and reject suspicious payloads
  • Add a custom verification layer that confirms payment status directly with Xendit's API before updating order status
  • Consider temporarily switching to an alternative payment gateway until a patched version is available
bash
# Example: Restrict callback endpoint access to Xendit IPs in .htaccess
<Files "woocommerce-xendit-pg.php">
    Order deny,allow
    Deny from all
    # Replace with actual Xendit server IP ranges
    Allow from 52.77.0.0/16
    Allow from 13.250.0.0/16
</Files>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechXendit

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.11%

  • 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 Development Code

  • Wordfence Vulnerability Analysis
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
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