CVE-2026-33692 PUBLISHED

AVideo Has Unauthenticated .env File Exposure via Official Docker Compose Configuration

Assigner: GitHub_M
Reserved: 23.03.2026 Published: 16.07.2026 Updated: 17.07.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 7.5

Product Status

Vendor WWBN
Product AVideo
Versions
  • Version < 29.0 is affected

References

Problem Types

  • CWE-20: Improper Input Validation CWE