SEPTEMBER 9, 2026
Live Feed
Back to database
Case File

CVE-2026-33684

MEDIUM · CVSS 5.3 EPSS 0.21% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-15 · Last synced 2026-08-14

CyberRota Analysis

AI-Generated

The vulnerability allows users to exploit unguarded permission parameters in the signUp API of WWBN AVideo prior to version 29.0, enabling them to self-grant elevated permissions during account registration by merely solving a CAPTCHA. This could lead to unauthorized access, allowing attackers to bypass email verification and gain elevated privileges such as uploading content and creating streams or meetings. Organizations using affected versions should prioritize upgrading to version 29.0 to mitigate the risk of privilege escalation and unauthorized access.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-33684
Severity
MEDIUM
CVSS
5.3
EPSS
0.21%

Original NVD Description

WWBN AVideo is an open source video platform. Prior to version 29.0, Privilege Escalation is possible through unguarded permission parameters in signUp API, which allows any user who can solve a CAPTCHA to self-grant elevated permissions during account registration. The set_api_signUp method in the API plugin accepts emailVerified, canUpload, canStream, and canCreateMeet parameters from user-supplied input and applies them to newly created accounts without verifying that the request was authenticated with a valid APISecret. By self-granting account attributes, attackers can mark their own accounts as email-verified without owning the address (bypassing email-gated functionality) and award themselves upload, streaming, and meeting-creation permissions, circumventing administrator access controls that intentionally restrict these capabilities for new users. This issue has been fixed in version 29.0