Description
WWBN AVideo is an open source video platform. In versions prior to 29.0, the Authorize.Net webhook handler at plugin/AuthorizeNet/webhook.php contains a signature verification bypass that allows an attacker to forge webhook requests with arbitrary payment amounts and target user IDs. By supplying a valid transaction ID from a small legitimate purchase, the attacker bypasses signature validation and credits arbitrary wallet balances to any user account via attacker-controlled payload fields. Three flaws combine into an exploit chain: signature bypass via OR logic (webhook.php:33), payload values override API-fetched values (AuthorizeNet.php:169-171, webhook.php:44-48) and a missing approval check (webhook.php:61-75). By forging payment metadata, an attacker can credit arbitrary amounts to any user's wallet without a corresponding payment and include a  plans_id  to activate premium subscriptions (webhook.php:86-134), enabling free access to all paid and premium content and causing direct revenue loss to the platform owner. This issue has been fixed in version 29.0.
Published: 2026-07-16
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

AVideo prior to version 29.0 contains a flaw in its Authorize.Net webhook handler that bypasses signature verification through an OR logic condition, allowing an attacker to forge requests with arbitrary payment amounts and target user IDs. By supplying a valid transaction ID from a legitimate small purchase, the attacker defeats signature validation and can credit arbitrary wallet balances to any user account via attacker-controlled payload fields. The vulnerability arises from a chain of three flaws: the signature bypass via OR logic (webhook.php:33), payload values that override API-fetched values (AuthorizeNet.php:169‑171 and webhook.php:44‑48), and a missing approval check (webhook.php:61‑75). An attacker can also include a plans_id to activate premium subscriptions (webhook.php:86‑134), granting free access to paid and premium content, causing direct revenue loss to the platform owner. This weakness is classified as CWE‑345, indicating unauthorized modification of evidence such as payment metadata.

Affected Systems

The vulnerable product is the open‑source video platform AVideo from WWBN. All installations running any version prior to 29.0 are vulnerable; newer releases incorporate the fix and are considered secure. The malicious activity targets the Authorize.Net webhook handler located at plugin/AuthorizeNet/webhook.php.

Risk and Exploitability

The attack vector is forging HTTP POST requests to the publicly exposed Authorize.Net webhook endpoint. An attacker needs only to craft a request that includes a valid transaction ID from a legitimate purchase and exploits the OR logic signature bypass to skip validation. The payload override and missing approval check create a chain that lets the attacker set arbitrary payment amounts, target user IDs, and plan identifiers, thereby inflating wallet balances and activating premium subscriptions without actual payment. The CVSS score of 6.5 reflects medium severity; the EPSS score of <1% indicates a low current exploitation likelihood, and the vulnerability is not listed in the CISA KEV catalog. Successful exploitation results in unauthorized wallet credit, free premium content access, and direct revenue loss.

Generated by OpenCVE AI on July 31, 2026 at 01:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update AVideo to version 29.0 or later to apply the official patch.
  • Implement an IP whitelist for the Authorize.Net webhook endpoint or ensure it is only accessible from known IP addresses.
  • Add server‑side validation to confirm that the incoming payment metadata matches the original transaction details retrieved from the payment gateway, and reject mismatches.
  • Regularly audit wallet balances and subscription activation logs for unauthorized changes, and revoke any inflated balances immediately.

Generated by OpenCVE AI on July 31, 2026 at 01:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-95jh-7r58-xmxw AVideo has an Authorize.Net Webhook Signature Bypass that Enables Wallet Balance Inflation via Forged Payment Data
History

Fri, 17 Jul 2026 12:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 16 Jul 2026 23:00:00 +0000

Type Values Removed Values Added
First Time appeared Wwbn
Wwbn avideo
Vendors & Products Wwbn
Wwbn avideo

Thu, 16 Jul 2026 21:00:00 +0000

Type Values Removed Values Added
Description WWBN AVideo is an open source video platform. In versions prior to 29.0, the Authorize.Net webhook handler at plugin/AuthorizeNet/webhook.php contains a signature verification bypass that allows an attacker to forge webhook requests with arbitrary payment amounts and target user IDs. By supplying a valid transaction ID from a small legitimate purchase, the attacker bypasses signature validation and credits arbitrary wallet balances to any user account via attacker-controlled payload fields. Three flaws combine into an exploit chain: signature bypass via OR logic (webhook.php:33), payload values override API-fetched values (AuthorizeNet.php:169-171, webhook.php:44-48) and a missing approval check (webhook.php:61-75). By forging payment metadata, an attacker can credit arbitrary amounts to any user's wallet without a corresponding payment and include a  plans_id  to activate premium subscriptions (webhook.php:86-134), enabling free access to all paid and premium content and causing direct revenue loss to the platform owner. This issue has been fixed in version 29.0.
Title AVideo has an Authorize.Net Webhook Signature Bypass that Enables Wallet Balance Inflation via Forged Payment Data
Weaknesses CWE-345
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-17T11:12:04.938Z

Reserved: 2026-03-23T17:34:57.560Z

Link: CVE-2026-33731

cve-icon Vulnrichment

Updated: 2026-07-17T11:11:44.466Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T01:30:05Z

Weaknesses
  • CWE-345

    Insufficient Verification of Data Authenticity