{ "dataType": "CVE_RECORD", "dataVersion": "5.2", "cveMetadata": { "cveId": "CVE-2026-5795", "assignerOrgId": "e51fbebd-6053-4e49-959f-1b94eeb69a2c", "state": "PUBLISHED", "assignerShortName": "eclipse", "dateReserved": "2026-04-08T13:21:06.990Z", "datePublished": "2026-04-08T13:32:28.935Z", "dateUpdated": "2026-04-08T16:02:03.590Z" }, "containers": { "cna": { "providerMetadata": { "orgId": "e51fbebd-6053-4e49-959f-1b94eeb69a2c", "shortName": "eclipse", "dateUpdated": "2026-04-08T13:32:28.935Z" }, "problemTypes": [ { "descriptions": [ { "lang": "en", "cweId": "CWE-226", "description": "CWE-226 Sensitive information in resource not removed before reuse", "type": "CWE" } ] }, { "descriptions": [ { "lang": "en", "cweId": "CWE-287", "description": "CWE-287 Improper Authentication", "type": "CWE" } ] } ], "affected": [ { "vendor": "Eclipse Foundation", "product": "Eclipse Jetty", "repo": "https://github.com/jetty/jetty.project", "versions": [ { "status": "affected", "version": "12.1.0", "lessThanOrEqual": "12.1.7", "versionType": "semver" }, { "status": "affected", "version": "12.0.0", "lessThanOrEqual": "12.0.33", "versionType": "semver" }, { "status": "affected", "version": "11.0.0", "lessThanOrEqual": "11.0.28", "versionType": "semver" }, { "status": "affected", "version": "10.0.0", "lessThanOrEqual": "10.0.28", "versionType": "semver" }, { "status": "affected", "version": "9.4.0", "lessThanOrEqual": "9.4.60", "versionType": "semver" } ], "defaultStatus": "unaffected" } ], "descriptions": [ { "lang": "en", "value": "In Eclipse Jetty, the class JASPIAuthenticator initiates the authentication checks, which set two ThreadLocal variable.\n\n\nUpon returning from the initial checks, there are conditions that cause an early return from the JASPIAuthenticator code without clearing those ThreadLocals.\n\n\nA subsequent request using the same thread inherits the ThreadLocal values, leading to a broken access control and privilege escalation.", "supportingMedia": [ { "type": "text/html", "base64": false, "value": "
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.