Cyber Posture

CVE-2026-33507

HighPublic PoC

Published: 23 March 2026

Published
23 March 2026
Modified
24 March 2026
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0009 25.1th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-33507 is a high-severity CSRF (CWE-352) vulnerability in Wwbn Avideo. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 25.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 CM-11 (User-installed Software) and SC-23 (Session Authenticity).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

SC-23 requires mechanisms such as CSRF tokens to protect session authenticity, directly preventing forged requests to the plugin import endpoint.

prevent

CM-11 prohibits or controls user-installed software like unverified plugin ZIPs, blocking installation of malicious PHP webshells.

prevent

CM-6 enforces secure configuration settings for session cookies, such as SameSite=Lax or Strict, to block cross-site transmission exploited here.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
Why these techniques?

CSRF in public-facing plugin upload endpoint directly enables T1190 exploitation; malicious ZIP installs PHP webshell (T1505.003) for RCE.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD 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…

more

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.

Deeper analysisAI

CVE-2026-33507 is a cross-site request forgery (CSRF) vulnerability affecting WWBN AVideo, an open-source video platform, in versions up to and including 26.0. The issue resides in the `objects/pluginImport.json.php` endpoint, which permits admin users to upload and install plugin ZIP files containing executable PHP code without any CSRF protection. This flaw is exacerbated by the application's configuration explicitly setting `session.cookie_samesite = 'None'` for HTTPS connections, enabling cross-origin session cookie transmission.

An unauthenticated attacker can exploit this vulnerability by crafting a malicious webpage that, when visited by an authenticated admin user, triggers a silent upload and installation of a malicious plugin ZIP archive. The plugin can include a PHP webshell, resulting in remote code execution (RCE) on the AVideo server. The attack requires user interaction (UI:R) from the admin but has low complexity (AC:L) and no privileges (PR:N), as reflected in its CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H). It is associated with CWE-352 (Cross-Site Request Forgery).

The GitHub security advisory (GHSA-hv36-p4w4-6vmj) and patch commit d1bc1695edd9ad4468a48cea0df6cd943a2635f3 detail the fix, which adds CSRF protection to the plugin import endpoint. Security practitioners should update to a patched version of AVideo beyond 26.0 and review configurations for SameSite cookie attributes to mitigate similar risks.

Details

CWE(s)

Affected Products

wwbn
avideo
≤ 26.0

CVEs Like This One

CVE-2026-40925Same product: Wwbn Avideo
CVE-2026-34394Same product: Wwbn Avideo
CVE-2026-33649Same product: Wwbn Avideo
CVE-2026-33647Same product: Wwbn Avideo
CVE-2026-40926Same product: Wwbn Avideo
CVE-2025-34436Same product: Wwbn Avideo
CVE-2026-40909Same product: Wwbn Avideo
CVE-2025-34434Same product: Wwbn Avideo
CVE-2026-28502Same product: Wwbn Avideo
CVE-2026-33513Same product: Wwbn Avideo

References