PatchSiren cyber security CVE debrief
CVE-2026-34613 WWBN CVE debrief
The AVideo pluginSwitch.json.php endpoint allows administrators to enable or disable any installed plugin without validating a CSRF token. This, combined with SameSite=None on session cookies, could allow an attacker to disable critical security plugins by luring an admin to a malicious page. The vulnerability affects WWBN AVideo versions 26.0 and prior, and administrators and users should be aware of this vulnerability and take steps to mitigate it.
- Vendor
- WWBN
- Product
- AVideo
- CVSS
- MEDIUM 6.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-03-31
- Original CVE updated
- 2026-07-24
- Advisory published
- 2026-03-31
- Advisory updated
- 2026-07-24
Who should care
Administrators and users of WWBN AVideo versions 26.0 and prior should be aware of this vulnerability and take steps to mitigate it. This includes verifying and applying vendor patches or updates, implementing CSRF token validation for the pluginSwitch.json.php endpoint, restricting access to the pluginSwitch.json.php endpoint, and monitoring for suspicious activity related to plugin changes.
Technical summary
The AVideo endpoint objects/pluginSwitch.json.php allows administrators to enable or disable any installed plugin. The endpoint checks for an active admin session but does not validate a CSRF token. Additionally, the plugins database table is explicitly listed in ignoreTableSecurityCheck(), which means the ORM-level Referer/Origin domain validation in ObjectYPT::save() is also bypassed. Combined with SameSite=None on session cookies, an attacker can disable critical security plugins (such as LoginControl for 2FA, subscription enforcement, or access control plugins) by luring an admin to a malicious page.
Defensive priority
Medium priority due to the potential for significant impact on security
Recommended defensive actions
- Verify and apply vendor patches or updates
- Implement CSRF token validation for the pluginSwitch.json.php endpoint
- Restrict access to the pluginSwitch.json.php endpoint
- Monitor for suspicious activity related to plugin changes
- Consider implementing additional security controls for AVideo installations
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The CVE record was published on 2026-03-31T21:16:31.447Z and was last modified on 2026-07-24T20:10:00.147Z. The NVD entry is currently Analyzed. There are no publicly available patches at the time of publication. The vulnerability affects WWBN AVideo versions 26.0 and prior.
Official resources
-
CVE-2026-34613 CVE record
CVE.org
-
CVE-2026-34613 NVD detail
NVD
-
Source item URL
nvd_modified
-
Mitigation or vendor reference
[email protected] - Exploit, Vendor Advisory
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-03-31T21:16:31.447Z and has not been modified since then. The NVD entry is currently Analyzed.