CVE-2025-34513: Ilevia EVE X1 Server 4.7.18.0.eden Unauthenticated Command Injection
Ilevia EVE X1 Server firmware versions ≤ 4.7.18.0.eden contain an OS command injection vulnerability in mbus_build_from_csv.php that allows an unauthenticated attacker to execute arbitrary code. Ilevia has declined to service this vulnerability, and recommends that customers not expose port 8080 to the internet.
Security readout for executives and security teams
Plain-English summary
CVE-2025-34513 lets an unauthenticated network attacker run operating-system commands on affected Ilevia EVE X1 Server firmware. The source bundle says Ilevia declined to service the issue and recommends not exposing port 8080 to the internet. Treat exposed systems as urgent risk.
Executive priority
Prioritize within the next change window, and immediately if internet exposed. The risk is unauthenticated remote code execution with no vendor-serviced fix named in the bundle.
Technical view
The issue is CWE-78 OS command injection in mbus_build_from_csv.php affecting Ilevia EVE X1 Server firmware versions up to 4.7.18.0.eden. CVSS 4.0 is 9.3 with network access, low complexity, no privileges, and no user interaction. Public technical/exploit references exist, but the bundle does not show known active exploitation.
Likely exposure
Exposure is most likely where EVE X1 Server devices are reachable from the internet, especially on port 8080. Internal-only deployments still matter because unauthenticated access can become serious after network foothold or misconfiguration.
Exploitation context
The bundle includes public technical and exploit-tagged references, so defenders should assume the bug is understandable to attackers. However, KEV is false and no cited source in the bundle confirms active exploitation in the wild.
Researcher notes
Do not assume a patch exists from these sources. Focus validation on affected firmware, reachability of port 8080, and evidence of requests to the named PHP endpoint. Avoid running public exploit material on production systems.
Mitigation direction
Remove internet exposure to port 8080 immediately.
Restrict management access to trusted networks or VPN only.
Segment EVE X1 Server from business-critical systems.
Check Ilevia guidance for current support or replacement options.
Monitor logs for access to mbus_build_from_csv.php.
Validation and detection
Inventory all Ilevia EVE X1 Server deployments.
Confirm firmware is not at or below 4.7.18.0.eden.
Verify port 8080 is not internet reachable.
Review firewall rules and external exposure scans.
Check logs for unexpected unauthenticated requests.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-78: Command execution behavior lookup
Command injection weaknesses can lead defenders to review execution techniques and command interpreter telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
4Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-78 · source CWE mapping
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.