CVE-2026-33507 Details
Description
WWBN AVideo is an open source video platform. In versions up to and including 26.0, the `objects/pluginImport.json.php` endpoint allows admin users to upload and install plugin ZIP files containing executable PHP code, but lacks any CSRF protection. Combined with the application explicitly setting `session.cookie_samesite = 'None'` for HTTPS connections, an unauthenticated attacker can craft a page that, when visited by an authenticated admin, silently uploads a malicious plugin containing a PHP webshell, achieving Remote Code Execution on the server. Commit d1bc1695edd9ad4468a48cea0df6cd943a2635f3 contains a patch.
A remote code execution vulnerability has been identified in WWBN AVideo versions through 26.0. The issue arises in the 'objects/pluginImport.json.php' endpoint, which allows admin users to upload and install plugins. This endpoint lacks Cross-Site Request Forgery (CSRF) protection. Additionally, the application sets 'session.cookie_samesite' to 'None' for HTTPS connections, enabling an unauthenticated attacker to exploit this vulnerability. By crafting a page that an authenticated admin visits, the attacker can upload a malicious plugin containing a PHP web shell, thereby executing arbitrary code on the server. The vulnerability exploitation takes advantage of the absence of CSRF token validation and the permissive SameSite cookie policy, allowing the attack to bypass Cross-Origin Resource Sharing (CORS) restrictions and execute the web shell with the same privileges as the web server user.
To address this vulnerability, add CSRF token validation to the 'objects/pluginImport.json.php' endpoint. Update the plugin upload form in 'view/managerPluginUpload.php' to include the CSRF token, and consider changing the SameSite cookie attribute from 'None' to 'Lax' unless cross-origin cookie inclusion is explicitly required.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 23, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/WWBN/AVideo/security/advisories/GHSA-hv36-p4w4-6vmj | CISA-ADP | ExploitMitigationVendor Advisory |
| https://github.com/WWBN/AVideo/commit/d1bc1695edd9ad4468a48cea0df6cd943a2635f3 | [email protected] | Patch |
| https://github.com/WWBN/AVideo/security/advisories/GHSA-hv36-p4w4-6vmj | [email protected] | ExploitMitigationVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-352 | Cross-Site Request Forgery (CSRF) | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| wwbn avideo | <= 26.0 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Mar 24, 2026 | Initial Analysis | [email protected] |
| Mar 23, 2026 | New CVE Received | [email protected] |
| Mar 23, 2026 | CVE Modified | CISA-ADP |