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.
| Vendor | Product | Versions |
|---|---|---|
| eclipse foundation | jetty | 12.1.0, 12.0.0, 11.0.0, 10.0.0, 9.4.0 |
Downstream vendors/products affected by this vulnerability
| Vendor | Product | Source | Confidence |
|---|---|---|---|
| eclip | jetty | cert_advisory | 90% |
| maven | org.eclipse.jetty.ee10:jetty-ee10 | GHSA | 85% |
Updated affected versions to include 9.4.60, 10.0.28, 11.0.28, 12.0.33, and 12.1.7, changed severity to MEDIUM, and noted that the exploit is not available but the vulnerability is actively exploited.
Initial creation