highCVSS 8.2Vulnerability

CVE-2026-50194

### Summary When Steeltoe management endpoints are configured to listen on an alternate port (`Management:Endpoints:Port` is configured), the middleware responsible for restricting access to the endpoints uses the `Host` HTTP header rather than the actual network socket port. ### Impact An unauthenticated remote attacker can reach every actuator endpoint using a specially crafted HTTP request. ### Affected configuration - The application's public port is accessible over from the network. - `Management:Endpoints:Port` is configured to a value different from the application's main listener port. - The request scheme matches `Management:Endpoints:SslEnabled`. For example, `http` when `SslEnabled` is `false` (the default), or `https` when `SslEnabled` is `true`. ### Mitigations If an immediate upgrade to a patched version is not possible: - Add explicit ASP.NET Core authorization (`RequireAuthorization`) to all sensitive actuator endpoints as a defense-in-depth measure independent of port isolation. - Configure the reverse proxy or load balancer to enforce the `Host` header value and prevent clients from setting an arbitrary port.

Properties

summary
Steeltoe vulnerable to management-port isolation bypass via spoofed Host header
severity
high
epss_score
0.00238
cvss_score
8.2
ghsa_published
2026-07-02T20:29:13Z
source_url
https://github.com/advisories/GHSA-58f6-6rj2-3v8r
ghsa_updated
2026-07-02T20:29:14Z
ghsa_id
GHSA-58f6-6rj2-3v8r
cve_id
CVE-2026-50194
cvss_vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
is_ghsa_only
false
epss_percentile
0.15118

Related Entities (8)

ENRICHED_BY (1)

[Source]FIRST EPSS

REPORTED_BY (1)

[Source]GitHub Advisory Database

VULNERABLE_TO (2)

[Software]nuget/Steeltoe.Management.Endpoint
[Software]nuget/Steeltoe.Management.EndpointCore

AFFECTS (2)

[Software]nuget/Steeltoe.Management.Endpoint
[Software]nuget/Steeltoe.Management.EndpointCore

HAS_WEAKNESS (2)

[Weakness]Authentication Bypass Using an Alternate Path or Channel
[Weakness]Authorization Bypass Through User-Controlled Key

Explore deeper with Ninja Signal's threat intelligence graph

CVE-2026-50194 (CVSS 8.2) — Ninja Signal Threat Intelligence | Ninja Signal