Cyber Posture

CVE-2026-29093

HighPublic PoC

Published: 06 March 2026

Published
06 March 2026
Modified
16 March 2026
KEV Added
Patch
CVSS Score 8.1 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0004 12.5th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Description

An adversary may steal web application or service session cookies and use them to gain access to web applications or Internet services as an authenticated user without needing credentials.

Security Summary

CVE-2026-29093 affects WWBN AVideo, an open source video platform, in versions prior to 24.0. The vulnerability stems from the official docker-compose.yml file exposing the memcached service on the host port 11211 (bound to 0.0.0.0:11211) without any authentication. Meanwhile, the Dockerfile configures PHP to store all user sessions in this memcached instance, allowing unauthorized access to sensitive session data.

Remote attackers who can reach the exposed memcached port 11211 can read, modify, or flush session data without requiring application-level authentication. This enables session hijacking, impersonation of administrators, and mass destruction of user sessions, potentially disrupting the platform and granting unauthorized control.

The issue has been addressed in AVideo version 24.0. Security practitioners should upgrade to this patched version, as detailed in the GitHub release notes at https://github.com/WWBN/AVideo/releases/tag/24.0 and the security advisory at https://github.com/WWBN/AVideo/security/advisories/GHSA-xxpw-32hf-q8v9. Additionally, review Docker deployments to ensure memcached is not unnecessarily exposed on public interfaces.

Details

CWE(s)
CWE-287CWE-668

Affected Products

wwbn
avideo
≤ 24.0

MITRE ATT&CK Enterprise Techniques

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.
T1539 Steal Web Session Cookie Credential Access
An adversary may steal web application or service session cookies and use them to gain access to web applications or Internet services as an authenticated user without needing credentials.
Why these techniques?

Exposed unauthenticated memcached enables exploitation of public-facing application (T1190) and stealing web session data/IDs for hijacking and admin impersonation (T1539).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References