Description
Yamcs is a mission control framework. Prior to 5.12.8 and 5.13.2, Yamcs omits SystemPrivilege.ControlAccess checks from IamApi.listRoles, IamApi.getRole, and IamApi.listPrivileges in yamcs-core/src/main/java/org/yamcs/http/api/IamApi.java. Any authenticated account can call GET /api/roles, GET /api/roles/{name}, and GET /api/privileges to enumerate available system privileges and configured role mappings. The disclosure reveals security configuration that can support targeted privilege-escalation attempts. This issue is fixed in versions 5.12.8 and 5.13.2.
Published: 2026-08-28
Score: 4.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability stems from missing authorization checks on the endpoints that list roles, role details, and privileges in the Yamcs mission‑control framework. Any authenticated user can invoke the GET /api/roles, /api/roles/{name}, and /api/privileges calls, which return the full set of system privileges and the configuration of role mappings. The disclosure of this configuration provides an attacker with detailed knowledge of the organization’s privilege structure, making subsequent privilege‑escalation attempts more focused and likely to succeed.

Affected Systems

The issue affects the Yamcs product supplied by the vendor yamcs:yamcs. All releases prior to 5.12.8 and 5.13.2 are vulnerable. The fix is incorporated in the 5.12.8 and 5.13.2 releases; older versions must therefore be updated to eliminate the missing authorization logic.

Risk and Exploitability

The CVSS score of 4.3 places the vulnerability in the low‑to‑moderate range, and it is not listed in the CISA KEV catalog. The EPSS score is unknown, but the attack requires only authentication and poses no arbitrary code execution risk. An attacker who already has credentials can therefore learn the entire privilege structure, which could aid in later targeted attacks. While the likelihood of exploitation is not high without authorized access, the potential impact on confidentiality and the facilitation of privilege escalation justify prompt remediation.

Generated by OpenCVE AI on August 28, 2026 at 20:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Yamcs to version 5.12.8 or 5.13.2 to deploy the vendor patch that restores proper SystemPrivilege.ControlAccess checks on the role and privilege enumeration endpoints.
  • If an upgrade cannot be performed immediately, enforce stricter access controls on the API gateway or firewall so that only accounts with administrative privileges can call /api/roles, /api/roles/{name}, and /api/privileges; block or rate‑limit these endpoints for regular users.
  • Monitor access logs for repeated enumeration requests and audit any unauthorized attempts to map roles or privileges, then adjust role assignments to limit the use of exposed privilege data.

Generated by OpenCVE AI on August 28, 2026 at 20:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-cvw4-55pp-3hfq Yamcs's Missing Authorization on Role and Privilege Enumeration Endpoints Allows Any Authenticated User to Disclose Full Security Configuration
History

Fri, 28 Aug 2026 22:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 28 Aug 2026 22:00:00 +0000

Type Values Removed Values Added
First Time appeared Yamcs
Yamcs yamcs
Vendors & Products Yamcs
Yamcs yamcs

Fri, 28 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Description Yamcs is a mission control framework. Prior to 5.12.8 and 5.13.2, Yamcs omits SystemPrivilege.ControlAccess checks from IamApi.listRoles, IamApi.getRole, and IamApi.listPrivileges in yamcs-core/src/main/java/org/yamcs/http/api/IamApi.java. Any authenticated account can call GET /api/roles, GET /api/roles/{name}, and GET /api/privileges to enumerate available system privileges and configured role mappings. The disclosure reveals security configuration that can support targeted privilege-escalation attempts. This issue is fixed in versions 5.12.8 and 5.13.2.
Title Yamcs: Missing Authorization on Role and Privilege Enumeration Endpoints Allows Any Authenticated User to Disclose Full Security Configuration
Weaknesses CWE-285
CWE-862
References
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-28T20:30:11.670Z

Reserved: 2026-06-16T23:01:04.075Z

Link: CVE-2026-55547

cve-icon Vulnrichment

Updated: 2026-08-28T20:30:08.008Z

cve-icon NVD

Status : Received

Published: 2026-08-28T20:18:28.517

Modified: 2026-08-28T22:16:50.967

Link: CVE-2026-55547

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T21:45:03Z

Weaknesses