Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CVE-2023-3635 (High) detected in okio-2.8.0.jar #3068

Closed
mend-for-github-com bot opened this issue Jul 26, 2023 · 3 comments · Fixed by #4192
Closed

CVE-2023-3635 (High) detected in okio-2.8.0.jar #3068

mend-for-github-com bot opened this issue Jul 26, 2023 · 3 comments · Fixed by #4192
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource
Milestone

Comments

@mend-for-github-com
Copy link
Contributor

mend-for-github-com bot commented Jul 26, 2023

CVE-2023-3635 - High Severity Vulnerability

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: /release/archives/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,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.squareup.okio/okio/2.8.0/49b64e09d81c0cc84b267edd0c2fd7df5a64c78c/okio-jvm-2.8.0.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.squareup.okio/okio/2.8.0/49b64e09d81c0cc84b267edd0c2fd7df5a64c78c/okio-jvm-2.8.0.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.squareup.okio/okio/2.8.0/49b64e09d81c0cc84b267edd0c2fd7df5a64c78c/okio-jvm-2.8.0.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.squareup.okio/okio/2.8.0/49b64e09d81c0cc84b267edd0c2fd7df5a64c78c/okio-jvm-2.8.0.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.squareup.okio/okio/2.8.0/49b64e09d81c0cc84b267edd0c2fd7df5a64c78c/okio-jvm-2.8.0.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.squareup.okio/okio/2.8.0/49b64e09d81c0cc84b267edd0c2fd7df5a64c78c/okio-jvm-2.8.0.jar,/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:

  • kafka-plugins-2.7.0-SNAPSHOT (Root Library)
    • schema-registry-serde-1.1.15.jar
      • wire-schema-3.7.1.jar
        • okio-2.8.0.jar (Vulnerable Library)

Found in HEAD commit: ebd3e757c341c1d9c1352431bbad7bf5db2ea939

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

For more information on CVSS3 Scores, click here.

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

@mend-for-github-com mend-for-github-com bot added the Mend: dependency security vulnerability Security vulnerability detected by WhiteSource label Jul 26, 2023
@mend-for-github-com mend-for-github-com bot changed the title CVE-2023-3635 (Medium) detected in okio-jvm-3.0.0.jar CVE-2023-3635 (High) detected in okio-jvm-3.0.0.jar Aug 1, 2023
@mend-for-github-com mend-for-github-com bot changed the title CVE-2023-3635 (High) detected in okio-jvm-3.0.0.jar CVE-2023-3635 (High) detected in okio-2.8.0.jar, okio-jvm-3.0.0.jar Aug 28, 2023
@mend-for-github-com mend-for-github-com bot changed the title CVE-2023-3635 (High) detected in okio-2.8.0.jar, okio-jvm-3.0.0.jar CVE-2023-3635 (High) detected in okio-jvm-3.0.0.jar Aug 30, 2023
@dlvenable dlvenable added this to the v2.5 milestone Sep 7, 2023
@dlvenable
Copy link
Member

@hshardeesi , You have made some recent changes to the Kafka plugins. Can you take a look to see if we actually need this dependency. If we do, please update.

@mend-for-github-com mend-for-github-com bot changed the title CVE-2023-3635 (High) detected in okio-jvm-3.0.0.jar CVE-2023-3635 (High) detected in okio-jvm-3.0.0.jar - autoclosed Sep 26, 2023
@mend-for-github-com
Copy link
Contributor Author

✔️ This issue was automatically closed by Mend because the vulnerable library in the specific branch(es) was either marked as ignored or it is no longer part of the Mend inventory.

@mend-for-github-com mend-for-github-com bot changed the title CVE-2023-3635 (High) detected in okio-jvm-3.0.0.jar - autoclosed CVE-2023-3635 (High) detected in okio-2.8.0.jar Feb 21, 2024
@mend-for-github-com mend-for-github-com bot reopened this Feb 21, 2024
Copy link
Contributor Author

ℹ️ This issue was automatically re-opened by Mend because the vulnerable library in the specific branch(es) has been detected in the Mend inventory.

@kkondaka kkondaka mentioned this issue Feb 27, 2024
3 tasks
@dlvenable dlvenable modified the milestones: v2.5, v2.7 Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants