CVE-2026-44595: Yamcs: Unauthorized user enumeration via IAM API endpoints
Yamcs is a mission control framework. Prior to 5.12.7, the IAM API endpoints listUsers, getUser, listGroups, and getGroup in yamcs-core did not enforce the required SystemPrivilege.ControlAccess check in yamcs-core/src/main/java/org/yamcs/http/api/IamApi.java, so any authenticated user, even one with low or no privileges, could enumerate all user accounts in the system including their usernames, superuser status, and group memberships. This issue is fixed in versions 5.12.7 and 5.13.0.
Security readout for executives and security teams
Plain-English summary
Yamcs versions before 5.12.7 let any authenticated user view user and group information that should require administrative access. The exposed data includes usernames, superuser status, and group memberships. This is not a takeover bug, but it can weaken security by helping an insider or compromised account map privileged users.
Executive priority
Treat as a prompt maintenance update, not an emergency outage event. Prioritize systems with many users, shared operational access, or sensitive mission-control roles because the vulnerability reveals privilege structure useful for follow-on attacks.
Technical view
In yamcs-core IamApi.java, listUsers, getUser, listGroups, and getGroup did not enforce SystemPrivilege.ControlAccess. The issue is CWE-862, with CVSS 4.3: network-accessible, low complexity, low privileges required, no user interaction, confidentiality impact only. Sources state fixes are available in 5.12.7 and 5.13.0.
Likely exposure
Yamcs deployments running versions before 5.12.7 are exposed when authenticated low-privilege users can reach IAM API functionality. Exposure is higher where Yamcs accounts are broadly issued or accessible through shared operational environments.
Exploitation context
The provided sources do not state active exploitation, and the CVE is not marked KEV. Abuse requires authenticated access, but no special privileges beyond login are required. The main risk is reconnaissance of identities and privilege relationships.
Researcher notes
Evidence points to missing authorization checks in Yamcs IAM API methods and a confidentiality-only impact. The bundle names affected versions as below 5.12.7 and fixes in 5.12.7 and 5.13.0. No source in the bundle proves public exploitation.
Mitigation direction
Upgrade Yamcs to 5.12.7, 5.13.0, or later.
Restrict Yamcs access to trusted authenticated users until upgraded.
Review vendor advisory and release notes before rollout.
After upgrading, review exposed account and group data for sensitivity.
Validation and detection
Inventory Yamcs versions and flag deployments before 5.12.7.
Confirm low-privilege users cannot access IAM user or group information.
Review logs for unexpected IAM API access by non-admin accounts.
Check tests or release evidence for ControlAccess enforcement.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-862: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-862 · source CWE mapping
Missing Authorization
Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.