Description
Eclipse aeriOS Self-orchestrator versions prior to 1.2.1 contain a path traversal vulnerability in the REST API. User-controlled identifiers used to create, update, or delete Self-orchestrator resources were incorporated into filesystem paths without adequate validation or sanitization. An unauthenticated remote attacker able to access the Self-orchestrator API could therefore supply specially crafted identifiers containing path traversal sequences to write or delete JSON files outside the intended application directories, subject to the filesystem permissions of the Self-orchestrator process.




The impact is increased by the absence of authentication on the affected API and by the container running with elevated privileges in the affected deployment configuration.




The issue has been addressed in version 1.2.1 by introducing validation and sanitization of user-controlled identifiers before they are used to construct filesystem paths, preventing path separator characters from being used to escape the intended directories.
Published: 2026-09-03
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Eclipse aeriOS Self‑orchestrator releases before 1.2.1 allow a path traversal flaw in the REST API. User‑supplied identifiers used for creating, updating or deleting resources are concatenated into filesystem paths without proper checks or sanitization. An attacker who can reach the API from an unauthenticated session can inject crafted identifiers containing traversal sequences, enabling them to write or delete JSON files outside the intended directories, subject to the file system rights of the Self‑orchestrator process. The issue has been addressed in version 1.2.1 by introducing validation and sanitization of identifiers before they are used to construct filesystem paths, preventing path separator characters from being used to escape the intended directories.

Affected Systems

The vulnerability affects all installations of Eclipse aeriOS Self‑orchestrator that are using a version older than 1.2.1. The issue is confined to the REST API endpoints responsible for resource management in that product, under the Eclipse Foundation’s aeriOS project.

Risk and Exploitability

The CVSS score of 8.8 classifies this flaw as high severity. Because the vulnerable endpoints are accessible without authentication, the exploitation requirement is minimal: an unauthenticated remote attacker who can reach the API can supply crafted identifiers to perform file writes or deletions. The container deployment of the application often runs with elevated privileges, increasing the damage that can be inflicted. EPSS data is not yet available; the issue is not listed in CISA KEV, but the lack of authentication and potential for privilege escalation mean that the risk remains significant.

Generated by OpenCVE AI on September 3, 2026 at 15:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Eclipse aeriOS Self‑orchestrator to version 1.2.1 or later, which validates and sanitizes identifiers before they are used in filesystem paths.
  • If an upgrade is not immediately possible, restrict access to the Self‑orchestrator REST API by enabling authentication or firewalling the endpoint so that only trusted hosts can reach it.
  • Reconfigure the deployment container to run with the least privileges required, ensuring that it does not have permission to write files outside its intended directories.

Generated by OpenCVE AI on September 3, 2026 at 15:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 16:15:00 +0000

Type Values Removed Values Added
Title Path Traversal in Eclipse aeriOS Self‑orchestrator API Allows Remote File Write/Deletion Without Authentication

Thu, 03 Sep 2026 16:00:00 +0000

Type Values Removed Values Added
First Time appeared Eclipse
Eclipse aerios
Vendors & Products Eclipse
Eclipse aerios

Thu, 03 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 03 Sep 2026 14:30:00 +0000

Type Values Removed Values Added
Description Eclipse aeriOS Self-orchestrator versions prior to 1.2.1 contain a path traversal vulnerability in the REST API. User-controlled identifiers used to create, update, or delete Self-orchestrator resources were incorporated into filesystem paths without adequate validation or sanitization. An unauthenticated remote attacker able to access the Self-orchestrator API could therefore supply specially crafted identifiers containing path traversal sequences to write or delete JSON files outside the intended application directories, subject to the filesystem permissions of the Self-orchestrator process. The impact is increased by the absence of authentication on the affected API and by the container running with elevated privileges in the affected deployment configuration. The issue has been addressed in version 1.2.1 by introducing validation and sanitization of user-controlled identifiers before they are used to construct filesystem paths, preventing path separator characters from being used to escape the intended directories.
Weaknesses CWE-206
CWE-22
CWE-23
References
Metrics cvssV4_0

{'score': 8.8, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: eclipse

Published:

Updated: 2026-09-03T14:25:59.792Z

Reserved: 2026-09-03T12:53:45.744Z

Link: CVE-2026-85199

cve-icon Vulnrichment

Updated: 2026-09-03T14:25:45.568Z

cve-icon NVD

Status : Deferred

Published: 2026-09-03T15:17:39.937

Modified: 2026-09-03T16:41:09.297

Link: CVE-2026-85199

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T16:00:08Z

Weaknesses
  • CWE-206

    Observable Internal Behavioral Discrepancy

  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

  • CWE-23

    Relative Path Traversal