Missing Authorization in AVideo - CVE-2026-34737

 

Missing Authorization in AVideo - CVE-2026-34737

Published: April 8, 2026


Vulnerability identifier: #VU125495
CSH Severity: Low
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2026-34737
CWE-ID: CWE-862
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: World Wide Broadcast Network
Affected software:
AVideo

Detailed vulnerability description

The vulnerability allows a remote user to cancel arbitrary Stripe subscriptions.

The vulnerability exists due to improper access control in the StripeYPT test.php debug endpoint when processing user-supplied Stripe webhook-style payloads. A remote user can send a specially crafted payload containing a target subscription ID to cancel arbitrary Stripe subscriptions.

The issue is triggered through the retrieveSubscriptions() method, which cancels a subscription instead of only retrieving it.


How to mitigate CVE-2026-34737

Install security update from vendor's website.

Sources