Skip to content
Threat Feed
high advisory

CVE-2026-58003: Cross-Site Request Forgery in WWBN AVideo

WWBN AVideo versions through commit 9c39d8c8 contain a CSRF vulnerability in the releaseVideoNow.json.php endpoint that allows unauthenticated attackers to force administrative users to publish embargoed videos.

CVE search metadata

CVE search record: CVE-2026-58003. Severity: high. CVSS: 7.1. KEV: no. Product: AVideo (<= commit 9c39d8c8), AVideo (<= 9c39d8c8). Brief: CVE-2026-58003: Cross-Site Request Forgery in WWBN AVideo. Brief link: https://feed.craftedsignal.io/briefs/2026-08-wwbn-avideo-csrf/

What's new

  • 1. added coverage for AVideo (<= 9c39d8c8) Aug 22, 13:30 via nvd

WWBN AVideo, an open-source video platform, contains a cross-site request forgery (CSRF) vulnerability tracked as CVE-2026-58003, affecting all versions through commit 9c39d8c8. The vulnerability resides in the 'releaseVideoNow.json.php' endpoint, which fails to implement necessary authenticity checks and erroneously accepts GET requests for state-changing operations.

An attacker can exploit this by enticing an authenticated administrator to visit a malicious webpage containing a crafted GET request. The request, when executed within the administrator's browser, uses the active session cookie to invoke the 'releaseVideoNow.json.php' endpoint. By manipulating the 'videos_id' parameter in this request, the attacker can force the permanent publication of videos that were intended to remain in an embargoed or private state. This vulnerability poses a significant risk to the integrity of sensitive video content managed on the platform.

Attack Chain

  1. The attacker identifies a target administrative user who is likely to have an active session in the AVideo application.
  2. The attacker crafts a malicious URL pointing to the vulnerable 'releaseVideoNow.json.php' endpoint on the target AVideo server.
  3. The crafted URL includes the 'videos_id' parameter corresponding to an embargoed video the attacker intends to publish.
  4. The attacker delivers the malicious URL to the administrator via a phishing email, a compromised website, or an embedded iframe in a site visited by the administrator.
  5. The administrator, while logged into the AVideo application, clicks the link or visits the page containing the malicious request.
  6. The victim's browser automatically includes the legitimate AVideo session cookies with the GET request to the AVideo server.
  7. The AVideo server processes the request as a legitimate administrative action due to the presence of the session cookie.
  8. The embargoed video is permanently published on the platform without the administrator's knowledge or consent.

Impact

Successful exploitation results in the unauthorized publication of embargoed or private video content. This can lead to the premature release of sensitive organizational, media, or proprietary information, potentially damaging the victim organization's reputation or violating distribution agreements. The scope includes any WWBN AVideo installation running the affected commit or earlier.

Recommendation

Prioritized, concrete actions for detection engineering and security teams:

  • Apply the security patch provided by WWBN in the official GitHub repository for CVE-2026-58003 to mitigate the underlying endpoint vulnerability.
  • Monitor web server access logs for anomalous GET requests directed to 'releaseVideoNow.json.php' that originate from referrers outside the expected application domain.
  • Deploy web application firewall (WAF) rules to inspect and challenge or block external requests to 'releaseVideoNow.json.php' that do not originate from authenticated application workflows.
  • Enable strict SameSite cookie attributes on application session cookies to mitigate the risk of cross-site request forgery.

Immediate actions

Patch WWBN AVideo to the latest version to remediate CVE-2026-58003.

IT Operations 48h

Threat Hunt

Search logs for GET requests to releaseVideoNow.json.php with external referers.

T1521 medium medium confidence convert to detection

Data: Web server access logs

Mitigations

Configure WAF to block GET requests to the vulnerable endpoint from unauthorized referers.

immediate IT Operations

CVE-2026-58003

Detection coverage 1

Detect CVE-2026-58003 Exploitation Attempt - Suspicious GET request to releaseVideoNow.json.php

high

Detects potential CSRF exploitation attempts targeting the releaseVideoNow.json.php endpoint via GET requests.

sigma tactics: initial_access sources: webserver

Detection queries are available on the platform. Get full rules →