CVE-2026-1741
Unknown Unknown - Not Provided
Remote Command Injection in EFM ipTIME A8004T Debug Interface

Publication date: 2026-02-02

Last updated on: 2026-03-10

Assigner: VulDB

Description
A vulnerability was determined in EFM ipTIME A8004T 14.18.2. Affected is the function httpcon_check_session_url of the file /sess-bin/d.cgi of the component Debug Interface. This manipulation of the argument cmd causes backdoor. It is possible to initiate the attack remotely. The complexity of an attack is rather high. The exploitability is told to be difficult. The exploit has been publicly disclosed and may be utilized. The vendor was contacted early about this disclosure but did not respond in any way.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-02
Last Modified
2026-03-10
Generated
2026-05-27
AI Q&A
2026-02-02
EPSS Evaluated
2026-05-25
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
iptime a8004t_firmware 14.18.2
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-912 The product contains functionality that is not documented, not part of the specification, and not accessible through an interface or command sequence that is obvious to the product's users or administrators.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability exists in the EFM ipTIME A8004T router firmware version 14.18.2, specifically in the Debug Interface component's function httpcon_check_session_url within the file /sess-bin/d.cgi. It involves manipulation of the cmd argument to create a backdoor that allows unauthorized remote access. The vulnerability arises from improper session validation and authentication bypass, enabling attackers to reset the administrator password, enable a hidden remote support feature, and execute arbitrary shell commands with root privileges. Exploitation requires a high level of authentication complexity but can be performed remotely. The vulnerability is classified as CWE-912 (undocumented functionality) and corresponds to MITRE ATT&CK technique T1588.001. [1, 2]


How can this vulnerability impact me? :

This vulnerability can severely impact you by allowing an attacker to gain unauthorized root access to your EFM ipTIME A8004T router remotely. The attacker can bypass authentication, reset the administrator password, enable remote support, and execute arbitrary commands on the device. This compromises the confidentiality, integrity, and availability of the system, potentially leading to full control over the router and any network it manages. [1, 2]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

Detection can focus on monitoring HTTP requests targeting the vulnerable router for suspicious access patterns. Specifically, look for HTTP requests to the path `/cgi/timepro.cgi` which bypass authentication, or requests to `/sess-bin/d.cgi` containing the `cmd` parameter with unusual or suspicious shell commands. Network intrusion detection systems (NIDS) can be configured to alert on these URL patterns and parameters. Additionally, checking for the presence of the hardcoded magic string `!@dnjsrurelqjrm*&` in requests to `/sess-bin/d.cgi` can indicate exploitation attempts. Commands such as using curl or wget to test these endpoints can be used, for example: `curl -v http://<router-ip>/cgi/timepro.cgi` or `curl -v 'http://<router-ip>/sess-bin/d.cgi?cmd=id'` to see if unauthorized command execution is possible. Monitoring router logs for unusual access or command execution attempts is also recommended. [2]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include replacing the affected EFM ipTIME A8004T router firmware version 14.18.2 with an alternative device or firmware version that is not vulnerable, as no official patches or countermeasures have been published. Until replacement, restrict network access to the router's management interfaces, especially blocking external access to `/cgi/timepro.cgi` and `/sess-bin/d.cgi` endpoints. Disable or restrict the 'Remote Support' feature if enabled. Monitor network traffic for exploitation attempts and consider isolating the device from critical network segments. Since the vendor has not responded with a fix, proactive replacement is the most reliable mitigation. [1, 2]


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

This vulnerability creates a backdoor that allows unauthorized remote access with full root privileges, impacting the confidentiality, integrity, and availability of the affected system.

Such unauthorized access and potential data compromise could lead to violations of common standards and regulations like GDPR and HIPAA, which require protection of sensitive data and secure access controls.

Because the vulnerability enables attackers to bypass authentication and execute arbitrary commands, it undermines security controls necessary for compliance with these regulations.

No known mitigations or countermeasures have been published, increasing the risk of non-compliance if the affected device is used in environments subject to these standards.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart