Cyber Posture

CVE-2026-33512

HighPublic PoC

Published: 23 March 2026

Published
23 March 2026
Modified
25 March 2026
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0004 13.4th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-33512 is a high-severity Improper Authentication (CWE-287) vulnerability in Wwbn Avideo. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 13.4th 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 AC-14 (Permitted Actions Without Identification or Authentication) and AC-3 (Access Enforcement).

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

Directly prohibits unauthenticated actions like submitting ciphertext to the decryptString API endpoint to recover sensitive plaintext.

prevent

Enforces approved authorizations to block unauthorized access to the API plugin's decryption functionality.

prevent

Provides protections for publicly accessible endpoints like decryptString to prevent unauthorized recovery of protected tokens and metadata.

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.
T1528 Steal Application Access Token Credential Access
Adversaries can steal application access tokens as a means of acquiring credentials to access remote systems and resources.
Why these techniques?

Unauthenticated remote API exposure in public-facing web app directly enables T1190 exploitation; resulting decryption of protected tokens enables T1528 credential theft.

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 API plugin exposes a `decryptString` action without any authentication. Anyone can submit ciphertext and receive plaintext. Ciphertext is issued publicly (e.g., `view/url2Embed.json.php`), so any…

more

user can recover protected tokens/metadata. Commit 3fdeecef37bb88967a02ccc9b9acc8da95de1c13 contains a patch.

Deeper analysisAI

CVE-2026-33512 affects WWBN AVideo, an open source video platform, in versions up to and including 26.0. The vulnerability resides in the API plugin, which exposes a `decryptString` action without any authentication requirements. This allows anyone to submit ciphertext and receive the corresponding plaintext. Publicly issued ciphertext, such as from endpoints like `view/url2Embed.json.php`, enables recovery of protected tokens and metadata. The issue is rated with a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N) and is associated with CWEs 287 (Improper Authentication), 312 (Cleartext Storage of Sensitive Information), 326 (Inadequate Encryption Strength), and 327 (Use of a Broken or Risky Cryptographic Algorithm).

Unauthenticated attackers can exploit this vulnerability remotely over the network with low complexity and no user interaction. By capturing publicly available ciphertext from AVideo instances and submitting it to the `decryptString` API endpoint, attackers can decrypt sensitive data such as protected tokens and metadata, leading to high confidentiality impacts without affecting integrity or availability.

The patch is available in commit 3fdeecef37bb88967a02ccc9b9acc8da95de1c13 on the WWBN/AVideo GitHub repository. Additional details are provided in the GitHub security advisory at GHSA-mwjc-5j4x-r686, which recommends updating to a patched version to mitigate the issue.

Details

CWE(s)

Affected Products

wwbn
avideo
≤ 26.0

CVEs Like This One

CVE-2026-33716Same product: Wwbn Avideo
CVE-2026-33867Same product: Wwbn Avideo
CVE-2026-33488Same product: Wwbn Avideo
CVE-2026-29093Same product: Wwbn Avideo
CVE-2026-33513Same product: Wwbn Avideo
CVE-2026-33479Same product: Wwbn Avideo
CVE-2026-40925Same product: Wwbn Avideo
CVE-2026-41056Same product: Wwbn Avideo
CVE-2026-34733Same product: Wwbn Avideo
CVE-2026-33292Same product: Wwbn Avideo

References