opensearch-project / opensearch-project/sql-jdbc
jetty-server-11.0.24.jar: 1 vulnerabilities (highest severity is: 3.7)
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 28
- Forks
- 39
- PR merge metrics
- No merged PRs in 30d
Description
Vulnerable Library - jetty-server-11.0.24.jar
The core jetty server artifact.
Library home page: https://jetty.org
Path to dependency file: /build.gradle
Path to vulnerable library: /tmp/containerbase/cache/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-server/11.0.24/688f5b139c37094b70c8d706a234afaaacd06fe6/jetty-server-11.0.24.jar
Found in HEAD commit: b520f9f5cb401ca860bac7a414641677d7a355e8
Vulnerabilities
| CVE | Severity | CVSS |
Dependency | Type | Fixed in (jetty-server version) | Remediation Possible** |
|---|---|---|---|---|---|---|
| CVE-2024-6763 | Low |
3.7 | detected in multiple dependencies | Direct | 12.0.12 | ✅ |
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2024-6763
Vulnerable Libraries - jetty-server-11.0.24.jar, jetty-http-11.0.24.jar
jetty-server-11.0.24.jar
The core jetty server artifact.
Library home page: https://jetty.org
Path to dependency file: /build.gradle
Path to vulnerable library: /tmp/containerbase/cache/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-server/11.0.24/688f5b139c37094b70c8d706a234afaaacd06fe6/jetty-server-11.0.24.jar
Dependency Hierarchy:
- ❌ jetty-server-11.0.24.jar (Vulnerable Library)
jetty-http-11.0.24.jar
Library home page: https://jetty.org
Path to dependency file: /build.gradle
Path to vulnerable library: /tmp/containerbase/cache/.gradle/caches/modules-2/files-2.1/org.eclipse.jetty/jetty-http/11.0.24/eb6113b806eb606750e79fa0bbead5d95f0fc1ad/jetty-http-11.0.24.jar
Dependency Hierarchy:
- jetty-server-11.0.24.jar (Root Library)
- ❌ jetty-http-11.0.24.jar (Vulnerable Library)
Found in HEAD commit: b520f9f5cb401ca860bac7a414641677d7a355e8
Found in base branch: main
Vulnerability Details
Eclipse Jetty is a lightweight, highly scalable, Java-based web server and Servlet engine . It includes a utility class, HttpURI, for URI/URL parsing.
The HttpURI class does insufficient validation on the authority segment of a URI. However the behaviour of HttpURI
differs from the common browsers in how it handles a URI that would be
considered invalid if fully validated against the RRC. Specifically HttpURI
and the browser may differ on the value of the host extracted from an
invalid URI and thus a combination of Jetty and a vulnerable browser may
be vulnerable to a open redirect attack or to a SSRF attack if the URI
is used after passing validation checks.
Publish Date: 2024-10-14
URL: CVE-2024-6763
CVSS 3 Score Details (3.7)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: Low
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Origin: https://github.com/jetty/jetty.project/security/advisories/GHSA-qh8g-58pp-2wxh
Release Date: 2024-10-14
Fix Resolution (org.eclipse.jetty:jetty-http): 12.0.12
Direct dependency fix Resolution (org.eclipse.jetty:jetty-server): 12.0.12
⛑️ Automatic Remediation will be attempted for this issue.
:rescue_worker_helmet:Automatic Remediation will be attempted for this issue.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with /build.gradle, which declares the vulnerable Jetty dependency. Update org.eclipse.jetty:jetty-server to 12.0.12, then verify that the transitive jetty-http dependency is also resolved to a fixed version and that the CVE-2024-6763 vulnerability scan is clear.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- security
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100
CVSS