Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

CVE-2017-7657 (High) detected in multiple libraries #32

Open
mend-bolt-for-github bot opened this issue Jan 7, 2023 · 0 comments
Open

CVE-2017-7657 (High) detected in multiple libraries #32

mend-bolt-for-github bot opened this issue Jan 7, 2023 · 0 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource

Comments

@mend-bolt-for-github
Copy link
Contributor

mend-bolt-for-github bot commented Jan 7, 2023

CVE-2017-7657 - High Severity Vulnerability

Vulnerable Libraries - jetty-server-9.2.26.v20180806.jar, jetty-http-8.1.22.v20160922.jar, jetty-http-7.6.21.v20160908.jar, jetty-http-9.2.26.v20180806.jar

jetty-server-9.2.26.v20180806.jar

The core jetty server artifact.

Library home page: http://www.eclipse.org/jetty

Path to dependency file: /build.gradle

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-server/9.2.26.v20180806/dc718537344846b0b5bb1e69bd27902c74a64568/jetty-server-9.2.26.v20180806.jar

Dependency Hierarchy:

  • gretty-runner-jetty9-3.0.5.jar (Root Library)
    • jetty-server-9.2.26.v20180806.jar (Vulnerable Library)
jetty-http-8.1.22.v20160922.jar

Administrative parent pom for Jetty modules

Library home page: http://www.eclipse.org/jetty

Path to dependency file: /build.gradle

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-http/8.1.22.v20160922/34350a9bf6955b75b00dda180d44109a2f5fc862/jetty-http-8.1.22.v20160922.jar

Dependency Hierarchy:

  • gretty-runner-jetty8-3.0.5.jar (Root Library)
    • jetty-server-8.1.22.v20160922.jar
      • jetty-http-8.1.22.v20160922.jar (Vulnerable Library)
jetty-http-7.6.21.v20160908.jar

Administrative parent pom for Jetty modules

Library home page: http://www.eclipse.org/jetty

Path to dependency file: /build.gradle

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-http/7.6.21.v20160908/58dee82c3f15bbd1eeb60d59f02847b6efbd33f1/jetty-http-7.6.21.v20160908.jar

Dependency Hierarchy:

  • gretty-runner-jetty7-3.0.5.jar (Root Library)
    • jetty-server-7.6.21.v20160908.jar
      • jetty-http-7.6.21.v20160908.jar (Vulnerable Library)
jetty-http-9.2.26.v20180806.jar

Administrative parent pom for Jetty modules

Library home page: http://www.eclipse.org/jetty

Path to dependency file: /build.gradle

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-http/9.2.26.v20180806/2860272e69f7f09c5948ae1335f320c21a10eb29/jetty-http-9.2.26.v20180806.jar

Dependency Hierarchy:

  • gretty-runner-jetty9-3.0.5.jar (Root Library)
    • jetty-server-9.2.26.v20180806.jar
      • jetty-http-9.2.26.v20180806.jar (Vulnerable Library)

Found in HEAD commit: 4cb9afca7b4ab356e0863ec7515cb10a779ea02d

Found in base branch: master

Vulnerability Details

In Eclipse Jetty, versions 9.2.x and older, 9.3.x (all configurations), and 9.4.x (non-default configuration with RFC2616 compliance enabled), transfer-encoding chunks are handled poorly. The chunk length parsing was vulnerable to an integer overflow. Thus a large chunk size could be interpreted as a smaller chunk size and content sent as chunk body could be interpreted as a pipelined request. If Jetty was deployed behind an intermediary that imposed some authorization and that intermediary allowed arbitrarily large chunks to be passed on unchanged, then this flaw could be used to bypass the authorization imposed by the intermediary as the fake pipelined request would not be interpreted by the intermediary as a request.

Publish Date: 2018-06-26

URL: CVE-2017-7657

CVSS 3 Score Details (9.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://bugs.eclipse.org/bugs/show_bug.cgi?id=535668

Release Date: 2018-06-26

Fix Resolution (org.eclipse.jetty:jetty-server): 9.3.24.v20180605

Direct dependency fix Resolution (org.gretty:gretty-runner-jetty9): 3.0.6

Fix Resolution (org.eclipse.jetty:jetty-http): 9.3.24.v20180605

Direct dependency fix Resolution (org.gretty:gretty-runner-jetty9): 3.0.6


Step up your Open Source Security Game with Mend here

@mend-bolt-for-github mend-bolt-for-github bot added the Mend: dependency security vulnerability Security vulnerability detected by WhiteSource label Jan 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource
Projects
None yet
Development

No branches or pull requests

0 participants