MEDIUM🇵🇱 Wersja polska

CVE-2026-55548

CVSS 4.3v3.1pub. 2026-07-16upd. 2026-07-20

Yamcs is a mission control framework. Prior to 5.12.8 and 5.13.2, the PacketsApi.exportPackets endpoint in yamcs-core/src/main/java/org/yamcs/http/api/PacketsApi.java failed to enforce object-level ReadPacket privileges when a request omitted specific packet names: with an empty name list the ctx.checkObjectPrivileges(ObjectPrivilegeType.ReadPacket, nameSet) call passed over an empty set, no WHERE pname IN filter was applied to the resulting SELECT * FROM tm query, and the onTuple handler streamed every retrieved packet without any per-row authorization check, so a low-privileged or zero-privilege authenticated user could dump the entire raw telemetry packet archive and bypass the role-based access control model. This issue is fixed in versions 5.12.8 and 5.13.2, which enforce per-packet ReadPacket checks in exportPackets.

CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
  • Spaceapplications Yamcs

    APP
    Spaceapplications
    < 5.12.85.13.0 – 5.13.2 (excl.)
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
CWE
References

Related vulnerabilities

CVE-2026-44632CRITICAL9.1PL ✓same product

RCE w Yamcs — wstrzyknięcie kodu Java przez silnik algorytmów

CVE-2026-46621CRITICAL9.1PL ✓same product

Yamcs RCE przez niezabezpieczony silnik skryptów Python (Jython)

CVE-2026-46562CRITICAL9.8PL ✓same product

Yamcs: RCE poprzez brak ClassFilter w silniku Nashorn JavaScript

CVE-2023-45278CRITICAL9.1PL ✓same product

Path Traversal w Yamcs umożliwia usunięcie dowolnych plików przez API

CVE-2023-45277HIGH7.5same product

Yamcs 5.8.6 is vulnerable to directory traversal (issue 1 of 2). The vulnerability is in the storage functiona...