BomboBombone.exe
ARCHITECTURE:x86-64
BACK
.TEXTXenForo / Payments
08 Sept 2026 · 3 min
XenForo / Payments · 08 Sept 2026

CVE-2026-73314: PayPal signature check bypass

An unsupported PayPal signature algorithm let a fabricated webhook pass verification in XenForo.

POST VIEWTEXT / UTF-8

I sent XenForo a made-up PayPal completion event with an unknown signature algorithm. The request added 30 days to a recurring user upgrade.

No PayPal signing key was involved. The interesting header was:

PAYPAL-AUTH-ALGO: definitely-not-a-real-algorithm

The skipped check

PayPalRest::verifyWebhookSignature() mapped PAYPAL-AUTH-ALGO through an allowlist containing SHA256withRSA. An unknown name left the OpenSSL algorithm unset. The null branch logged that verification had been skipped and returned true.

The webhook handler then processed PAYMENT.CAPTURE.COMPLETED as a real PayPal event.

A normal buyer could collect the other values needed for the request. The cancellation link exposed the purchase-request key, and the upgrade page supplied the amount and currency. I used those values in a synthetic callback and watched the expiry date move forward.

Reproducing it

The public PoC sends one completion event with an unsupported algorithm to an existing PayPal REST recurring upgrade.

XenForo 2.3.13 rejects unknown algorithms and unavailable cryptographic support.

MEASURING VISUAL LINES… ADDRESSES ARE UTF-8 BYTE OFFSETS

Resize column

Choose a width with the slider or the narrower and wider buttons.