Yamcs is a mission control framework. Prior to 5.12.8 and 5.13.2, Yamcs WebSocket subscription handlers fail to enforce the privileges required by equivalent REST endpoints. PacketsApi.subscribePackets exposes the packets WebSocket topic without ObjectPrivilegeType.ReadPacket, ProcessingApi.subscribeAlgorithmStatus exposes the algorithm-status WebSocket topic without ObjectPrivilegeType.ReadAlgorithm, and MdbOverrideApi.subscribeMdbChanges exposes the mdb-changes WebSocket topic without SystemPrivilege.GetMissionDatabase. A low-privilege authenticated user can receive telemetry packets, algorithm status, and mission database change information outside the assigned authorization scope. This issue is fixed in versions 5.12.8 and 5.13.2.
References
Configurations
No configuration.
History
No history.
Information
Published : 2026-08-28 20:18
Updated : 2026-09-08 21:08
NVD link : CVE-2026-55545
Mitre link : CVE-2026-55545
CVE.ORG link : CVE-2026-55545
JSON object : View
Products Affected
No product.
CWE
CWE-862
Missing Authorization
