<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>AVideo (&lt;= 9c39d8c8) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/avideo--9c39d8c8/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Sat, 22 Aug 2026 13:30:38 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/avideo--9c39d8c8/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>CVE-2026-58003: Cross-Site Request Forgery in WWBN AVideo</title><link>https://feed.craftedsignal.io/briefs/2026-08-wwbn-avideo-csrf/</link><pubDate>Sat, 22 Aug 2026 13:30:38 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-wwbn-avideo-csrf/</guid><description>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.</description><content:encoded><![CDATA[<p>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.</p>
<p>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.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker identifies a target administrative user who is likely to have an active session in the AVideo application.</li>
<li>The attacker crafts a malicious URL pointing to the vulnerable 'releaseVideoNow.json.php' endpoint on the target AVideo server.</li>
<li>The crafted URL includes the 'videos_id' parameter corresponding to an embargoed video the attacker intends to publish.</li>
<li>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.</li>
<li>The administrator, while logged into the AVideo application, clicks the link or visits the page containing the malicious request.</li>
<li>The victim's browser automatically includes the legitimate AVideo session cookies with the GET request to the AVideo server.</li>
<li>The AVideo server processes the request as a legitimate administrative action due to the presence of the session cookie.</li>
<li>The embargoed video is permanently published on the platform without the administrator's knowledge or consent.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>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.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized, concrete actions for detection engineering and security teams:</p>
<ul>
<li>Apply the security patch provided by WWBN in the official GitHub repository for CVE-2026-58003 to mitigate the underlying endpoint vulnerability.</li>
<li>Monitor web server access logs for anomalous GET requests directed to 'releaseVideoNow.json.php' that originate from referrers outside the expected application domain.</li>
<li>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.</li>
<li>Enable strict SameSite cookie attributes on application session cookies to mitigate the risk of cross-site request forgery.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-application</category><category>csrf</category><category>cve-2026-58003</category><category>web-application-vulnerability</category><category>authorization-bypass</category><category>cve-2026-59256</category></item></channel></rss>