Vulnerability Description
The Xendit Payment plugin for WordPress is vulnerable to unauthorized order status manipulation in all versions up to, and including, 6.0.2. This is due to the plugin exposing 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 makes it possible for unauthenticated attackers to mark any WooCommerce order as paid by sending a crafted POST request to the callback URL with a JSON body containing an `external_id` matching the order ID pattern and a `status` of 'PAID' or 'SETTLED', granted they can enumerate order IDs (which are sequential integers). This leads to orders being fraudulently marked as completed without any actual payment, resulting in financial loss and inventory depletion.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/woo-xendit-virtual-accounts/tags/6.0.
- https://plugins.trac.wordpress.org/browser/woo-xendit-virtual-accounts/trunk/woo
- https://plugins.trac.wordpress.org/changeset/3457724/
- https://www.wordfence.com/threat-intel/vulnerabilities/id/2791bbd5-9101-4484-a35
FAQ
What is CVE-2025-14461?
CVE-2025-14461 is a vulnerability with a CVSS score of 5.3 (MEDIUM). The Xendit Payment plugin for WordPress is vulnerable to unauthorized order status manipulation in all versions up to, and including, 6.0.2. This is due to the plugin exposing a publicly accessible Wo...
How severe is CVE-2025-14461?
CVE-2025-14461 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-14461?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.