Back to overview

CVE-2026-50194

HIGH
8.2
CVSS 3.1
Description
Steeltoe is an open source project that provides a collection of libraries that helps users build cloud-native applications. When Steeltoe management endpoints versions 3.2.2 through 3.3.0 and 4.1.0 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. Versions 3.4.0 and 4.2.0 patch the issue. 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 and/or configure the reverse proxy or load balancer to enforce the `Host` header value and prevent clients from setting an arbitrary port.

Metadata

CVE ID
CVE-2026-50194
State
PUBLISHED
Assigner
GitHub_M
Reserved
2026-06-03 22:05 UTC
Published
2026-06-17 21:03 UTC
Last updated
2026-06-17 21:03 UTC
Primary CWE
CWE-288
CWE-288: Authentication Bypass Using an Alternate Path or Ch…
Vendor / Product
SteeltoeOSS / Steeltoe.Management.Endpoint
Sources
cve.org  ·  NVD

Severity & Metrics

8.2 HIGH CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
Affected products (2)
VendorProductPlatformVersions
SteeltoeOSS Steeltoe.Management.Endpoint < 4.2.0
SteeltoeOSS Steeltoe.Management.EndpointCore >= 3.2.2, < 3.4.0
Weakness (CWE)
CWESourceDescription
CWE-288 cna CWE-288: Authentication Bypass Using an Alternate Path or Channel
CWE-639 cna CWE-639: Authorization Bypass Through User-Controlled Key
CVSS scores (1)
ScoreSeverityVersionSourceVector
8.2 HIGH 3.1 cna CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
References (3)
Back to overview