CVE-2026-55552
7.5Prior · Yamcs
An unauthenticated path traversal vulnerability exists in the Yamcs mission control framework, allowing attackers to read arbitrary files from the host operating system.
Executive summary
An unauthenticated path traversal vulnerability in Yamcs allows remote attackers to access sensitive system and application files, posing a high risk to data confidentiality.
Vulnerability
The vulnerability resides in the StaticFileHandler.locateFile method, which fails to properly normalize file paths. An unauthenticated attacker can supply crafted input containing traversal sequences to bypass the intended web root and access arbitrary files on the host system.
Business impact
Successful exploitation of this vulnerability leads to unauthorized disclosure of sensitive host information, including configuration files, credentials, or application data. Given the CVSS score of 7.5, this high-severity flaw represents a significant risk to the integrity and confidentiality of the mission control environment, potentially facilitating further lateral movement or system compromise.
Remediation
Immediate Action: Upgrade the Yamcs core components to version 5.12.0 or later immediately to incorporate the necessary path validation logic.
Proactive Monitoring: Review web access logs for requests containing suspicious path traversal patterns, such as sequences of dot-dot-slash characters, targeting the static file handler.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to block or normalize directory traversal sequences in incoming HTTP requests as an interim protective measure.
Exploitation status
Public Exploit Available: No
Analyst recommendation
Organizations utilizing the Yamcs mission control framework must prioritize upgrading to the latest patched versions to eliminate this exposure. Because this vulnerability allows for unauthenticated data exfiltration, failure to apply the update leaves the host operating system and application environment vulnerable to unauthorized access.
More Prior CVEs
Sources
- https://github.com/yamcs/yamcs/security/advisories/GHSA-9jg3-g3wh-w9pj
- https://github.com/yamcs/yamcs/commit/c7dfd24e469ae1086c23e0fe04401cb1ce4260d4
- https://github.com/yamcs/yamcs/commit/f4bc588880c166849e983aa8f65b9c8107d06091
- https://github.com/yamcs/yamcs/releases/tag/yamcs-5.11.13
- https://github.com/yamcs/yamcs/releases/tag/yamcs-5.12.0