CyberRota Analysis
AI-GeneratedThe PacketsApi.exportPackets endpoint in the Yamcs mission control framework is vulnerable, allowing low-privileged or unauthenticated users to access and export the entire telemetry packet archive without proper authorization checks. This flaw arises from the lack of object-level ReadPacket privilege enforcement when requests are made with an empty packet name list. Organizations using affected versions prior to 5.12.8 and 5.13.2 should prioritize patching to mitigate the risk of unauthorized data exposure.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
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.
Related CVEs
Other vulnerabilities affecting the same vendor(s)