CVE Catalog

CVE-2026-33692

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.45%

36th percentile - higher than 36% of all known CVEs

Summary

WWBN AVideo is an open source video platform. Versions prior to 29.0 expose .env files to unauthenticated users through the official Docker compose configuration. The .env file contains database credentials, admin passwords, and infrastructure configuration, and is served as a static file at /.env.

Risk Assessment

The organization is at risk of direct database access, admin panel takeover, and further lateral movement within the Docker network, potentially leading to full system compromise.

Recommendation

Immediately update AVideo to version 29.0 or later. If an update is not possible, add an .htaccess rule to block access to .env files.

Other vulnerabilities in AVideo

See all
Original NVD description (English source)

WWBN AVideo is an open source video platform. Versions prior to 29.0 expose .env files to unauthenticated users through the official Docker compose configuration. The official docker-compose.yml mounts the entire project root directory as the Apache document root, causing the .env file — which contains database credentials, admin passwords, and infrastructure configuration — to be served as a static file at /.env. No .htaccess rule or Apache configuration blocks access to dotfiles. Exploitation enables direct database access, admin panel takeover, and further lateral movement within the Docker network. This issue has been resolved in version 29.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS