Security readout for executives and security teams
Plain-English summary
CVE-2017-7657 is a Jetty HTTP parsing flaw that can make a specially formed large chunked request look smaller to Jetty. In a narrow deployment pattern, this can let traffic bypass authorization enforced by a front-end intermediary.
Executive priority
Treat as a targeted remediation item for Jetty-backed services behind authorization gateways. It is not KEV-listed in the provided bundle, but the business impact can be serious where proxy authorization protects backend Jetty routes.
Technical view
Jetty mishandled chunk length parsing due to integer overflow, creating a request smuggling condition under CWE-444. Affected scope is Jetty 9.2.x and older, 9.3.x, and Jetty 9.4.x only when RFC2616 compliance is enabled.
Likely exposure
Exposure is most likely in Java services embedding or running Eclipse Jetty, especially older bundled Jetty dependencies in products. Risk is higher when Jetty sits behind a proxy or gateway that enforces authorization and passes very large chunks unchanged.
Exploitation context
The source bundle does not show KEV listing or confirmed active exploitation. The described attack depends on intermediary and backend parsing disagreement, so practical risk is architecture-dependent rather than universal across all Jetty deployments.
Researcher notes
Key uncertainty is deployment topology. The issue requires parsing disagreement between an intermediary and Jetty. Focus validation on affected Jetty versions, RFC2616 compliance mode, and whether front-end controls pass arbitrarily large chunks without normalization.
Mitigation direction
- Inventory direct and transitive Jetty versions in applications and vendor appliances.
- Prioritize upgrades through Eclipse Jetty, OS, or product vendor advisories.
- For Jetty 9.4.x, verify whether RFC2616 compliance is enabled.
- Review proxies and gateways for strict chunked request validation.
- Check Debian, Red Hat, Oracle, NetApp, and HPE advisories where relevant.
Validation and detection
- Identify internet-facing or partner-facing services running affected Jetty versions.
- Map traffic paths where authorization is enforced before Jetty.
- Review dependency manifests for embedded Jetty artifacts and shaded jars.
- Confirm front-end intermediaries reject malformed or oversized chunked transfers.
- Document whether affected products are vendor-managed or locally patched.
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-444: 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-2017-7657 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
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
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 and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- DSA-4278CVE reference · vendor-advisory, x_refsource_DEBIAN
- [lucene-solr-user] 20190104 Re: SOLR v7 Security Issues Caused Denial of Use - Sonatype Application Composition ReportCVE reference · mailing-list, x_refsource_MLIST
- RHSA-2019:0910CVE reference · vendor-advisory, x_refsource_REDHAT
- [activemq-issues] 20190820 [jira] [Created] (AMQ-7279) Security Vulnerabilities in Libraries - jackson-databind-2.9.8.jar, tomcat-servlet-api-8.0.53.jar, tomcat-websocket-api-8.0.53.jar, zookeeper-3.4.6.jar, guava-18.0.jar, jetty-all-9.2.26.v20180806.jar, scala-library-2.11.0.jarCVE reference · mailing-list, x_refsource_MLIST
- [druid-commits] 20191115 [GitHub] [incubator-druid] ccaominh opened a new pull request #8878: Address security vulnerabilitiesCVE reference · mailing-list, x_refsource_MLIST
- https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.htmlCVE reference · x_refsource_MISC
- [bookkeeper-issues] 20200729 [GitHub] [bookkeeper] padma81 opened a new issue #2387: Security vulnerabilities in the apache/bookkeeper-4.9.2 imageCVE reference · mailing-list, x_refsource_MLIST
- https://www.oracle.com/security-alerts/cpuoct2020.htmlCVE reference · x_refsource_MISC
- https://security.netapp.com/advisory/ntap-20181014-0001/CVE reference · x_refsource_CONFIRM
- https://support.hpe.com/hpsc/doc/public/display?docLocale=en_US&docId=emr_na-hpesbst03953en_usCVE reference · x_refsource_CONFIRM
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=535668CVE reference · x_refsource_CONFIRM
- [druid-commits] 20210226 [GitHub] [druid] kingnj opened a new issue #10926: Hello, are there any plans to fix the CVE-2017-7657 and CVE-2017-7658 vulnerabilities of JettyCVE reference · mailing-list, x_refsource_MLIST
- [druid-commits] 20210304 [GitHub] [druid] suneet-s commented on issue #10926: Hello, are there any plans to fix the CVE-2017-7657 and CVE-2017-7658 vulnerabilities of JettyCVE reference · mailing-list, x_refsource_MLIST
- [druid-commits] 20210304 [GitHub] [druid] suneet-s closed issue #10926: Hello, are there any plans to fix the CVE-2017-7657 and CVE-2017-7658 vulnerabilities of JettyCVE reference · mailing-list, x_refsource_MLIST
- https://www.oracle.com//security-alerts/cpujul2021.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.
Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
