CVE-2026-50194
Steeltoe vulnerable to management-port isolation bypass via spoofed Host header
描述
### 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.
如何修補 CVE-2026-50194
要修補 CVE-2026-50194,請將受影響套件升級到下列已修補版本。
- —升級至 4.2.0 或更新版本
- —升級至 3.4.0 或更新版本
CVE-2026-50194 正在被利用嗎?
目前沒有被利用訊號。CVE-2026-50194 既不在 CISA KEV 也沒有最新的 EPSS 分數。
受影響套件(2)
- from 0, < 4.2.0
- >= 3.2.2, < 3.4.0
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 3.1 | HIGH8.2 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N |