Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-33692 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

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

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-20Improper Input Validation[email protected]

Affected Products

ProductVersions
WWBN AVideo
<= 26.0

CPE

  • cpe:2.3:a:wwbn:avideo:*:*:*:*:*:*:*:*

Remediation

  • Workaround:moderate effort

    Modify the official docker-compose.yml to prevent the .env file from being served. This can be done by adding a .htaccess rule to block access to hidden files: # Block access to hidden files (.env, .git, etc.) <FilesMatch "^\."> Order Allow,Deny Deny from all </FilesMatch Alternatively, configure Apache to deny dotfile access in the virtual host configuration.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-33692
NVD Published Date:
Jul 16, 2026
NVD Last Modified:
Jul 17, 2026
Source:
[email protected]
CVE-2026-33692 Details - Not Deferred