CVE-2026-34611: CWE-352: Cross-Site Request Forgery (CSRF) in WWBN AVideo
CVE-2026-34611 is a Cross-Site Request Forgery (CSRF) vulnerability in WWBN AVideo versions 26. 0 and earlier. The vulnerability exists in the objects/emailAllUsers. json. php endpoint, which allows administrators to send HTML emails to all registered users without validating a CSRF token. Because the platform sets session cookies with SameSite=None, an attacker can craft a malicious webpage that triggers a cross-origin POST request using the admin's session cookie if the admin visits the page. This enables the attacker to send arbitrary HTML emails appearing to come from the legitimate SMTP address to all users. No public patches are available at the time of disclosure. The CVSS score is 6. 5 (medium severity), reflecting the ease of exploitation with user interaction and the impact on integrity.
AI Analysis
Technical Summary
WWBN AVideo is an open-source video platform that includes an administrative endpoint, objects/emailAllUsers.json.php, which allows sending HTML emails to all registered users. In versions 26.0 and prior, this endpoint verifies that the requester has an active admin session but does not implement CSRF token validation. The platform sets session cookies with the SameSite attribute set to None, which means cookies are sent with cross-origin requests. An attacker can exploit this by luring an authenticated administrator to a malicious website that issues a cross-origin POST request to the vulnerable endpoint. Because the admin's session cookie is automatically included, the request is authenticated, allowing the attacker to send arbitrary HTML emails to every user on the platform. These emails appear to originate from the legitimate SMTP address configured on the instance, potentially enabling phishing, social engineering, or malware distribution campaigns. The vulnerability does not affect confidentiality or availability directly but compromises integrity by allowing unauthorized email content injection. No patches or fixes are publicly available at the time of publication, increasing the risk window. The CVSS 3.1 score is 6.5, indicating medium severity, with attack vector network, low attack complexity, no privileges required, but user interaction needed (admin visiting malicious page).
Potential Impact
The primary impact of this vulnerability is on the integrity of communications within organizations using WWBN AVideo. An attacker can send arbitrary HTML emails to all registered users, potentially leading to widespread phishing attacks, malware distribution, or social engineering campaigns that appear to come from a trusted internal source. This can erode user trust, lead to credential theft, or facilitate further compromise of user systems. Since the emails are sent from the legitimate SMTP address, standard email security controls like SPF, DKIM, and DMARC may not detect the malicious emails as spoofed, increasing the likelihood of successful attacks. Although the vulnerability does not directly affect system availability or confidentiality, the downstream effects of successful phishing or malware campaigns can be severe, including data breaches or ransomware infections. Organizations with large user bases on AVideo platforms are at higher risk due to the scale of potential impact. The lack of available patches prolongs exposure, and the requirement for an admin to visit a malicious page means social engineering is a key exploitation vector.
Mitigation Recommendations
Until an official patch is released, organizations should implement several specific mitigations: 1) Restrict administrative access to trusted networks or VPNs to reduce the risk of admins visiting malicious sites while authenticated. 2) Educate administrators about the risks of visiting untrusted websites while logged into the AVideo platform. 3) Implement web application firewall (WAF) rules to detect and block suspicious POST requests to the emailAllUsers.json.php endpoint, especially those originating from cross-origin sources. 4) Consider temporarily disabling or restricting the emailAllUsers functionality if feasible. 5) Monitor outgoing emails for unusual patterns or content that could indicate exploitation. 6) Review and tighten session cookie settings, such as changing SameSite attribute to Lax or Strict if compatible with application functionality, to prevent cookies from being sent cross-origin. 7) Employ multi-factor authentication (MFA) for admin accounts to reduce the risk of session hijacking. 8) Stay alert for vendor updates and apply patches promptly once available. These targeted mitigations go beyond generic advice by focusing on the specific attack vector and platform behavior.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, Netherlands, Japan, India, Brazil
CVE-2026-34611: CWE-352: Cross-Site Request Forgery (CSRF) in WWBN AVideo
Description
CVE-2026-34611 is a Cross-Site Request Forgery (CSRF) vulnerability in WWBN AVideo versions 26. 0 and earlier. The vulnerability exists in the objects/emailAllUsers. json. php endpoint, which allows administrators to send HTML emails to all registered users without validating a CSRF token. Because the platform sets session cookies with SameSite=None, an attacker can craft a malicious webpage that triggers a cross-origin POST request using the admin's session cookie if the admin visits the page. This enables the attacker to send arbitrary HTML emails appearing to come from the legitimate SMTP address to all users. No public patches are available at the time of disclosure. The CVSS score is 6. 5 (medium severity), reflecting the ease of exploitation with user interaction and the impact on integrity.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
WWBN AVideo is an open-source video platform that includes an administrative endpoint, objects/emailAllUsers.json.php, which allows sending HTML emails to all registered users. In versions 26.0 and prior, this endpoint verifies that the requester has an active admin session but does not implement CSRF token validation. The platform sets session cookies with the SameSite attribute set to None, which means cookies are sent with cross-origin requests. An attacker can exploit this by luring an authenticated administrator to a malicious website that issues a cross-origin POST request to the vulnerable endpoint. Because the admin's session cookie is automatically included, the request is authenticated, allowing the attacker to send arbitrary HTML emails to every user on the platform. These emails appear to originate from the legitimate SMTP address configured on the instance, potentially enabling phishing, social engineering, or malware distribution campaigns. The vulnerability does not affect confidentiality or availability directly but compromises integrity by allowing unauthorized email content injection. No patches or fixes are publicly available at the time of publication, increasing the risk window. The CVSS 3.1 score is 6.5, indicating medium severity, with attack vector network, low attack complexity, no privileges required, but user interaction needed (admin visiting malicious page).
Potential Impact
The primary impact of this vulnerability is on the integrity of communications within organizations using WWBN AVideo. An attacker can send arbitrary HTML emails to all registered users, potentially leading to widespread phishing attacks, malware distribution, or social engineering campaigns that appear to come from a trusted internal source. This can erode user trust, lead to credential theft, or facilitate further compromise of user systems. Since the emails are sent from the legitimate SMTP address, standard email security controls like SPF, DKIM, and DMARC may not detect the malicious emails as spoofed, increasing the likelihood of successful attacks. Although the vulnerability does not directly affect system availability or confidentiality, the downstream effects of successful phishing or malware campaigns can be severe, including data breaches or ransomware infections. Organizations with large user bases on AVideo platforms are at higher risk due to the scale of potential impact. The lack of available patches prolongs exposure, and the requirement for an admin to visit a malicious page means social engineering is a key exploitation vector.
Mitigation Recommendations
Until an official patch is released, organizations should implement several specific mitigations: 1) Restrict administrative access to trusted networks or VPNs to reduce the risk of admins visiting malicious sites while authenticated. 2) Educate administrators about the risks of visiting untrusted websites while logged into the AVideo platform. 3) Implement web application firewall (WAF) rules to detect and block suspicious POST requests to the emailAllUsers.json.php endpoint, especially those originating from cross-origin sources. 4) Consider temporarily disabling or restricting the emailAllUsers functionality if feasible. 5) Monitor outgoing emails for unusual patterns or content that could indicate exploitation. 6) Review and tighten session cookie settings, such as changing SameSite attribute to Lax or Strict if compatible with application functionality, to prevent cookies from being sent cross-origin. 7) Employ multi-factor authentication (MFA) for admin accounts to reduce the risk of session hijacking. 8) Stay alert for vendor updates and apply patches promptly once available. These targeted mitigations go beyond generic advice by focusing on the specific attack vector and platform behavior.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-03-30T17:15:52.500Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69cc37c1e6bfc5ba1d4189f8
Added to database: 3/31/2026, 9:08:17 PM
Last enriched: 3/31/2026, 9:26:04 PM
Last updated: 4/1/2026, 3:45:45 AM
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.
External Links
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.