VYPR

yamcs-core

by yamcs-core

CVEs (2)

  • CVE-2026-44596May 27, 2026
    risk 0.00cvss epss

    ### Summary The authentication endpoint `POST /auth/token` in `yamcs-core` lacks any form of rate limiting, account lockout, or failed attempt throttling. As a result, an unauthenticated remote attacker can perform unlimited password guessing attempts against any user account. …

  • CVE-2026-44595May 27, 2026
    risk 0.00cvss epss

    ### Summary The IAM API endpoints (`listUsers`, `getUser`, `listGroups`, and `getGroup`) in `yamcs-core` do not enforce the required `SystemPrivilege.ControlAccess` check. As a result, **any authenticated user** (even those with low or no privileges) can enumerate all user…