CVE-2019-9726
Description
Directory Traversal / Arbitrary File Read in eQ-3 AG Homematic CCU3 3.43.15 and earlier allows remote attackers to read arbitrary files of the device's filesystem. This vulnerability can be exploited by unauthenticated attackers with access to the web interface.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Unauthenticated directory traversal in Homematic CCU3 ≤3.43.15 allows remote attackers to read arbitrary files via null-byte injection in URLs.
Vulnerability
A directory traversal vulnerability exists in the web interface of eQ-3 AG Homematic CCU3 firmware versions 3.43.15 and earlier. The flaw is due to erroneous handling of null bytes in URL paths, allowing an attacker to inject .%00./ sequences to bypass access controls. For example, the URLs /.%00./.%00./tmp/event/subscriber.list and /.%00./.%00./etc/shadow are confirmed to permit arbitrary file reads [1]. No authentication is required, and the vulnerability is reachable via the device's browser-based WebUI.
Exploitation
An unauthenticated attacker with network access to the Homematic CCU3 web interface can exploit this by sending crafted HTTP GET requests containing directory traversal sequences with embedded null bytes. Proof-of-concept requests include GET /.%00./.%00./etc/shadow HTTP/1.1 [1]. The attacker does not require any special privileges or user interaction; the vulnerability is triggered directly by the web server parsing the malformed URL.
Impact
Successful exploitation allows an unauthenticated remote attacker to read arbitrary files from the CCU3's filesystem. This can lead to disclosure of sensitive information such as password hashes (e.g., /etc/shadow) and configuration files (e.g., /tmp/event/subscriber.list). The confidentiality of the device and potentially the entire home automation network is compromised. No code execution is reported, but leaked credentials could enable further attacks.
## Mitigation eQ-3 AG has not released a public fix as of the advisory publication date (2019-05-13). Users are advised to restrict network access to the CCU3's web interface (e.g., via firewall rules, VPN, or disabling remote access) to prevent exposure to unauthenticated attackers. The affected versions are prior to 3.43.16; if an update becomes available, upgrading is recommended. The vulnerability is not listed on CISA's Known Exploited Vulnerabilities (KEV) catalog as of this writing.
AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- eQ-3 AG/Homematic CCU3description
- Range: <=3.43.15
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1- atomic111.github.io/article/homematic-ccu3-filereadmitrex_refsource_MISC
News mentions
0No linked articles in our index yet.