CVE-2024-24301
Description
Command Injection vulnerability discovered in 4ipnet EAP-767 device v3.42.00 within the web interface of the device allows attackers with valid credentials to inject arbitrary shell commands to be executed by the device with root privileges.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Command injection via ping utility in 4ipnet EAP-767 (v3.42.00) allows authenticated attackers to execute arbitrary shell commands as root.
Vulnerability
The 4ipnet EAP-767 device, running firmware version 3.42.00, contains an OS command injection vulnerability (CWE-78) within the web interface's ping diagnostic utility. The /getPing.egi endpoint accepts a url parameter used to construct a shell command without proper sanitization. The device is also affected by an access control weakness (CWE-284) where the session cookie remains unchanged for the lifetime of the credential, enabling credential fixation. The login page is exposed to the internet, and default credentials are well-documented [1].
Exploitation
An attacker must have valid credentials to the device's web interface. Using the unchanged session cookie, the attacker can craft an HTTP request to /getPing.egi?url= appended with a shell command injection payload (e.g., using ; or |). The backend executes the crafted command with root privileges. No additional user interaction is required beyond the initial authenticated request [1].
Impact
Successful exploitation allows an attacker to execute arbitrary shell commands on the device as root. This results in full compromise of the device, including unauthorized access to sensitive data, modification of system configuration, and potential use of the device as a pivot point for lateral movement within the network [1].
Mitigation
The developer (4ipnet) disbanded in October 2020, and no firmware updates or patches will be provided. Administrators should immediately discontinue use of the EAP-767 device and switch to alternative products. If continued use is necessary, mitigate exposure by disabling internet access to the management interface, changing default credentials, and restricting network access via firewall rules [1].
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- 4ipnet/EAP-767description
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
News mentions
0No linked articles in our index yet.