CVE-2023-41900: Jetty's OpenId Revoked authentication allows one request
(updated )
If a Jetty OpenIdAuthenticator
uses the optional nested LoginService
, and that LoginService
decides to revoke an already authenticated user, then the current request will still treat the user as authenticated. The authentication is then cleared from the session and subsequent requests will not be treated as authenticated.
So a request on a previously authenticated session could be allowed to bypass authentication after it had been rejected by the LoginService
.
References
- github.com/advisories/GHSA-pwh8-58vv-vw48
- github.com/eclipse/jetty.project
- github.com/eclipse/jetty.project/pull/9528
- github.com/eclipse/jetty.project/pull/9660
- github.com/eclipse/jetty.project/security/advisories/GHSA-pwh8-58vv-vw48
- nvd.nist.gov/vuln/detail/CVE-2023-41900
- security.netapp.com/advisory/ntap-20231110-0004
- www.debian.org/security/2023/dsa-5507
Detect and mitigate CVE-2023-41900 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →