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.
Published: 2026-06-17
Score: 8.2 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability occurs when Steeltoe management endpoints, configured to use an alternate port, rely on the Host HTTP header for access restriction rather than the actual network socket. This misimplementation allows an attacker to forge a valid Host header and bypass port isolation, enabling unauthenticated access to sensitive actuator endpoints that may expose configuration data, logs, or operational diagnostics. The weakness is categorized as improper access control and privilege leakage, reflected by the CWE identifiers CWE-288 and CWE-639.

Affected Systems

Steeltoe Open Source Software’s Steeltoe.Management.Endpoint and Steeltoe.Management.EndpointCore components are affected. Versions 3.2.2 through 3.3.0 and 4.1.0 are vulnerable to this host-header bypass; the issue was fixed in versions 3.4.0 and 4.2.0.

Risk and Exploitability

With a CVSS score of 8.2 the flaw is high severity, but the EPSS score is reported as less than 1%, indicating a low probability of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. Because the attack requires network reachability to the isolated port and the forgery of a Host header, the likely attack vector is remote network access, typically from unauthenticated clients attempting to consume management APIs.

Generated by OpenCVE AI on June 18, 2026 at 19:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Steeltoe packages to version 3.4.0 or 4.2.0, which contain the patch for host-header isolation.
  • If an upgrade is not immediately possible, apply explicit ASP.NET Core authorization (RequireAuthorization) to all sensitive actuator endpoints to add a second layer of protection independent of port isolation.
  • Configure the reverse proxy or load balancer to enforce the correct Host header value and reject requests that set arbitrary port values, thereby preventing header spoofing.

Generated by OpenCVE AI on June 18, 2026 at 19:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 18 Jun 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 18 Jun 2026 04:45:00 +0000

Type Values Removed Values Added
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.
Title Steeltoe vulnerable to management-port isolation bypass via spoofed Host header
Weaknesses CWE-288
CWE-639
References
Metrics cvssV3_1

{'score': 8.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-06-18T19:12:49.831Z

Reserved: 2026-06-03T22:05:13.645Z

Link: CVE-2026-50194

cve-icon Vulnrichment

Updated: 2026-06-18T19:12:38.893Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-18T19:30:15Z

Weaknesses
  • CWE-288

    Authentication Bypass Using an Alternate Path or Channel

  • CWE-639

    Authorization Bypass Through User-Controlled Key