CVE-2026-55545: Yamcs: WebSocket subscription handlers omit the privilege checks their REST siblings enforce

Published Aug 28, 2026
·
Updated

Asset / scope: Yamcs 5.12.7 WebSocket topics (packets, algorithm-status, mdb-changes)

Summary

Several WebSocket subscription handlers do not perform the privilege check that their REST counterparts enforce, so a principal subscribing over WebSocket receives data the REST API would have scoped or denied.

Root cause

- packets (PacketsApi.subscribePackets) performs no ReadPacket check, while the REST siblings do (listPackets:128, streamPackets:256, subscribeContainers:538). A principal with a narrow ReadPacket scope receives the raw binary of all TM packets on the processor. - algorithm-status (ProcessingApi.subscribeAlgorithmStatus) performs no check, while REST getAlgorithmStatus enforces checkObjectPrivileges(ReadAlgorithm, ...) (:467). - mdb-changes (MdbOverrideApi.subscribeMdbChanges) performs no check, while base MDB reads require GetMissionDatabase.

Remediation

Bring each WebSocket subscription handler to parity with its REST sibling's privilege check (ReadPacket, ReadAlgorithm, GetMissionDatabase). This is the same declarative fail-closed fix as Report 1.

Supporting material

Subsystem source audit of the WS-vs-REST authorization parity. Available on request.

--

Disclosure and credit

This was found by Cipher / Causal Security - https://causalsecurity.com/. We are coordinating disclosure via this report and request CVEs where you agree they qualify. We propose the 90-day window stated in your security policy. We might publish a write-up after a fix and the agreed window.

Other sources

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.

MITRE

Affected Software

2 affected componentsFixes available
maven/org.yamcs:yamcs-core>=5.13.0<=5.13.1
5.13.2
maven/org.yamcs:yamcs-core<=5.12.7
5.12.8

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade maven/org.yamcs:yamcs-core to a version that resolves this vulnerability.

    Fixed in 5.13.2
  2. Upgrade

    Upgrade maven/org.yamcs:yamcs-core to a version that resolves this vulnerability.

    Fixed in 5.12.8
  3. Upgrade

    Upgrade Yamcs to a version that resolves this vulnerability.

    Fixed in 5.12.8
  4. Upgrade

    Upgrade Yamcs to a version that resolves this vulnerability.

    Fixed in 5.13.2

Event History

Aug 28, 2026
CVE Published
via MITRE·05:09 PM
Data Sourced
via MITRE·05:09 PM
DescriptionSeverityWeakness
Advisory Published
via GitHub·05:10 PM
Data Sourced
via GitHub·05:10 PM
DescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What level of access does an attacker need?

The attacker needs a low-privileged authenticated principal that can establish WebSocket subscriptions. No user interaction is required.

2

Which data could be exposed beyond the principal's intended permissions?

The packets subscription can expose raw binary telemetry packets from the processor even to a principal with only a narrow ReadPacket scope. The algorithm-status and mdb-changes subscriptions can also return data without the ReadAlgorithm and GetMissionDatabase checks enforced by comparable REST endpoints.

3

Are REST API permission checks sufficient to prevent this exposure?

No. The affected WebSocket handlers do not apply the corresponding REST privilege checks, so restricting access through the REST endpoints alone does not prevent unauthorized data disclosure over WebSocket.

4

What can be done if the handlers cannot immediately be fixed?

Restrict or disable access to the affected WebSocket subscription topics for principals that should not receive packet, algorithm-status, or mission-database data. The required code remediation is to enforce ReadPacket, ReadAlgorithm, and GetMissionDatabase checks in the corresponding subscription handlers.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203