Loading
In Eclipse Jetty, the class JASPIAuthenticator initiates the authentication checks, which set two ThreadLocal variable. Upon returning from the initial checks, there are conditions that cause an early return from the JASPIAuthenticator code without clearing those ThreadLocals. A subsequent request using the same thread inherits the ThreadLocal values, leading to a broken access control and privilege escalation.
Use CWE-226, Eclipse vendor hub and Jetty product page to widen CVE-2026-5795 into its surrounding weakness, vendor, and product context.
Compare it with CVE-2025-5115, CVE-2026-1605 and CVE-2025-1948 for nearby disclosures in the same product family.