CVE-2026-58399 PUBLISHED

@acastellon/auth has an authentication bypass via spoofable headers in validateToken()

Assigner: GitHub_M
Reserved: 30.06.2026 Published: 01.07.2026 Updated: 01.07.2026

@acastellon/auth is an authentication control system for microservices. Versions prior to 2.3.0 appear to allow an unauthenticated authentication bypass in validateToken() through spoofable auth-user and Host request headers. The validateToken middleware contains a service-to-service bypass for auth-user: service-brother when req.get('host').startsWith(getHostName()). Both values involved in the check can be influenced by an unauthenticated HTTP client: auth-user is a request header, and Host is also client-controlled. As a result, a remote unauthenticated attacker can send a request with crafted headers and bypass token validation before the normal legacy/JWT/OIDC validation logic runs. A fix has been implemented in v2.3.0.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N
CVSS Score: 8.7

Product Status

Vendor antonio-castellon
Product module-auth
Versions
  • Version < 2.3.0 is affected

References

Problem Types

  • CWE-287: Improper Authentication CWE