Security readout for executives and security teams
Plain-English summary
This Jetty flaw can let a remote unauthenticated user reach files or routes that should be hidden when an application runs affected Jetty versions. The known impact is limited confidentiality exposure, not code execution. Treat it as moderate urgency for internet-facing Java services and embedded products that bundle Jetty.
Executive priority
Prioritize remediation where Jetty is internet-facing, protects sensitive application resources, or ships inside business-critical platforms. This is not presented as emergency code execution, but it can undermine access boundaries and disclose internal application content.
Technical view
CVE-2021-34429 affects Eclipse Jetty 9.4.37-9.4.42, 10.0.1-10.0.5, and 11.0.1-11.0.5. Crafted URIs using encoded characters may expose WEB-INF content or bypass security constraints. It is described as a variation of CVE-2021-28164 and maps to CWE-200 and CWE-551.
Likely exposure
Exposure is most likely in Java applications, management interfaces, or third-party platforms embedding affected Jetty releases. The references show downstream attention in Apache ZooKeeper, Pulsar, Kafka, and Santuario, so transitive dependency inventory matters.
Exploitation context
The provided sources do not show CISA KEV listing or confirmed active exploitation. The CVSS vector indicates remote, unauthenticated, low-complexity access with low confidentiality impact and no stated integrity or availability impact.
Researcher notes
Focus analysis on URI normalization, encoded character handling, WEB-INF resource exposure, and security-constraint bypass behavior. Evidence supports affected Jetty ranges and downstream upgrades, but the bundle does not include detailed proof-of-concept mechanics or active exploitation evidence.
Mitigation direction
- Upgrade Jetty to a vendor-supported version outside the affected ranges.
- For Jetty 9.4.x, cited downstream projects moved to 9.4.43.v20210629.
- Check the Eclipse Jetty advisory before selecting 10.x or 11.x target versions.
- Update third-party products that bundle vulnerable Jetty versions.
- Retest route protections and packaged resource access after upgrading.
Validation and detection
- Inventory direct and transitive Jetty versions across applications and packaged products.
- Flag Jetty 9.4.37-9.4.42, 10.0.1-10.0.5, and 11.0.1-11.0.5.
- Review logs for unusual encoded-character requests against protected paths.
- Confirm WEB-INF content is not reachable through authorized regression testing.
- Verify security constraints still apply after dependency upgrades.
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-200: Information exposure and cloud metadata lookup
Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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 lookupCWE-551: 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-34429 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
- Medium
- CVSS
- 5.3 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/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:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N3.91.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.3MediumVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/eclipse/jetty.project/security/advisories/GHSA-vjv5-gp2w-65vmCVE reference · x_refsource_CONFIRM
- [zookeeper-issues] 20210728 [jira] [Updated] (ZOOKEEPER-4337) CVE-2021-34429 in jetty 9.4.38.v20210224 in zookeeper 3.7.0CVE reference · mailing-list, x_refsource_MLIST
- [zookeeper-issues] 20210728 [jira] [Created] (ZOOKEEPER-4337) CVE-2021-34429 in jetty 9.4.38.v20210224 in zookeeper 3.7.0CVE reference · mailing-list, x_refsource_MLIST
- [zookeeper-dev] 20210728 [jira] [Created] (ZOOKEEPER-4337) CVE-2021-34429 in jetty 9.4.38.v20210224 in zookeeper 3.7.0CVE reference · mailing-list, x_refsource_MLIST
- [zookeeper-issues] 20210805 [jira] [Assigned] (ZOOKEEPER-4337) CVE-2021-34429 in jetty 9.4.38.v20210224 in zookeeper 3.7.0CVE reference · mailing-list, x_refsource_MLIST
- [zookeeper-issues] 20210805 [jira] [Updated] (ZOOKEEPER-4337) CVE-2021-34429 in jetty 9.4.38.v20210224 in zookeeper 3.7.0CVE reference · mailing-list, x_refsource_MLIST
- [zookeeper-notifications] 20210805 [GitHub] [zookeeper] ztzg opened a new pull request #1734: ZOOKEEPER-4337: Bump jetty to 9.4.43.v20210629 (avoids CVE-2021-34429)CVE reference · mailing-list, x_refsource_MLIST
- [zookeeper-notifications] 20210805 [GitHub] [zookeeper] ztzg commented on pull request #1734: ZOOKEEPER-4337: Bump jetty to 9.4.43.v20210629 (avoids CVE-2021-34429)CVE reference · mailing-list, x_refsource_MLIST
- [pulsar-commits] 20210813 [GitHub] [pulsar] eolivelli opened a new issue #11659: Jetty is flagged with CVE-2021-34429CVE reference · mailing-list, x_refsource_MLIST
- [pulsar-commits] 20210813 [GitHub] [pulsar] lhotari opened a new pull request #11660: [Security] Upgrade Jetty to 9.4.43.v20210629CVE reference · mailing-list, x_refsource_MLIST
- [pulsar-commits] 20210813 [GitHub] [pulsar] eolivelli closed issue #11659: Jetty is flagged with CVE-2021-34429CVE reference · mailing-list, x_refsource_MLIST
- [santuario-dev] 20210817 [GitHub] [santuario-xml-security-java] dependabot[bot] opened a new pull request #52: Bump jetty.version from 9.4.42.v20210604 to 9.4.43.v20210629CVE reference · mailing-list, x_refsource_MLIST
- [kafka-jira] 20210817 [jira] [Updated] (KAFKA-13209) Upgrade jetty-server to fix CVE-2021-34429CVE reference · mailing-list, x_refsource_MLIST
- [kafka-jira] 20210817 [GitHub] [kafka] jolshan opened a new pull request #11224: KAFKA-13209: Upgrade jetty-server to fix CVE-2021-34429CVE reference · mailing-list, x_refsource_MLIST
- [kafka-jira] 20210817 [GitHub] [kafka] omkreddy merged pull request #11224: KAFKA-13209: Upgrade jetty-server to fix CVE-2021-34429CVE reference · mailing-list, x_refsource_MLIST
- [kafka-commits] 20210817 [kafka] branch 2.8 updated: KAFKA-13209: Upgrade jetty-server to fix CVE-2021-34429CVE reference · mailing-list, x_refsource_MLIST
- [kafka-commits] 20210817 [kafka] branch 2.7 updated: KAFKA-13209: Upgrade jetty-server to fix CVE-2021-34429CVE reference · mailing-list, x_refsource_MLIST
- [kafka-commits] 20210817 [kafka] branch 3.0 updated: KAFKA-13209: Upgrade jetty-server to fix CVE-2021-34429CVE reference · mailing-list, x_refsource_MLIST
- [kafka-jira] 20210817 [jira] [Resolved] (KAFKA-13209) Upgrade jetty-server to fix CVE-2021-34429CVE reference · mailing-list, x_refsource_MLIST
- [kafka-dev] 20210817 [jira] [Resolved] (KAFKA-13209) Upgrade jetty-server to fix CVE-2021-34429CVE reference · mailing-list, x_refsource_MLIST
- [kafka-jira] 20210817 [jira] [Assigned] (KAFKA-13209) Upgrade jetty-server to fix CVE-2021-34429CVE reference · mailing-list, x_refsource_MLIST
- [kafka-jira] 20210818 [GitHub] [kafka] jolshan opened a new pull request #11224: KAFKA-13209: Upgrade jetty-server to fix CVE-2021-34429CVE reference · mailing-list, x_refsource_MLIST
- [kafka-jira] 20210818 [GitHub] [kafka] omkreddy merged pull request #11224: KAFKA-13209: Upgrade jetty-server to fix CVE-2021-34429CVE reference · mailing-list, x_refsource_MLIST
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.
Exposure of Sensitive Information to an Unauthorized Actor
Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Incorrect Behavior Order: Authorization Before Parsing and Canonicalization
Incorrect Behavior Order: Authorization Before Parsing and Canonicalization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
