CVE Catalog

CVE-2026-75523

MediumCVSS 5.9
Published: Translated: NVD NIST

Summary

In Steeltoe before version 4.3.0, the /actuator/httpexchanges endpoint masks only URI user information but does not inspect query strings. When IncludeQueryString is enabled, the response can disclose OAuth tokens, password-reset tokens, signed-URL signatures, API keys, and other query-string secrets from prior traffic. The endpoint's DEBUG logger also records these URIs, creating a second disclosure channel.

Risk Assessment

An attacker with access to the exposed endpoint or to logs can obtain sensitive query-string secrets, potentially leading to account takeover or unauthorized service access. The risk is especially high when the endpoint is publicly reachable.

Recommendation

Upgrade Steeltoe to version 4.3.0 or later. Restrict access to the /actuator/httpexchanges endpoint and DEBUG logs, and disable IncludeQueryString if possible.

Other vulnerabilities in Steeltoe

See all
Original NVD description (English source)

Steeltoe is an open source project that provides a collection of libraries that helps users build cloud-native applications. Prior to 4.3.0, the Steeltoe.Management.Endpoint /actuator/httpexchanges endpoint passes recorded request URIs through MaskedUri, which masks URI user information but does not inspect query strings. When Management:Endpoints:HttpExchanges:IncludeQueryString is enabled, the HttpExchangeRequest response can disclose OAuth tokens, password-reset tokens, signed-URL signatures, API keys, and other query-string secrets from prior traffic to a caller that can reach the explicitly exposed endpoint. The Steeltoe.Management.Endpoint.Actuators.HttpExchanges DEBUG logger also records these URIs, creating a second disclosure channel for users with log access. This issue is fixed in version 4.3.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS