CVE-2026-90452
MediumCVSS 6.0Summary
Requests from the reverse proxy to the identity-provider service for token discovery, introspection, and credential exchange do not verify the identity provider's server certificate. An attacker positioned on the network path between the proxy and the identity provider could impersonate the identity provider and issue forged authentication tokens accepted by the deployment.
Risk Assessment
A man-in-the-middle attacker can issue forged authentication tokens accepted by the system, leading to unauthorized access. This breaches the confidentiality and integrity of the entire deployment.
Recommendation
Configure the reverse proxy to verify the identity provider's server certificate. Update the software to a version enforcing certificate validation.
Other vulnerabilities in Reverse proxy
See all- CVE-2026-90449Medium
In a particular authentication mode, the reverse proxy forwards requests for a bundled third-party administrative interface directly to it without first applying the gateway's own authentication requirement. All access control for this interface, which manages the credential store gating every other service, is delegated entirely to the third-party login mechanism.
- CVE-2026-75922Medium
A vulnerability in Reverse::Proxy versions before 0.04 for Perl: HTTP request smuggling via a percent-decoded PATH_INFO written unencoded to the upstream request line. PSGI hands PATH_INFO percent-decoded, so a %XX sequence becomes a raw byte. The proxy appends that byte string to the upstream base URL, and for an Upgrade tunnel writes it into a request line it serializes itself, re-encoding nothing. A path containing %0d%0a arrives at the upstream as a CRLF that ends the request line, and a decoded space, '?' or '#' truncates it the same way. Everything the client writes after the CRLF is read by the upstream as a second request.
Original NVD description (English source)
Requests from the reverse proxy to the identity-provider service for token discovery, introspection, and credential exchange do not verify the identity provider's server certificate. An attacker positioned on the network path between the proxy and the identity provider could impersonate the identity provider and issue forged authentication tokens accepted by the deployment.

