LiveActive security incident?Get immediate response
CVE Record

CVE-2026-5795: In Eclipse Jetty, the class JASPIAuthenticator initiates the authentication checks, which set two ThreadLoc...

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.

HighCVSS 7.4Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2026-5795 is a Jetty authentication flaw that can let one request inherit authentication state left behind by another request on the same server thread. In affected deployments, this can break access control and allow privilege escalation. The supplied sources rate it high severity, but do not show active exploitation.

Executive priority

Treat as a high-priority remediation item for internet-facing or sensitive Jetty applications using JASPI authentication. It threatens confidentiality and integrity through possible privilege escalation, but current supplied evidence does not support emergency active-exploitation handling.

Technical view

Jetty JASPIAuthenticator can return early after setting two ThreadLocal variables without clearing them. If a later request reuses that thread, stale authentication context can be inherited, causing broken access control. The CVSS 3.1 score is 7.4 with high confidentiality and integrity impact and high attack complexity.

Likely exposure

Exposure is most likely in applications running Eclipse Jetty versions or branches listed as affected and using JASPI/JASPIAuthenticator-based authentication. Products embedding Jetty may also require review. The source bundle does not provide complete fixed-version mapping.

Exploitation context

The source bundle marks KEV as false and provides no cited evidence of active exploitation. Network reachability and no required privileges increase concern, but CVSS marks attack complexity high, suggesting exploitation depends on specific request timing, thread reuse, or application conditions.

Researcher notes

Key uncertainty is exact affected and fixed patch-level versions; the bundle lists major/minor baselines and external advisories, but not detailed version ranges. Focus validation on JASPIAuthenticator usage, ThreadLocal cleanup behavior, and whether downstream vendors backported fixes.

Mitigation direction

  • Review Eclipse Jetty advisory GHSA-r7p8-xq5m-436c for fixed-version guidance.
  • Apply applicable Red Hat RHSA updates for Red Hat-packaged Jetty components.
  • Inventory applications embedding Jetty, not only standalone Jetty servers.
  • Prioritize systems using JASPI or JASPIAuthenticator authentication paths.
  • If fixed versions are unclear, follow vendor guidance before changing authentication design.

Validation and detection

  • Identify Jetty versions 9.4.0, 10.0.0, 11.0.0, 12.0.0, and 12.1.0 in use.
  • Check whether deployed applications enable JASPI or JASPIAuthenticator.
  • Review dependency trees for embedded Jetty packages in Java applications.
  • Confirm vendor advisory applicability for Red Hat-distributed components.
  • After updates, verify the running Jetty package version against vendor guidance.
Prepared
Confidence
medium
Sources
10

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-226: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cwe · medium confidence lookup

CWE-287: Credential and account abuse lookup

Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-5795 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

2CVSS vectors
5Timeline events
2ADP providers
9Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total

CVSS vector scores

2 official scores

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.4CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N2.25.2eclipse
7.4CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N2.25.2redhat-SADP

Vulnerability scoring details

Base CVSS 3.1 score

7.4High
CVSS 3.1 vector shape for CVE-2026-5795Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. ADP timelineredhat-SADP

    Made public.

  3. CVE publishedCVE Program

    The CVE record was published.

  4. ADP timelineredhat-SADP

    Reported to Red Hat.

  5. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
redhat-SADPorg.eclipse.jetty.ee10/jetty-ee10: early return from the JASPIAuthenticator class without clearing ThreadLocal variables
other:Red Hat severity ratingcvssV3_1
  • 2026-04-08T14:01:02.911Z: Reported to Red Hat.
  • 2026-04-08T13:32:28.935Z: Made public.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Eclipse FoundationEclipse Jetty12.1.0, 12.0.0, 11.0.0, 10.0.0, 9.4.0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-226 · source CWE mapping

Sensitive Information in Resource Not Removed Before Reuse

Sensitive Information in Resource Not Removed Before Reuse represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.

CWE-287 · source CWE mapping

Improper Authentication

Improper Authentication represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.