Security readout for executives and security teams
Plain-English summary
This is a low-severity Jetty session cleanup flaw. In certain clustered, multi-context deployments, a logout or session expiry may fail to fully invalidate a session if application listener code throws an exception. The main business risk is residual access on shared computers, not remote takeover.
Executive priority
Treat as routine patch management unless the organization relies on shared computers, kiosks, or clustered Jetty applications handling sensitive sessions. It should not outrank remotely exploitable vulnerabilities, but it deserves cleanup during the next maintenance cycle.
Technical view
Eclipse Jetty versions <= 9.4.40, <= 10.0.2, and <= 11.0.2 may leave a session ID registered when SessionListener#sessionDestroyed() throws. The issue maps to CWE-613 and affects deployments with clustered sessions and multiple contexts, potentially preserving authenticated state after intended invalidation.
Likely exposure
Exposure is most likely in Java applications embedding affected Eclipse Jetty versions, especially clustered session deployments with multiple contexts. Downstream packages and vendor products may bundle Jetty, so direct dependency checks alone may miss exposure.
Exploitation context
The CVSS vector requires physical access and user interaction, and CISA KEV status is false in the supplied bundle. No cited source here establishes active exploitation. The credible scenario is shared-terminal residual login after failed session invalidation.
Researcher notes
The impact depends on deployment shape and application listener behavior. Validate session invalidation behavior in clustered, multi-context configurations. The supplied evidence supports affected Jetty version ranges and downstream advisory presence, but does not prove broad exploitation or product-specific impact beyond cited vendors.
Mitigation direction
- Upgrade Eclipse Jetty outside the affected version ranges listed by the vendor.
- Check downstream vendor advisories for products that bundle Jetty.
- Prioritize shared-workstation and kiosk-style environments using Jetty-backed applications.
- Review application SessionListener code for exception handling during session destruction.
Validation and detection
- Inventory applications and appliances that embed Eclipse Jetty.
- Record Jetty runtime versions, not only declared build dependencies.
- Identify clustered session deployments with multiple application contexts.
- Check logs for SessionListener#sessionDestroyed exceptions during logout or timeout.
- Confirm updated packages through vendor, Debian, or product-specific advisories.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-613: 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 lookupCVE-2021-34428 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Low
- CVSS
- 2.9 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:P/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:P/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N0.42.5Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
2.9LowVector: CVSS:3.1/AV:P/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/eclipse/jetty.project/security/advisories/GHSA-m6cp-vxjx-65j6CVE reference · x_refsource_CONFIRM
- [kafka-jira] 20210623 [GitHub] [kafka] dongjinleekr opened a new pull request #10919: KAFKA-12985: CVE-2021-28169 - Upgrade jetty to 9.4.41CVE reference · mailing-list, x_refsource_MLIST
- DSA-4949CVE reference · vendor-advisory, x_refsource_DEBIAN
- [zookeeper-issues] 20210928 [jira] [Updated] (ZOOKEEPER-4390) CVE-2021-28169 , - Upgrade jetty to 9.4.42CVE reference · mailing-list, x_refsource_MLIST
- [zookeeper-issues] 20210928 [jira] [Updated] (ZOOKEEPER-4390) CVE-2021-28169 , CVE-2021-28163, - Upgrade jetty to 9.4.42CVE reference · mailing-list, x_refsource_MLIST
- [zookeeper-issues] 20210928 [jira] [Updated] (ZOOKEEPER-4390) CVE-2021-28169 , CVE-2021-28163, CVE-2021-34428- Upgrade jetty to 9.4.42CVE reference · mailing-list, x_refsource_MLIST
- https://www.oracle.com/security-alerts/cpuoct2021.htmlCVE reference · x_refsource_MISC
- https://lists.apache.org/thread.html/r8a1a332899a1f92c8118b0895b144b27a78e3f25b9d58a34dd5eb084%40%3Cnotifications.zookeeper.apache.org%3ECVE reference · x_refsource_MISC
- https://lists.apache.org/thread.html/rbefa055282d52d6b58d29a79fbb0be65ab0a38d25f00bd29eaf5e6fd%40%3Cnotifications.zookeeper.apache.org%3ECVE reference · x_refsource_MISC
- https://security.netapp.com/advisory/ntap-20210813-0003/CVE reference · x_refsource_CONFIRM
- https://www.oracle.com/security-alerts/cpujan2022.htmlCVE reference · x_refsource_MISC
- https://www.oracle.com/security-alerts/cpuapr2022.htmlCVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Insufficient Session Expiration
Insufficient Session Expiration represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
