Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-73314 — Proof-of-concept exploit for CVE-2026-73314, a PayPal REST webhook signature verification bypass in XenForo before 2.3.13, allowing unauthorized purchase completion. | Kitploit
Tools/GitHubGitHub/bombobombone/cve-2026-73314
Vulnerability AnalysisExploitationWeb Application ExploitationWeb Security
GitHubbombobombone/cve-2026-73314

CVE-2026-73314

Proof-of-concept exploit for CVE-2026-73314, a PayPal REST webhook signature verification bypass in XenForo before 2.3.13, allowing unauthorized purchase completion.

View Repository
10h 29m agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2026-73314

XenForo before 2.3.13 fails open when a PayPal REST webhook names an unsupported signature algorithm.

What happens

The webhook handler maps PAYPAL-AUTH-ALGO through a small allowlist. If the value is unknown, the mapped algorithm becomes null. Instead of rejecting the request, the verification path logs that the algorithm is unavailable and returns success. Certificate fetching and openssl_verify() are never reached.

With an active PayPal REST recurring upgrade, a buyer can obtain the purchase request key from their own recurring-upgrade controls. A forged PAYMENT.CAPTURE.COMPLETED callback containing that key, the displayed amount/currency, and an unsupported algorithm can reach normal purchase completion without a valid PayPal signature.

I reproduced a 30-day entitlement extension on XenForo 2.3.12 (build 2031270). The PoC does not target a real payment account and should be used only with a disposable upgrade in an isolated installation. XenForo 2.3.13 contains the fix.

Proof of concept

root@kitploit:~
python poc.py https://xenforo.example DISPOSABLE_REQUEST_KEY 10.00 USD

The script creates one synthetic event and reports only the HTTP status. A fixed installation should reject it.

References

  • CVE record
  • VulnCheck advisory
  • XenForo 2.3.13 release

Discovered by Marco Paciaroni (BomboBombone).

Download Tool