CVE-2025-34517: Ilevia EVE X1 Server 4.7.18.0.eden Absolute Path Traversal
Ilevia EVE X1 Server firmware versions ≤ 4.7.18.0.eden contain an absolute path traversal vulnerability in get_file_content.php that allows an attacker to read arbitrary files. 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-34517 lets an unauthenticated network attacker read arbitrary files from affected Ilevia EVE X1 Server devices. The known vendor direction is not to expose port 8080 to the internet. No source in the bundle confirms active exploitation.
Executive priority
High priority for any organization using Ilevia EVE X1 Server. Internet exposure should be removed quickly because the vendor reportedly declined servicing this issue and the impact is sensitive file disclosure.
Technical view
Ilevia EVE X1 Server firmware versions up to 4.7.18.0.eden contain CWE-22 absolute path traversal in get_file_content.php. CVSS 4.0 is 8.7, with network attack vector, low complexity, no privileges, no user interaction, and high confidentiality impact.
Likely exposure
Highest risk is internet-exposed EVE X1 Server management/service access, especially port 8080. Internal exposure still matters because exploitation requires no authentication according to the CVE metadata.
Exploitation context
The source bundle includes a technical advisory tagged as exploit, but KEV is false and no provided source confirms active exploitation in the wild. Treat public exposure as urgent because arbitrary file read can disclose credentials, configuration, or operational data.
Researcher notes
Do not infer broader Ilevia product impact from the bundle. The supported affected scope is EVE X1 Server firmware versions up to 4.7.18.0.eden. Evidence does not establish a vendor patch or active exploitation.
Mitigation direction
Remove public internet access to port 8080 on EVE X1 Server devices immediately.
Restrict management access to trusted networks or VPN-only paths.
Check current Ilevia guidance before assuming an upgrade or patch exists.
Monitor web logs for suspicious requests targeting get_file_content.php.
Prioritize replacement or compensating controls where internet exposure cannot be removed.
Validation and detection
Inventory Ilevia EVE X1 Server assets and record firmware versions.
Identify any EVE X1 Server reachable from the internet on port 8080.
Confirm affected systems are not running firmware versions up to 4.7.18.0.eden.
Review access logs for unusual file-read attempts against get_file_content.php.
Document any compensating controls limiting unauthenticated web access.
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-22: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection 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 file access or upload behavior, so file telemetry and web shell review may help. 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.
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-22 · source CWE mapping
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.