Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-56341 – Unauthenticated Payment Data Exposure – AVideo through v26.0

Be the first to know when new zero-days emerge:

Summary

CVE-2026-56341 is a high-severity Missing Authorization vulnerability (CWE-862) affecting AVideo (WWBN/AVideo), an open-source self-hosted video streaming platform, through version 26.0. Multiple list.json.php endpoints within AVideo payment plugins contain no authorization checks, enabling any unauthenticated remote attacker to retrieve sensitive payment transaction records — including PayPal tokens, Authorize.Net webhook payloads, and Bitcoin transaction data — via simple HTTP GET requests. The vulnerability carries a CVSS v4.0 score of 8.7 (High) and a CVSS v3.1 score of 7.5 (High).

Technical details

  • Root cause: AVideo’s CreatePlugin template for list.json.php endpoints was shipped without any authentication or authorization guard. While the sibling templates add.json.php and delete.json.php correctly enforce User::isAdmin() checks before executing, the list.json.php files across 21 plugin View directories omit this protection entirely. The application bootstrap (configuration.php) performs no global authentication gating, so these endpoints are reachable without a session.
  • Trigger conditions: Requires that one or more payment plugins (PayPal, Authorize.Net, or Bitcoin) are installed and configured on the AVideo instance — a non-default but common configuration for operators who accept payments.
  • Attack vector: A single unauthenticated HTTP GET request to any vulnerable endpoint (e.g., GET /plugin/PayPalYPT/View/PayPalYPT_log/list.json.php) returns the full contents of the underlying payment log table. No credentials, session token, or user interaction are required.
  • Impact: Full unauthenticated read access to payment transaction records, including:
    • PayPal billing agreement IDs and Express Checkout tokens
    • Authorize.Net webhook payloads containing transaction details
    • Bitcoin transaction identifiers and amounts
    • Associated user IDs, payment amounts, and full API response JSON
    • User financial PII and internal system records across 21 exposed endpoints

Affected software

  • AVideo (wwbn/avideo): All versions from 0 through 26.0 (inclusive)

Severity

  • CVSS v3.1 Base Score: 7.5 (High)
  • CVSS v3.1 Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • CVSS v4.0 Score: 8.7 (High)
  • CVSS v4.0 Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
  • CWE: CWE-862 (Missing Authorization)

Mitigation and recommended actions

  • No vendor patch is currently available for AVideo through v26.0. Monitor the WWBN/AVideo GitHub repository and the GitHub Security Advisory (GHSA-wprj-9cvc-5w37) for patch releases.
  • Immediate workaround — restrict endpoint access: Configure your web server (Apache/Nginx) to block unauthenticated external access to all list.json.php paths under the plugin/ directory tree. Use IP allowlisting or require HTTP authentication at the server layer for these paths.
  • Immediate workaround — code-level fix: Add a User::isAdmin() authorization check immediately after the require/header statements in all 21 vulnerable list.json.php endpoint files, following the same pattern applied in the earlier Scheduler plugin patch.
  • Disable unused payment plugins: If PayPal, Authorize.Net, or Bitcoin payment plugins are not actively needed, disable and remove them to eliminate the attack surface.
  • Rotate exposed credentials: Any AVideo instance that has been internet-exposed with payment plugins enabled should be treated as potentially compromised. Rotate all PayPal API credentials, Authorize.Net API keys, and Bitcoin payment gateway credentials immediately.

IONIX Status

The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge