CVE-2025-14463
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe Payment Button for PayPal plugin for WordPress is vulnerable to unauthorized order creation in all versions up to, and including, 1.2.3.41. This is due to the plugin exposing a public AJAX endpoint (`wppaypalcheckout_ajax_process_order`) that processes checkout results without any authentication or server-side verification of the PayPal transaction. This makes it possible for unauthenticated attackers to create arbitrary orders on the site with any chosen transaction ID, payment status, product name, amount, or customer information via direct POST requests to the AJAX endpoint, granted they can bypass basic parameter validation. If email sending is enabled, the plugin will also trigger purchase receipt emails to any email address supplied in the request, leading to order database corruption and unauthorized outgoing emails without any real PayPal transaction taking place.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe Payment Button for PayPal WordPress plugin exposes a public AJAX endpoint (wppaypalcheckout_ajax_process_order) that lacks authentication and server-side PayPal transaction verification. Unauthenticated attackers can POST arbitrary order data including fake transaction IDs, payment status, amounts, and customer information directly to this endpoint, leading to order database corruption and unauthorized purchase receipt emails if email sending is enabled.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify if the Payment Button for PayPal plugin is installedIn WordPress admin, go to Plugins > Installed Plugins and look for 'Payment Button for PayPal' or check the wp-content/plugins directory for a folder named similarly to 'payment-button-for-paypal' or containing 'wppaypal'Affected if The plugin is installed and active
-
Determine the installed plugin versionIn WordPress admin Plugins list, click on the plugin to view details and note the version number, or open the main plugin PHP file and look for the 'Version' header in the plugin commentsAffected if Version is at or below any vulnerable release (no patched version explicitly documented)
-
Verify the vulnerable AJAX endpoint existsCheck the plugin source code for the action hook 'wppaypalcheckout_ajax_process_order' registered via add_action with no authentication check (no 'wp_ajax_nopriv' exclusion or capability check); alternatively, attempt a POST request to /wp-admin/admin-ajax.php with action=wppaypalcheckout_ajax_process_orderAffected if The endpoint is registered without authentication requirements (no check for logged-in users or nonce validation)
-
Confirm lack of PayPal transaction verificationExamine the PHP handler function for the endpoint to see if it calls PayPal IPN, PDT, or SDK to verify transaction status with PayPal before creating order recordsAffected if The code creates orders based solely on submitted POST data without contacting PayPal to validate the transaction ID and amount
You are affected if the Payment Button for PayPal plugin is installed, the vulnerable unauthenticated AJAX endpoint is exposed, and orders are created without PayPal server-side verification.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedReplace the vulnerable endpoint with one that requires authentication and implements server-side PayPal transaction verification (e.g., PayPal IPN/PDT) to validate all transactions before creating orders; alternatively, upgrade to a patched version when available.
Payment Button for PayPal plugin version 1.2.3.42 or latest release
- Upgrade the Payment Button for PayPal plugin to the latest available version from the WordPress plugin repository
- After upgrading, verify the `wppaypalcheckout_ajax_process_order` endpoint now requires authentication or implements server-side PayPal transaction verification
- If email sending was enabled, audit the order database for any unauthorized orders created during the exploitation period
- Review and remove any spurious orders and associated customer data added during the attack
- Consider implementing additional server-side validation or Web Application Firewall (WAF) rules as a temporary mitigation until the upgrade is completed
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation8.0 h
- Testing4.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,088.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-14463 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-14463 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data