temporalio / temporalio/samples-java
jaeger-client-1.8.1.jar: 1 vulnerabilities (highest severity is: 7.5)
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 258
- Forks
- 189
- Avg merge
- 6d 4h
- Merged PRs (30d)
- 4
Description
Vulnerable Library - jaeger-client-1.8.1.jar
Path to dependency file: /core/build.gradle
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.squareup.okio/okio/2.8.0/49b64e09d81c0cc84b267edd0c2fd7df5a64c78c/okio-jvm-2.8.0.jar
Found in HEAD commit: a098522a3d94dca5cfac985284941f2c5b8d28ca
Vulnerabilities
| CVE | Severity | CVSS |
Dependency | Type | Fixed in (jaeger-client version) | Remediation Possible** |
|---|---|---|---|---|---|---|
| CVE-2023-3635 | High |
7.5 | okio-2.8.0.jar | Transitive | N/A* | ❌ |
*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2023-3635
Vulnerable Library - okio-2.8.0.jar
A modern I/O API for Java
Library home page: https://github.com/square/okio/
Path to dependency file: /core/build.gradle
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.squareup.okio/okio/2.8.0/49b64e09d81c0cc84b267edd0c2fd7df5a64c78c/okio-jvm-2.8.0.jar
Dependency Hierarchy:
- jaeger-client-1.8.1.jar (Root Library)
- jaeger-thrift-1.8.1.jar
- okhttp-4.9.3.jar
- ❌ okio-2.8.0.jar (Vulnerable Library)
- okhttp-4.9.3.jar
- jaeger-thrift-1.8.1.jar
Found in HEAD commit: a098522a3d94dca5cfac985284941f2c5b8d28ca
Found in base branch: main
Vulnerability Details
GzipSource does not handle an exception that might be raised when parsing a malformed gzip buffer. This may lead to denial of service of the Okio client when handling a crafted GZIP archive, by using the GzipSource class.
Publish Date: 2023-07-12
URL: CVE-2023-3635
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: None
- Integrity Impact: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: https://www.cve.org/CVERecord?id=CVE-2023-3635
Release Date: 2023-07-12
Fix Resolution: com.squareup.okio:okio-jvm:3.4.0
Contributor guide
No contributing guide indexed for this repository
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 /core/build.gradle and trace the dependency hierarchy from jaeger-client-1.8.1 through okhttp to okio-2.8.0. Review CVE-2023-3635 and the suggested com.squareup.okio:okio-jvm:3.4.0 resolution, then verify that the vulnerable transitive dependency is no longer present.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system, security
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100
CVSS