Description
WWBN AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 fails to validate ownership of live_restreams_id in resendRestreamer.json.php, allowing authenticated users with canStream to access other users' restream destinations. Attackers can broadcast their live stream to victim-configured restream destinations by supplying arbitrary live_restreams_id values, hijacking YouTube, Facebook, or Twitch streams using victim stream keys.
Published: 2026-09-08
Score: 8.6 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

WWBN AVideo fails to verify that the live_restreams_id supplied to resendRestreamer.json.php belongs to the requesting user, allowing an authenticated user with the canStream permission to access and hijack other users' restream destinations. This flaw exposes the victim’s stream keys, enabling attackers to broadcast their own content to the victim’s YouTube, Facebook, or Twitch channels. The vulnerability is an instance of Missing Authorization (CWE-639) that compromises confidentiality and the integrity of user streams, and can disrupt the victim’s broadcast schedule.

Affected Systems

The issue appears in the WWBN AVideo repository under commit c3edcc274c389816d434acadac07ee78eaf330c1. No specific product version range is listed, but any installations using this commit or later without the fix are vulnerable.

Risk and Exploitability

With a CVSS score of 8.6 the flaw is considered high severity. Exploitation requires an authenticated account with canStream rights; the attacker submits arbitrary live_restreams_id values to resendRestreamer.json.php. The vulnerability is internal to the web application, so attack is limited to users who can log in, but once compromised, the attacker can hijack external streaming services using the victim’s credentials. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog, suggesting that public exploitation is not currently widespread but could be possible should attackers gain legitimate credentials.

Generated by OpenCVE AI on September 8, 2026 at 16:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update AVideo to a patched version that implements ownership checks for live_restreams_id.
  • If an immediate update is unavailable, add a temporary check in resendRestreamer.json.php that verifies the live_restreams_id matches the authenticated user before proceeding.
  • Restrict the canStream permission in the user role schema so only trusted operators can use restreaming functions.
  • Monitor application logs for unexpected restreaming activity, and revoke any compromised stream keys promptly.

Generated by OpenCVE AI on September 8, 2026 at 16:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 08 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 08 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Description WWBN AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 fails to validate ownership of live_restreams_id in resendRestreamer.json.php, allowing authenticated users with canStream to access other users' restream destinations. Attackers can broadcast their live stream to victim-configured restream destinations by supplying arbitrary live_restreams_id values, hijacking YouTube, Facebook, or Twitch streams using victim stream keys.
Title WWBN AVideo Missing Authorization via resendRestreamer.json.php
First Time appeared Wwbn
Wwbn avideo
Weaknesses CWE-639
CPEs cpe:2.3:a:wwbn:avideo:-:*:*:*:*:*:*:*
Vendors & Products Wwbn
Wwbn avideo
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 8.6, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-08T15:34:51.076Z

Reserved: 2026-09-08T11:30:41.420Z

Link: CVE-2026-86720

cve-icon Vulnrichment

Updated: 2026-09-08T15:34:48.325Z

cve-icon NVD

Status : Received

Published: 2026-09-08T16:18:31.833

Modified: 2026-09-08T16:18:31.833

Link: CVE-2026-86720

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-08T17:00:02Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key