CVE-2025-34514
Published: 16 October 2025
Description
Adversaries may abuse Unix shell commands and scripts for execution.
Security Summary
CVE-2025-34514 is an authenticated OS command injection vulnerability (CWE-78) in Ilevia EVE X1 Server firmware versions up to and including 4.7.18.0.eden. The flaw exists in multiple web-accessible PHP scripts that invoke the exec() function, allowing injection of arbitrary commands.
An attacker with valid low-privilege authentication (PR:L) and network access (AV:N) can exploit the vulnerability with low attack complexity (AC:L) and no user interaction (UI:N). Exploitation enables execution of arbitrary operating system commands on the server, resulting in high impacts to confidentiality, integrity, and availability (CVSSv3.1 base score of 8.8, unchanged scope).
Ilevia has declined to service or patch this vulnerability and advises customers not to expose port 8080 to the internet. Further technical details are documented in advisories from VulnCheck and Zero Science Labs.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise Techniques
Why these techniques?
The vulnerability is an authenticated OS command injection in web-accessible PHP scripts using exec(), enabling exploitation of a public-facing application (T1190) to execute arbitrary Unix shell commands (T1059.004).