CVE-2026-33295: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in WWBN AVideo
CVE-2026-33295 is a high-severity stored cross-site scripting (XSS) vulnerability in WWBN AVideo versions prior to 26. 0. The flaw exists in the CDN plugin's download buttons component, where the clean_title field of a video record is directly embedded into a JavaScript string without proper escaping. This allows an attacker with the ability to create or modify videos to inject malicious JavaScript code that executes in the browsers of users visiting the affected download page. Exploitation requires low privileges (ability to upload or edit videos) and user interaction (visiting the malicious page). The vulnerability can lead to session hijacking, credential theft, or other malicious actions within the victim's browser context. Version 26. 0 of AVideo addresses this issue by properly escaping the input. No known exploits are reported in the wild yet, but the high CVSS score (8. 2) reflects the significant risk posed by this vulnerability.
AI Analysis
Technical Summary
CVE-2026-33295 is a stored cross-site scripting vulnerability identified in WWBN AVideo, an open-source video platform, affecting versions prior to 26.0. The vulnerability resides in the CDN plugin's download buttons component, specifically in how the clean_title field of a video record is handled. This field is interpolated directly into a JavaScript string literal without any sanitization or escaping, violating secure coding practices and enabling improper neutralization of input (CWE-79). An attacker who can create or modify video entries can inject arbitrary JavaScript code into the clean_title field. When other users visit the affected download page, the malicious script executes in their browsers under the context of the vulnerable site, potentially compromising user sessions, stealing cookies, or performing actions on behalf of the user. The vulnerability requires the attacker to have at least low privileges (ability to upload or modify videos) and user interaction (visiting the malicious page). The CVSS v4.0 score of 8.2 reflects a high severity, considering the attack vector is network-based with low complexity, no authentication required beyond low privileges, and high impact on confidentiality and partial impact on integrity. The scope is high as it affects all users visiting the compromised pages. WWBN released version 26.0 to fix this issue by implementing proper escaping of the clean_title field before embedding it into JavaScript. No public exploits have been reported yet, but the vulnerability poses a significant risk if left unpatched.
Potential Impact
The impact of CVE-2026-33295 is substantial for organizations using WWBN AVideo versions prior to 26.0. Successful exploitation allows attackers to execute arbitrary JavaScript in the browsers of users visiting the affected download pages, leading to session hijacking, theft of authentication tokens, redirection to malicious sites, or unauthorized actions performed on behalf of the user. This can compromise user privacy and trust, potentially leading to data breaches or further exploitation within the organization's network. For platforms hosting sensitive or private video content, the risk is amplified as attackers could manipulate video metadata to spread malware or phishing payloads. Additionally, the vulnerability could be leveraged to conduct targeted attacks against specific user groups or administrators. Given the ease of exploitation and the broad scope of affected users, organizations face reputational damage, regulatory compliance issues, and operational disruptions if the vulnerability is exploited.
Mitigation Recommendations
To mitigate CVE-2026-33295, organizations should immediately upgrade WWBN AVideo to version 26.0 or later, where the vulnerability is patched. If upgrading is not immediately feasible, implement the following specific measures: 1) Restrict permissions to video creation and modification strictly to trusted users to reduce the risk of malicious input injection. 2) Employ web application firewalls (WAFs) with custom rules to detect and block suspicious JavaScript payloads in video metadata fields. 3) Conduct thorough input validation and output encoding on all user-supplied data, especially those interpolated into JavaScript contexts, following OWASP XSS prevention guidelines. 4) Monitor logs and user activity for unusual behavior indicative of exploitation attempts. 5) Educate users to be cautious when interacting with video download pages and report suspicious behavior. 6) Consider implementing Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts on affected pages. These steps, combined with patching, will significantly reduce the risk posed by this vulnerability.
Affected Countries
United States, Germany, United Kingdom, France, Canada, Australia, Japan, India, Brazil, Netherlands, South Korea
CVE-2026-33295: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in WWBN AVideo
Description
CVE-2026-33295 is a high-severity stored cross-site scripting (XSS) vulnerability in WWBN AVideo versions prior to 26. 0. The flaw exists in the CDN plugin's download buttons component, where the clean_title field of a video record is directly embedded into a JavaScript string without proper escaping. This allows an attacker with the ability to create or modify videos to inject malicious JavaScript code that executes in the browsers of users visiting the affected download page. Exploitation requires low privileges (ability to upload or edit videos) and user interaction (visiting the malicious page). The vulnerability can lead to session hijacking, credential theft, or other malicious actions within the victim's browser context. Version 26. 0 of AVideo addresses this issue by properly escaping the input. No known exploits are reported in the wild yet, but the high CVSS score (8. 2) reflects the significant risk posed by this vulnerability.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2026-33295 is a stored cross-site scripting vulnerability identified in WWBN AVideo, an open-source video platform, affecting versions prior to 26.0. The vulnerability resides in the CDN plugin's download buttons component, specifically in how the clean_title field of a video record is handled. This field is interpolated directly into a JavaScript string literal without any sanitization or escaping, violating secure coding practices and enabling improper neutralization of input (CWE-79). An attacker who can create or modify video entries can inject arbitrary JavaScript code into the clean_title field. When other users visit the affected download page, the malicious script executes in their browsers under the context of the vulnerable site, potentially compromising user sessions, stealing cookies, or performing actions on behalf of the user. The vulnerability requires the attacker to have at least low privileges (ability to upload or modify videos) and user interaction (visiting the malicious page). The CVSS v4.0 score of 8.2 reflects a high severity, considering the attack vector is network-based with low complexity, no authentication required beyond low privileges, and high impact on confidentiality and partial impact on integrity. The scope is high as it affects all users visiting the compromised pages. WWBN released version 26.0 to fix this issue by implementing proper escaping of the clean_title field before embedding it into JavaScript. No public exploits have been reported yet, but the vulnerability poses a significant risk if left unpatched.
Potential Impact
The impact of CVE-2026-33295 is substantial for organizations using WWBN AVideo versions prior to 26.0. Successful exploitation allows attackers to execute arbitrary JavaScript in the browsers of users visiting the affected download pages, leading to session hijacking, theft of authentication tokens, redirection to malicious sites, or unauthorized actions performed on behalf of the user. This can compromise user privacy and trust, potentially leading to data breaches or further exploitation within the organization's network. For platforms hosting sensitive or private video content, the risk is amplified as attackers could manipulate video metadata to spread malware or phishing payloads. Additionally, the vulnerability could be leveraged to conduct targeted attacks against specific user groups or administrators. Given the ease of exploitation and the broad scope of affected users, organizations face reputational damage, regulatory compliance issues, and operational disruptions if the vulnerability is exploited.
Mitigation Recommendations
To mitigate CVE-2026-33295, organizations should immediately upgrade WWBN AVideo to version 26.0 or later, where the vulnerability is patched. If upgrading is not immediately feasible, implement the following specific measures: 1) Restrict permissions to video creation and modification strictly to trusted users to reduce the risk of malicious input injection. 2) Employ web application firewalls (WAFs) with custom rules to detect and block suspicious JavaScript payloads in video metadata fields. 3) Conduct thorough input validation and output encoding on all user-supplied data, especially those interpolated into JavaScript contexts, following OWASP XSS prevention guidelines. 4) Monitor logs and user activity for unusual behavior indicative of exploitation attempts. 5) Educate users to be cautious when interacting with video download pages and report suspicious behavior. 6) Consider implementing Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts on affected pages. These steps, combined with patching, will significantly reduce the risk posed by this vulnerability.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-03-18T18:55:47.427Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 69c023c9f4197a8e3ba36531
Added to database: 3/22/2026, 5:15:53 PM
Last enriched: 3/22/2026, 5:30:53 PM
Last updated: 3/22/2026, 6:27:42 PM
Views: 3
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.