CVE-2026-33294: CWE-918: Server-Side Request Forgery (SSRF) in WWBN AVideo
CVE-2026-33294 is a Server-Side Request Forgery (SSRF) vulnerability in WWBN AVideo versions prior to 26. 0, specifically in the BulkEmbed plugin's save endpoint. An authenticated attacker can exploit this flaw to make the server perform HTTP requests to internal network resources and retrieve their responses by viewing the saved video thumbnail. This vulnerability arises because the affected endpoint lacks the SSRF protection function used elsewhere in the application. The issue is fixed in version 26. 0. The CVSS score is 5. 0 (medium severity), reflecting that exploitation requires authentication but no user interaction and can impact confidentiality by exposing internal resources. No known exploits are reported in the wild yet.
AI Analysis
Technical Summary
WWBN AVideo is an open-source video platform that includes multiple URL-fetching endpoints. In versions prior to 26.0, the BulkEmbed plugin's save endpoint (`plugin/BulkEmbed/save.json.php`) fetches user-supplied thumbnail URLs using the `url_get_contents()` function without applying the SSRF protection mechanism `isSSRFSafeURL()`. This omission allows an authenticated attacker to supply arbitrary URLs, including those pointing to internal network resources that are normally inaccessible externally. When the server fetches these URLs, it effectively acts as a proxy, enabling the attacker to read internal HTTP responses by viewing the saved video thumbnail. This SSRF vulnerability is categorized under CWE-918. Other URL-fetching endpoints in AVideo have been hardened against SSRF by validating URLs with `isSSRFSafeURL()`, but this particular endpoint was missed in the hardening process. The vulnerability was publicly disclosed on March 22, 2026, and fixed in version 26.0 of AVideo. The CVSS 3.1 base score is 5.0, indicating a medium severity issue with network attack vector, low attack complexity, requiring privileges (authenticated attacker), no user interaction, and impacting confidentiality with a scope change possible. No known exploits have been reported in the wild as of the publication date.
Potential Impact
The primary impact of this SSRF vulnerability is the potential exposure of internal network resources that are normally shielded from external access. An attacker with valid credentials can leverage the vulnerable endpoint to make the server perform HTTP requests to internal services, potentially accessing sensitive information such as internal APIs, metadata services, or other protected resources. This can lead to information disclosure, reconnaissance for further attacks, or pivoting within the network. Although the vulnerability does not directly allow code execution or denial of service, the confidentiality breach can be significant depending on the internal resources accessible. Organizations using affected versions of WWBN AVideo risk unauthorized internal data exposure, which could compromise network security posture and privacy compliance. The requirement for authentication limits the attack surface to users with some level of access, but insider threats or compromised accounts could exploit this flaw. Since AVideo is an open-source platform used globally, organizations deploying it in sensitive environments or with internal network segmentation could be particularly impacted.
Mitigation Recommendations
To mitigate this vulnerability, organizations should upgrade WWBN AVideo to version 26.0 or later, where the BulkEmbed plugin's save endpoint includes proper SSRF protections. If immediate upgrade is not feasible, administrators should restrict access to the BulkEmbed plugin's save endpoint to trusted users only and monitor logs for suspicious URL fetch requests. Network-level controls such as firewall rules or web application firewalls (WAFs) can be configured to block outbound HTTP requests from the AVideo server to internal IP ranges or sensitive endpoints. Additionally, implementing strict input validation and URL whitelisting on user-supplied URLs can reduce SSRF risks. Regularly auditing plugin configurations and applying security patches promptly will help prevent similar issues. Finally, monitoring for anomalous internal network traffic originating from the AVideo server can aid in early detection of exploitation attempts.
Affected Countries
United States, Germany, France, United Kingdom, Canada, Australia, Japan, India, Brazil, Netherlands, South Korea
CVE-2026-33294: CWE-918: Server-Side Request Forgery (SSRF) in WWBN AVideo
Description
CVE-2026-33294 is a Server-Side Request Forgery (SSRF) vulnerability in WWBN AVideo versions prior to 26. 0, specifically in the BulkEmbed plugin's save endpoint. An authenticated attacker can exploit this flaw to make the server perform HTTP requests to internal network resources and retrieve their responses by viewing the saved video thumbnail. This vulnerability arises because the affected endpoint lacks the SSRF protection function used elsewhere in the application. The issue is fixed in version 26. 0. The CVSS score is 5. 0 (medium severity), reflecting that exploitation requires authentication but no user interaction and can impact confidentiality by exposing internal resources. No known exploits are reported in the wild yet.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
WWBN AVideo is an open-source video platform that includes multiple URL-fetching endpoints. In versions prior to 26.0, the BulkEmbed plugin's save endpoint (`plugin/BulkEmbed/save.json.php`) fetches user-supplied thumbnail URLs using the `url_get_contents()` function without applying the SSRF protection mechanism `isSSRFSafeURL()`. This omission allows an authenticated attacker to supply arbitrary URLs, including those pointing to internal network resources that are normally inaccessible externally. When the server fetches these URLs, it effectively acts as a proxy, enabling the attacker to read internal HTTP responses by viewing the saved video thumbnail. This SSRF vulnerability is categorized under CWE-918. Other URL-fetching endpoints in AVideo have been hardened against SSRF by validating URLs with `isSSRFSafeURL()`, but this particular endpoint was missed in the hardening process. The vulnerability was publicly disclosed on March 22, 2026, and fixed in version 26.0 of AVideo. The CVSS 3.1 base score is 5.0, indicating a medium severity issue with network attack vector, low attack complexity, requiring privileges (authenticated attacker), no user interaction, and impacting confidentiality with a scope change possible. No known exploits have been reported in the wild as of the publication date.
Potential Impact
The primary impact of this SSRF vulnerability is the potential exposure of internal network resources that are normally shielded from external access. An attacker with valid credentials can leverage the vulnerable endpoint to make the server perform HTTP requests to internal services, potentially accessing sensitive information such as internal APIs, metadata services, or other protected resources. This can lead to information disclosure, reconnaissance for further attacks, or pivoting within the network. Although the vulnerability does not directly allow code execution or denial of service, the confidentiality breach can be significant depending on the internal resources accessible. Organizations using affected versions of WWBN AVideo risk unauthorized internal data exposure, which could compromise network security posture and privacy compliance. The requirement for authentication limits the attack surface to users with some level of access, but insider threats or compromised accounts could exploit this flaw. Since AVideo is an open-source platform used globally, organizations deploying it in sensitive environments or with internal network segmentation could be particularly impacted.
Mitigation Recommendations
To mitigate this vulnerability, organizations should upgrade WWBN AVideo to version 26.0 or later, where the BulkEmbed plugin's save endpoint includes proper SSRF protections. If immediate upgrade is not feasible, administrators should restrict access to the BulkEmbed plugin's save endpoint to trusted users only and monitor logs for suspicious URL fetch requests. Network-level controls such as firewall rules or web application firewalls (WAFs) can be configured to block outbound HTTP requests from the AVideo server to internal IP ranges or sensitive endpoints. Additionally, implementing strict input validation and URL whitelisting on user-supplied URLs can reduce SSRF risks. Regularly auditing plugin configurations and applying security patches promptly will help prevent similar issues. Finally, monitoring for anomalous internal network traffic originating from the AVideo server can aid in early detection of exploitation attempts.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-03-18T18:55:47.427Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69c02043f4197a8e3ba1f6d0
Added to database: 3/22/2026, 5:00:51 PM
Last enriched: 3/22/2026, 5:16:29 PM
Last updated: 3/22/2026, 6:05:35 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.