CVE-2026-34247: CWE-862: Missing Authorization in WWBN AVideo
WWBN AVideo is an open source video platform. In versions up to and including 26.0, the `plugin/Live/uploadPoster.php` endpoint allows any authenticated user to overwrite the poster image for any scheduled live stream by supplying an arbitrary `live_schedule_id`. The endpoint only checks `User::isLogged()` but never verifies that the authenticated user owns the targeted schedule. After overwriting the poster, the endpoint broadcasts a `socketLiveOFFCallback` notification containing the victim's broadcast key and user ID to all connected WebSocket clients. Commit 5fcb3bdf59f26d65e203cfbc8a685356ba300b60 fixes the issue.
AI Analysis
Technical Summary
CVE-2026-34247 is a missing authorization vulnerability (CWE-862) found in WWBN AVideo, an open-source video platform. Specifically, the vulnerability exists in the plugin/Live/uploadPoster.php endpoint in versions up to and including 26.0. This endpoint allows any authenticated user to overwrite the poster image of any scheduled live stream by supplying an arbitrary live_schedule_id parameter. The critical flaw is that the endpoint only verifies that the user is logged in (User::isLogged()) but does not verify whether the user owns or is authorized to modify the targeted live schedule. Consequently, an attacker with valid credentials can manipulate other users' scheduled live streams by changing their poster images. Furthermore, after the poster is overwritten, the endpoint broadcasts a socketLiveOFFCallback notification to all connected WebSocket clients. This notification contains sensitive information such as the victim's broadcast key and user ID, which could be used for further attacks or unauthorized access. The vulnerability has a CVSS v3.1 base score of 5.4, indicating medium severity, with an attack vector of network, low attack complexity, requiring privileges (authenticated user), no user interaction, and impacts confidentiality and integrity but not availability. The issue was addressed in a commit identified by hash 5fcb3bdf59f26d65e203cfbc8a685356ba300b60, which implements proper authorization checks to ensure only owners can modify their live schedules.
Potential Impact
The vulnerability allows authenticated users to overwrite poster images of any scheduled live stream, which can lead to unauthorized content manipulation and potential reputational damage for organizations relying on AVideo for live streaming. More critically, the broadcast of the victim's broadcast key and user ID to all connected WebSocket clients exposes sensitive credentials that could be leveraged to hijack live streams, impersonate users, or gain unauthorized access to private content. This leakage of broadcast keys undermines confidentiality and could facilitate further attacks such as unauthorized streaming or data exfiltration. Although the vulnerability does not affect availability directly, the integrity and confidentiality impacts can disrupt trust in the platform and lead to compliance issues, especially for organizations handling sensitive or proprietary video content. The requirement for authentication limits exploitation to users with valid credentials, but insider threats or compromised accounts could exploit this flaw. The medium CVSS score reflects moderate risk, but the exposure of broadcast keys elevates the potential impact beyond simple content defacement.
Mitigation Recommendations
Organizations using WWBN AVideo versions up to 26.0 should immediately upgrade to the fixed version containing commit 5fcb3bdf59f26d65e203cfbc8a685356ba300b60 or apply the patch that enforces proper authorization checks on the uploadPoster.php endpoint. In addition to patching, administrators should audit user permissions and monitor live stream poster changes for unusual activity. Implementing WebSocket traffic monitoring and filtering can help detect or block unauthorized broadcast key disclosures. Restricting access to the live stream management interface to trusted users and enforcing strong authentication mechanisms (e.g., multi-factor authentication) will reduce the risk of exploitation by compromised accounts. Organizations should also consider rotating broadcast keys if unauthorized disclosure is suspected. Finally, reviewing and hardening other endpoints for similar missing authorization issues is recommended to prevent analogous vulnerabilities.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, Japan, South Korea, India, Brazil
CVE-2026-34247: CWE-862: Missing Authorization in WWBN AVideo
Description
WWBN AVideo is an open source video platform. In versions up to and including 26.0, the `plugin/Live/uploadPoster.php` endpoint allows any authenticated user to overwrite the poster image for any scheduled live stream by supplying an arbitrary `live_schedule_id`. The endpoint only checks `User::isLogged()` but never verifies that the authenticated user owns the targeted schedule. After overwriting the poster, the endpoint broadcasts a `socketLiveOFFCallback` notification containing the victim's broadcast key and user ID to all connected WebSocket clients. Commit 5fcb3bdf59f26d65e203cfbc8a685356ba300b60 fixes the issue.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2026-34247 is a missing authorization vulnerability (CWE-862) found in WWBN AVideo, an open-source video platform. Specifically, the vulnerability exists in the plugin/Live/uploadPoster.php endpoint in versions up to and including 26.0. This endpoint allows any authenticated user to overwrite the poster image of any scheduled live stream by supplying an arbitrary live_schedule_id parameter. The critical flaw is that the endpoint only verifies that the user is logged in (User::isLogged()) but does not verify whether the user owns or is authorized to modify the targeted live schedule. Consequently, an attacker with valid credentials can manipulate other users' scheduled live streams by changing their poster images. Furthermore, after the poster is overwritten, the endpoint broadcasts a socketLiveOFFCallback notification to all connected WebSocket clients. This notification contains sensitive information such as the victim's broadcast key and user ID, which could be used for further attacks or unauthorized access. The vulnerability has a CVSS v3.1 base score of 5.4, indicating medium severity, with an attack vector of network, low attack complexity, requiring privileges (authenticated user), no user interaction, and impacts confidentiality and integrity but not availability. The issue was addressed in a commit identified by hash 5fcb3bdf59f26d65e203cfbc8a685356ba300b60, which implements proper authorization checks to ensure only owners can modify their live schedules.
Potential Impact
The vulnerability allows authenticated users to overwrite poster images of any scheduled live stream, which can lead to unauthorized content manipulation and potential reputational damage for organizations relying on AVideo for live streaming. More critically, the broadcast of the victim's broadcast key and user ID to all connected WebSocket clients exposes sensitive credentials that could be leveraged to hijack live streams, impersonate users, or gain unauthorized access to private content. This leakage of broadcast keys undermines confidentiality and could facilitate further attacks such as unauthorized streaming or data exfiltration. Although the vulnerability does not affect availability directly, the integrity and confidentiality impacts can disrupt trust in the platform and lead to compliance issues, especially for organizations handling sensitive or proprietary video content. The requirement for authentication limits exploitation to users with valid credentials, but insider threats or compromised accounts could exploit this flaw. The medium CVSS score reflects moderate risk, but the exposure of broadcast keys elevates the potential impact beyond simple content defacement.
Mitigation Recommendations
Organizations using WWBN AVideo versions up to 26.0 should immediately upgrade to the fixed version containing commit 5fcb3bdf59f26d65e203cfbc8a685356ba300b60 or apply the patch that enforces proper authorization checks on the uploadPoster.php endpoint. In addition to patching, administrators should audit user permissions and monitor live stream poster changes for unusual activity. Implementing WebSocket traffic monitoring and filtering can help detect or block unauthorized broadcast key disclosures. Restricting access to the live stream management interface to trusted users and enforcing strong authentication mechanisms (e.g., multi-factor authentication) will reduce the risk of exploitation by compromised accounts. Organizations should also consider rotating broadcast keys if unauthorized disclosure is suspected. Finally, reviewing and hardening other endpoints for similar missing authorization issues is recommended to prevent analogous vulnerabilities.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-03-26T16:22:29.035Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69c6b7823c064ed76fc77db2
Added to database: 3/27/2026, 4:59:46 PM
Last enriched: 3/27/2026, 5:15:50 PM
Last updated: 3/27/2026, 6:32:29 PM
Views: 4
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.