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.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-34613 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-34613
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-34613 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-34613
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://github.com/WWBN/AVideo/security/advisories/GHSA-hqxf-mhfw-rc44
[email protected] - Exploit, Vendor Advisory
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.