CVE-2026-33692

HIGHPre-NVD 7.57.5
EchelonGraph scoreLOW confidence

This high-severity CVE scores 7.5 under the CNA's CVSS (NVD's own analysis pending). EPSS exploit-prediction score not yet available (the EPSS model rescores nightly; freshly-published CVEs typically appear within 48 hours). GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: cna:github_m
7.5
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: CVSS: 7.5Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

AVideo Vulnerable to Unauthenticated .env File Exposure via Official Docker Compose Configuration

Vulnerability Details

CWE: CWE-538 - Insertion of Sensitive Information into Externally-Accessible File or Directory

The official docker-compose.yml (line 61) mounts the entire project root directory as the Apache document root:

volumes:
  • "./:/var/www/html/AVideo"

This causes 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.

Exposed Information

An unauthenticated request to GET /.env returns:

DB_MYSQL_HOST=database
DB_MYSQL_USER=avideo
DB_MYSQL_PASSWORD=avideo
SYSTEM_ADMIN_PASSWORD=admin123
TLS_CERTIFICATE_FILE=/etc/apache2/ssl/localhost.crt
TLS_CERTIFICATE_KEY=/etc/apache2/ssl/localhost.key
NETWORK_SUBNET=172.30.0.0/16

Steps to Reproduce

Prerequisites

  • AVideo deployed using the official docker-compose.yml
  • No modifications to the default configuration

Steps

  • Deploy AVideo using docker compose up -d
  • Send: curl http://target/.env
  • The full .env file contents are returned, including database credentials and admin password

Impact

  • Attacker: Unauthenticated (any remote user)
  • Victim: AVideo server and database
  • Specific damage: Attacker obtains database credentials (DB_MYSQL_USER, DB_MYSQL_PASSWORD), admin password (SYSTEM_ADMIN_PASSWORD), and internal network topology (NETWORK_SUBNET). This enables direct database access, admin panel takeover, and further lateral movement within the Docker network.

Proposed Fix

Add a .htaccess rule to block access to dotfiles:

# Block access to hidden files (.env, .git, etc.)

Order Allow,Deny Deny from all

Or configure Apache to deny dotfile access in the virtual host configuration.

CVSS v3
7.5
EG Score
7.5(low)
EPSS
KEV
Not listed

Published

June 22, 2026

Last Modified

June 22, 2026

Vendor Advisories for CVE-2026-33692(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Affected Packages

(1 across 1 ecosystem)
Packagist(1)
PackageVulnerable rangeFixed inDependents
wwbn/avideo10.4 ... 26.0 (17 versions)29.0

Data Freshness Timeline

(refreshed 13× in last 7d / 28× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-06 20:36 UTCEG score recompute
  2. 2026-07-06 08:08 UTCEG score recompute
  3. 2026-07-05 19:15 UTCEG score recompute
  4. 2026-07-05 06:51 UTCEG score recompute
  5. 2026-07-04 18:24 UTCEG score recompute
  6. 2026-07-04 05:59 UTCEG score recompute
  7. 2026-07-03 17:21 UTCEG score recompute
  8. 2026-07-03 04:56 UTCEG score recompute
  9. 2026-07-02 16:32 UTCEG score recompute
  10. 2026-07-02 04:07 UTCEG score recompute
  11. 2026-07-01 15:43 UTCEG score recompute
  12. 2026-07-01 03:18 UTCEG score recompute
  13. 2026-06-30 14:54 UTCEG score recompute
  14. 2026-06-30 02:21 UTCEG score recompute
  15. 2026-06-29 13:57 UTCEG score recompute
  16. 2026-06-29 01:33 UTCEG score recompute
  17. 2026-06-28 13:09 UTCEG score recompute
  18. 2026-06-28 00:44 UTCEG score recompute
  19. 2026-06-27 12:19 UTCEG score recompute
  20. 2026-06-26 23:54 UTCEG score recompute
  21. 2026-06-26 11:30 UTCEG score recompute
  22. 2026-06-25 23:06 UTCEG score recompute
  23. 2026-06-25 10:42 UTCEG score recompute
  24. 2026-06-24 22:17 UTCEG score recompute
  25. 2026-06-24 09:53 UTCEG score recompute
Show 3 more
  1. 2026-06-23 21:28 UTCEG score recompute
  2. 2026-06-23 09:02 UTCEG score recompute
  3. 2026-06-22 20:36 UTCEG score recompute

Frequently asked(4)

What is CVE-2026-33692?
CVE-2026-33692 is a high vulnerability published on June 22, 2026. AVideo Vulnerable to Unauthenticated .env File Exposure via Official Docker Compose Configuration Vulnerability Details CWE: CWE-538 - Insertion of Sensitive Information into Externally-Accessible File or Directory The official docker-compose.yml (line 61) mounts the entire project root directory…
When was CVE-2026-33692 disclosed?
CVE-2026-33692 was first published in the National Vulnerability Database on June 22, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
What is the CVSS score of CVE-2026-33692?
CVE-2026-33692 has a CVSS v4.0 base score of 7.5 (CNA self-assessment; NVD's own analysis pending). The EG score is currently aggregating — additional source signals are being incorporated as they become available..
How do I remediate CVE-2026-33692?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-33692, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-33692

Explore →

Is Your Infrastructure Affected by CVE-2026-33692?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.