Configuration in Spring Security - CVE-2026-22748
Published: April 27, 2026
Vulnerability details
The vulnerability allows a remote user to modify application integrity checks.
The vulnerability exists due to improper security configuration in NimbusJwtDecoder#withIssuerLocation and NimbusReactiveJwtDecoder#withIssuerLocation when configuring JWT decoding without a separate OAuth2TokenValidator<Jwt>. A remote user can present a JWT with an unexpected issuer to modify application integrity checks.
The issue arises because issuer validation may be assumed to be enabled automatically when using withIssuerLocation.
Affected software
Library Support for Spring
How to mitigate CVE-2026-22748
Library Support for Spring - update to 3.4.18