CVE-2026-34613: CWE-352: Cross-Site Request Forgery (CSRF) in WWBN AVideo
CVE-2026-34613 is a Cross-Site Request Forgery (CSRF) vulnerability affecting WWBN AVideo versions 26. 0 and earlier. The vulnerability exists in the objects/pluginSwitch. json. php endpoint, which allows authenticated administrators to enable or disable plugins without validating a CSRF token. Due to the plugins table being excluded from ORM-level Referer/Origin checks and session cookies set with SameSite=None, attackers can trick admins into disabling critical security plugins by visiting a malicious webpage. This can lead to disabling protections such as two-factor authentication, subscription enforcement, or access control. No public patches are available at the time of disclosure. The CVSS score is 6. 5 (medium severity), reflecting the ease of exploitation via user interaction but no direct confidentiality or availability impact.
AI Analysis
Technical Summary
WWBN AVideo is an open-source video platform that in versions 26.0 and prior contains a CSRF vulnerability (CVE-2026-34613) in the objects/pluginSwitch.json.php endpoint. This endpoint allows administrators to enable or disable any installed plugin but fails to implement CSRF token validation. Although it verifies an active admin session, it does not protect against forged requests originating from malicious sites. Furthermore, the plugins database table is explicitly excluded from the ORM-level Referer/Origin domain validation implemented in ObjectYPT::save(), effectively bypassing an additional layer of defense. Compounding this issue, session cookies are configured with SameSite=None, allowing cross-site requests to carry authentication cookies. An attacker can exploit this by luring an authenticated administrator to a crafted webpage that silently sends requests to disable critical security plugins such as LoginControl (which enforces two-factor authentication), subscription enforcement, or access control plugins. Disabling these plugins can significantly weaken the platform’s security posture. At the time of publication, no patches or fixes are publicly available, leaving installations vulnerable. The CVSS 3.1 score of 6.5 reflects a medium severity, with no confidentiality or availability impact but high integrity impact due to unauthorized changes to plugin states. Exploitation requires user interaction (admin visiting a malicious page) but no additional privileges beyond an authenticated admin session.
Potential Impact
The primary impact of this vulnerability is the unauthorized disabling of critical security plugins by an attacker, which can severely degrade the security controls of the AVideo platform. This includes disabling two-factor authentication, subscription enforcement, and access control mechanisms, potentially allowing attackers to bypass authentication protections, gain unauthorized access to content, or disrupt subscription-based revenue models. While the vulnerability does not directly expose confidential data or cause denial of service, the integrity compromise can lead to broader security breaches, unauthorized content access, and potential account takeover scenarios. Organizations relying on AVideo for video hosting and streaming services may face increased risk of account compromise, content theft, or unauthorized administrative actions. The lack of available patches increases exposure duration, making timely mitigation critical. The attack requires an administrator to be tricked into visiting a malicious site, so social engineering is a key factor in exploitation. However, the widespread use of SameSite=None cookies increases the risk of successful CSRF attacks.
Mitigation Recommendations
To mitigate this vulnerability, organizations should implement the following specific measures: 1) Immediately restrict administrative access to trusted networks or VPNs to reduce exposure to malicious sites. 2) Educate administrators about the risks of visiting untrusted websites while logged into the AVideo admin interface. 3) Temporarily disable or restrict plugin management functionality if feasible until patches are available. 4) Implement web application firewall (WAF) rules to detect and block suspicious cross-site requests targeting the pluginSwitch.json.php endpoint. 5) Modify session cookie settings to use SameSite=Lax or Strict to prevent cross-site cookie transmission, if configurable. 6) Monitor administrative logs for unusual plugin enable/disable activity. 7) Follow WWBN AVideo project communications closely for forthcoming patches and apply them promptly once released. 8) Consider deploying additional multi-factor authentication methods outside of the vulnerable plugin to maintain strong admin authentication. 9) Review and harden other security controls to compensate for potential plugin disablement. These steps go beyond generic advice by focusing on immediate risk reduction and compensating controls in the absence of a patch.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, Netherlands, Japan, India, Brazil
CVE-2026-34613: CWE-352: Cross-Site Request Forgery (CSRF) in WWBN AVideo
Description
CVE-2026-34613 is a Cross-Site Request Forgery (CSRF) vulnerability affecting WWBN AVideo versions 26. 0 and earlier. The vulnerability exists in the objects/pluginSwitch. json. php endpoint, which allows authenticated administrators to enable or disable plugins without validating a CSRF token. Due to the plugins table being excluded from ORM-level Referer/Origin checks and session cookies set with SameSite=None, attackers can trick admins into disabling critical security plugins by visiting a malicious webpage. This can lead to disabling protections such as two-factor authentication, subscription enforcement, or access control. No public patches are available at the time of disclosure. The CVSS score is 6. 5 (medium severity), reflecting the ease of exploitation via user interaction but no direct confidentiality or availability impact.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
WWBN AVideo is an open-source video platform that in versions 26.0 and prior contains a CSRF vulnerability (CVE-2026-34613) in the objects/pluginSwitch.json.php endpoint. This endpoint allows administrators to enable or disable any installed plugin but fails to implement CSRF token validation. Although it verifies an active admin session, it does not protect against forged requests originating from malicious sites. Furthermore, the plugins database table is explicitly excluded from the ORM-level Referer/Origin domain validation implemented in ObjectYPT::save(), effectively bypassing an additional layer of defense. Compounding this issue, session cookies are configured with SameSite=None, allowing cross-site requests to carry authentication cookies. An attacker can exploit this by luring an authenticated administrator to a crafted webpage that silently sends requests to disable critical security plugins such as LoginControl (which enforces two-factor authentication), subscription enforcement, or access control plugins. Disabling these plugins can significantly weaken the platform’s security posture. At the time of publication, no patches or fixes are publicly available, leaving installations vulnerable. The CVSS 3.1 score of 6.5 reflects a medium severity, with no confidentiality or availability impact but high integrity impact due to unauthorized changes to plugin states. Exploitation requires user interaction (admin visiting a malicious page) but no additional privileges beyond an authenticated admin session.
Potential Impact
The primary impact of this vulnerability is the unauthorized disabling of critical security plugins by an attacker, which can severely degrade the security controls of the AVideo platform. This includes disabling two-factor authentication, subscription enforcement, and access control mechanisms, potentially allowing attackers to bypass authentication protections, gain unauthorized access to content, or disrupt subscription-based revenue models. While the vulnerability does not directly expose confidential data or cause denial of service, the integrity compromise can lead to broader security breaches, unauthorized content access, and potential account takeover scenarios. Organizations relying on AVideo for video hosting and streaming services may face increased risk of account compromise, content theft, or unauthorized administrative actions. The lack of available patches increases exposure duration, making timely mitigation critical. The attack requires an administrator to be tricked into visiting a malicious site, so social engineering is a key factor in exploitation. However, the widespread use of SameSite=None cookies increases the risk of successful CSRF attacks.
Mitigation Recommendations
To mitigate this vulnerability, organizations should implement the following specific measures: 1) Immediately restrict administrative access to trusted networks or VPNs to reduce exposure to malicious sites. 2) Educate administrators about the risks of visiting untrusted websites while logged into the AVideo admin interface. 3) Temporarily disable or restrict plugin management functionality if feasible until patches are available. 4) Implement web application firewall (WAF) rules to detect and block suspicious cross-site requests targeting the pluginSwitch.json.php endpoint. 5) Modify session cookie settings to use SameSite=Lax or Strict to prevent cross-site cookie transmission, if configurable. 6) Monitor administrative logs for unusual plugin enable/disable activity. 7) Follow WWBN AVideo project communications closely for forthcoming patches and apply them promptly once released. 8) Consider deploying additional multi-factor authentication methods outside of the vulnerable plugin to maintain strong admin authentication. 9) Review and harden other security controls to compensate for potential plugin disablement. These steps go beyond generic advice by focusing on immediate risk reduction and compensating controls in the absence of a patch.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-03-30T17:15:52.501Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69cc37c1e6bfc5ba1d4189fb
Added to database: 3/31/2026, 9:08:17 PM
Last enriched: 3/31/2026, 9:25:52 PM
Last updated: 4/1/2026, 6:27:11 AM
Views: 5
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.