Description
OpenWrt luci-app-bmx7 before commit 5890760a454dad2cb00389dba2cdc5e779e0ffdd contains a path traversal vulnerability in the bmx7-info CGI script that allows unauthenticated attackers to read files outside the configured runtimeDir. Attackers can supply directory traversal sequences in the query string to escape the intended directory and read sensitive files accessible to the CGI process.
Published: 2026-08-03
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw is a classic path traversal vulnerability in the OpenWrt luci-app-bmx7 bmx7-info CGI script, identified as CWE‑22. An attacker who can access the web interface can supply directory traversal sequences in the query string to escape the intended runtime directory and read arbitrary files that the CGI process can reach. This leads to confidentiality loss, potentially exposing configuration files, credentials, or logs. The vulnerability is exploitable by any unauthenticated user with network access to the device.

Affected Systems

All releases of the OpenWrt luci-app-bmx7 application prior to commit 5890760a454dad2cb00389dba2cdc5e779e0ffdd are affected. The issue resides in the bmx7-info CGI, which is part of the Luci web interface in the OpenWrt distribution.

Risk and Exploitability

The CVSS score of 8.7 classifies the vulnerability as High severity. No EPSS score has been published, and the flaw is currently not listed in CISA's KEV catalog, suggesting limited documented exploitation so far. The likely attack vector involves unauthenticated HTTP requests to the Web UI of the device; an attacker can send crafted query strings containing "../" sequences to access files outside the configured runtime directory. Once directory traversal succeeds, the attacker can read any files readable by the CGI process, resulting in a significant information disclosure risk.

Generated by OpenCVE AI on August 4, 2026 at 10:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the luci-app-bmx7 update that includes commit 5890760a454dad2cb00389dba2cdc5e779e0ffdd, which removes the path traversal flaw.
  • If an immediate patch is not possible, restrict access to the device’s web interface or disable the bmx7-info CGI script so that unauthenticated users cannot reach the vulnerable endpoint.
  • Configure the runtimeDir setting to limit the CGI’s access to a dedicated, non-sensitive directory and set strict file permissions to prevent reading of sensitive files.

Generated by OpenCVE AI on August 4, 2026 at 10:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 14 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:openwrt:luci:*:*:*:*:*:*:*:*

Mon, 03 Aug 2026 15:00:00 +0000

Type Values Removed Values Added
First Time appeared Openwrt
Openwrt luci
Vendors & Products Openwrt
Openwrt luci

Mon, 03 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 03 Aug 2026 13:45:00 +0000

Type Values Removed Values Added
Description OpenWrt luci-app-bmx7 before commit 5890760a454dad2cb00389dba2cdc5e779e0ffdd contains a path traversal vulnerability in the bmx7-info CGI script that allows unauthenticated attackers to read files outside the configured runtimeDir. Attackers can supply directory traversal sequences in the query string to escape the intended directory and read sensitive files accessible to the CGI process.
Title OpenWrt luci-app-bmx7 Path Traversal via bmx7-info
Weaknesses CWE-22
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-14T16:51:13.952Z

Reserved: 2026-08-03T10:44:14.335Z

Link: CVE-2026-69095

cve-icon Vulnrichment

Updated: 2026-08-03T14:09:15.884Z

cve-icon NVD

Status : Received

Published: 2026-08-03T14:16:30.343

Modified: 2026-08-03T15:16:21.913

Link: CVE-2026-69095

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T10:30:07Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')