-
Couldn't load subscription status.
- Fork 0
Description
Vulnerable Library - jetty-runner-9.2.4.v20141103.jar
Library home page: http://webtide.com
Path to vulnerable library: /checkScanSet/src/main/customDir/jetty-runner-9.2.4.v20141103.jar
Found in HEAD commit: 8750972886c63a6bc148581c83a9cd5b7b821bd0
Vulnerabilities
| Vulnerability | Severity | Dependency | Type | Fixed in (jetty-runner version) | Remediation Possible** | |
|---|---|---|---|---|---|---|
| CVE-2015-2080 | 7.5 | jetty-runner-9.2.4.v20141103.jar | Direct | 9.2.9.v20150224 | ❌ | |
| CVE-2020-27216 | 7.0 | jetty-runner-9.2.4.v20141103.jar | Direct | 9.4.33.v20201020 | ❌ | |
| CVE-2023-26048 | 5.3 | jetty-runner-9.2.4.v20141103.jar | Direct | 9.4.51.v20230217 | ❌ | |
| CVE-2021-28169 | 5.3 | jetty-runner-9.2.4.v20141103.jar | Direct | 9.4.41.v20210516 | ❌ | |
| CVE-2023-26049 | 2.4 | jetty-runner-9.2.4.v20141103.jar | Direct | 9.4.51.v20230217 | ❌ |
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2015-2080
Vulnerable Library - jetty-runner-9.2.4.v20141103.jar
Library home page: http://webtide.com
Path to vulnerable library: /checkScanSet/src/main/customDir/jetty-runner-9.2.4.v20141103.jar
Dependency Hierarchy:
- ❌ jetty-runner-9.2.4.v20141103.jar (Vulnerable Library)
Found in HEAD commit: 8750972886c63a6bc148581c83a9cd5b7b821bd0
Found in base branch: main
Vulnerability Details
The exception handling code in Eclipse Jetty before 9.2.9.v20150224 allows remote attackers to obtain sensitive information from process memory via illegal characters in an HTTP header, aka JetLeak.
Publish Date: 2016-10-07
URL: CVE-2015-2080
CVSS 3 Score Details (7.5)
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: None
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Origin: https://nvd.nist.gov/vuln/detail/CVE-2015-2080
Release Date: 2016-10-07
Fix Resolution: 9.2.9.v20150224
CVE-2020-27216
Vulnerable Library - jetty-runner-9.2.4.v20141103.jar
Library home page: http://webtide.com
Path to vulnerable library: /checkScanSet/src/main/customDir/jetty-runner-9.2.4.v20141103.jar
Dependency Hierarchy:
- ❌ jetty-runner-9.2.4.v20141103.jar (Vulnerable Library)
Found in HEAD commit: 8750972886c63a6bc148581c83a9cd5b7b821bd0
Found in base branch: main
Vulnerability Details
In Eclipse Jetty versions 1.0 thru 9.4.32.v20200930, 10.0.0.alpha1 thru 10.0.0.beta2, and 11.0.0.alpha1 thru 11.0.0.beta2O, on Unix like systems, the system's temporary directory is shared between all users on that system. A collocated user can observe the process of creating a temporary sub directory in the shared temporary directory and race to complete the creation of the temporary subdirectory. If the attacker wins the race then they will have read and write permission to the subdirectory used to unpack web applications, including their WEB-INF/lib jar files and JSP files. If any code is ever executed out of this temporary directory, this can lead to a local privilege escalation vulnerability.
Publish Date: 2020-10-23
URL: CVE-2020-27216
CVSS 3 Score Details (7.0)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: High
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: https://bugs.eclipse.org/bugs/show_bug.cgi?id=567921
Release Date: 2020-10-23
Fix Resolution: 9.4.33.v20201020
CVE-2023-26048
Vulnerable Library - jetty-runner-9.2.4.v20141103.jar
Library home page: http://webtide.com
Path to vulnerable library: /checkScanSet/src/main/customDir/jetty-runner-9.2.4.v20141103.jar
Dependency Hierarchy:
- ❌ jetty-runner-9.2.4.v20141103.jar (Vulnerable Library)
Found in HEAD commit: 8750972886c63a6bc148581c83a9cd5b7b821bd0
Found in base branch: main
Vulnerability Details
Jetty is a java based web server and servlet engine. In affected versions servlets with multipart support (e.g. annotated with @MultipartConfig) that call HttpServletRequest.getParameter() or HttpServletRequest.getParts() may cause OutOfMemoryError when the client sends a multipart request with a part that has a name but no filename and very large content. This happens even with the default settings of fileSizeThreshold=0 which should stream the whole part content to disk. An attacker client may send a large multipart request and cause the server to throw OutOfMemoryError. However, the server may be able to recover after the OutOfMemoryError and continue its service -- although it may take some time. This issue has been patched in versions 9.4.51, 10.0.14, and 11.0.14. Users are advised to upgrade. Users unable to upgrade may set the multipart parameter maxRequestSize which must be set to a non-negative value, so the whole multipart content is limited (although still read into memory).
Publish Date: 2023-04-18
URL: CVE-2023-26048
CVSS 3 Score Details (5.3)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
Suggested Fix
Type: Upgrade version
Origin: GHSA-qw69-rqj8-6qw8
Release Date: 2023-04-18
Fix Resolution: 9.4.51.v20230217
CVE-2021-28169
Vulnerable Library - jetty-runner-9.2.4.v20141103.jar
Library home page: http://webtide.com
Path to vulnerable library: /checkScanSet/src/main/customDir/jetty-runner-9.2.4.v20141103.jar
Dependency Hierarchy:
- ❌ jetty-runner-9.2.4.v20141103.jar (Vulnerable Library)
Found in HEAD commit: 8750972886c63a6bc148581c83a9cd5b7b821bd0
Found in base branch: main
Vulnerability Details
For Eclipse Jetty versions <= 9.4.40, <= 10.0.2, <= 11.0.2, it is possible for requests to the ConcatServlet with a doubly encoded path to access protected resources within the WEB-INF directory. For example a request to /concat?/%2557EB-INF/web.xml can retrieve the web.xml file. This can reveal sensitive information regarding the implementation of a web application.
Publish Date: 2021-06-09
URL: CVE-2021-28169
CVSS 3 Score Details (5.3)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: None
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Origin: GHSA-gwcr-j4wh-j3cq
Release Date: 2021-06-09
Fix Resolution: 9.4.41.v20210516
CVE-2023-26049
Vulnerable Library - jetty-runner-9.2.4.v20141103.jar
Library home page: http://webtide.com
Path to vulnerable library: /checkScanSet/src/main/customDir/jetty-runner-9.2.4.v20141103.jar
Dependency Hierarchy:
- ❌ jetty-runner-9.2.4.v20141103.jar (Vulnerable Library)
Found in HEAD commit: 8750972886c63a6bc148581c83a9cd5b7b821bd0
Found in base branch: main
Vulnerability Details
Jetty is a java based web server and servlet engine. Nonstandard cookie parsing in Jetty may allow an attacker to smuggle cookies within other cookies, or otherwise perform unintended behavior by tampering with the cookie parsing mechanism. If Jetty sees a cookie VALUE that starts with " (double quote), it will continue to read the cookie string until it sees a closing quote -- even if a semicolon is encountered. So, a cookie header such as: DISPLAY_LANGUAGE="b; JSESSIONID=1337; c=d" will be parsed as one cookie, with the name DISPLAY_LANGUAGE and a value of b; JSESSIONID=1337; c=d instead of 3 separate cookies. This has security implications because if, say, JSESSIONID is an HttpOnly cookie, and the DISPLAY_LANGUAGE cookie value is rendered on the page, an attacker can smuggle the JSESSIONID cookie into the DISPLAY_LANGUAGE cookie and thereby exfiltrate it. This is significant when an intermediary is enacting some policy based on cookies, so a smuggled cookie can bypass that policy yet still be seen by the Jetty server or its logging system. This issue has been addressed in versions 9.4.51, 10.0.14, 11.0.14, and 12.0.0.beta0 and users are advised to upgrade. There are no known workarounds for this issue.
Publish Date: 2023-04-18
URL: CVE-2023-26049
CVSS 3 Score Details (2.4)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: High
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: None
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Origin: GHSA-p26g-97m4-6q7c
Release Date: 2023-04-18
Fix Resolution: 9.4.51.v20230217