Junglewise Threat Intelligence

CVE-2026-47696: WWBN AVideo insufficient verification in AuthorizeNet plugin

CVE-2026-47696 · Severity: medium · CVSS 4.3 · Published 2026-05-29

Technologies: WWBN AVideo, wwbn/avideo (Packagist). Vendors: WWBN, Packagist.

Executive brief

WWBN AVideo is an open-source video platform. A vulnerability in its Authorize.Net payment plugin allows any logged-in user to add unlimited funds to their internal digital wallet without actually making a payment. This could lead to significant financial loss for site owners as users could purchase premium content or subscriptions for free.

Technical details

The vulnerability exists in `plugin/AuthorizeNet/processPayment.json.php` where the application fails to verify payment authenticity. The code contains a 'TODO' for actual API implementation and instead hardcodes the `$paymentSuccess` variable to `true`. An attacker can send a POST request to this endpoint with an arbitrary `amount` parameter; the system then calls `YPTWallet::addBalance()` to credit the user's account without validating transaction IDs, webhook signatures, or server-side records. This requires the AuthorizeNet and YPTWallet plugins to be enabled and the attacker to have a valid user session.

Affected products

  • WWBN AVideo <= 29.0

Timeline

  • 2026-05-19: disclosed: Advisory published by reporter
  • 2026-05-29: advisory: NVD publication date
  • 2026-06-04: advisory: GitHub Advisory Database publication date

References

Related threats