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

grpc-netty-1.45.2.jar: 2 vulnerabilities (highest severity is: 6.5) - autoclosed #25

Closed
mend-for-github-com bot opened this issue Jun 15, 2023 · 1 comment
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend security fix Security fix generated by Mend

Comments

@mend-for-github-com
Copy link

mend-for-github-com bot commented Jun 15, 2023

Vulnerable Library - grpc-netty-1.45.2.jar

Path to dependency file: /src/adservice/build.gradle

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/io.netty/netty-common/4.1.72.Final/a55bac9c3af5f59828207b551a96ac19bbfc341e/netty-common-4.1.72.Final.jar

Found in HEAD commit: de73c8b6e42eb87e8f3abc02dbfb4a71a6d2f028

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (grpc-netty version) Remediation Available
CVE-2023-34462 Medium 6.5 netty-handler-4.1.72.Final.jar Transitive 1.50.3
CVE-2022-24823 Medium 5.5 netty-common-4.1.72.Final.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.

Details

CVE-2023-34462

Vulnerable Library - netty-handler-4.1.72.Final.jar

Library home page: https://netty.io/

Path to dependency file: /src/adservice/build.gradle

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/io.netty/netty-handler/4.1.72.Final/9feee089fee606c64be90c0332db9aef1f7d8e46/netty-handler-4.1.72.Final.jar

Dependency Hierarchy:

  • grpc-netty-1.45.2.jar (Root Library)
    • netty-codec-http2-4.1.72.Final.jar
      • netty-handler-4.1.72.Final.jar (Vulnerable Library)

Found in HEAD commit: de73c8b6e42eb87e8f3abc02dbfb4a71a6d2f028

Found in base branch: main

Vulnerability Details

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. The SniHandler can allocate up to 16MB of heap for each channel during the TLS handshake. When the handler or the channel does not have an idle timeout, it can be used to make a TCP server using the SniHandler to allocate 16MB of heap. The SniHandler class is a handler that waits for the TLS handshake to configure a SslHandler according to the indicated server name by the ClientHello record. For this matter it allocates a ByteBuf using the value defined in the ClientHello record. Normally the value of the packet should be smaller than the handshake packet but there are not checks done here and the way the code is written, it is possible to craft a packet that makes the SslClientHelloHandler. This vulnerability has been fixed in version 4.1.94.Final.

Publish Date: 2023-06-22

URL: CVE-2023-34462

CVSS 3 Score Details (6.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: Low
    • 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: GHSA-6mjq-h674-j845

Release Date: 2023-06-22

Fix Resolution (io.netty:netty-handler): 4.1.94.Final

Direct dependency fix Resolution (io.grpc:grpc-netty): 1.50.3

⛑️ Automatic Remediation is available for this issue

CVE-2022-24823

Vulnerable Library - netty-common-4.1.72.Final.jar

Library home page: https://netty.io/

Path to dependency file: /src/adservice/build.gradle

Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/io.netty/netty-common/4.1.72.Final/a55bac9c3af5f59828207b551a96ac19bbfc341e/netty-common-4.1.72.Final.jar

Dependency Hierarchy:

  • grpc-netty-1.45.2.jar (Root Library)
    • netty-codec-http2-4.1.72.Final.jar
      • netty-common-4.1.72.Final.jar (Vulnerable Library)

Found in HEAD commit: de73c8b6e42eb87e8f3abc02dbfb4a71a6d2f028

Found in base branch: main

Vulnerability Details

Netty is an open-source, asynchronous event-driven network application framework. The package io.netty:netty-codec-http prior to version 4.1.77.Final contains an insufficient fix for CVE-2021-21290. When Netty's multipart decoders are used local information disclosure can occur via the local system temporary directory if temporary storing uploads on the disk is enabled. This only impacts applications running on Java version 6 and lower. Additionally, this vulnerability impacts code running on Unix-like systems, and very old versions of Mac OSX and Windows as they all share the system temporary directory between all users. Version 4.1.77.Final contains a patch for this vulnerability. As a workaround, specify one's own java.io.tmpdir when starting the JVM or use DefaultHttpDataFactory.setBaseDir(...) to set the directory to something that is only readable by the current user.

Publish Date: 2022-05-06

URL: CVE-2022-24823

CVSS 3 Score Details (5.5)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24823

Release Date: 2022-05-06

Fix Resolution: io.netty:netty-all;io.netty:netty-common - 4.1.77.Final


⛑️ Automatic Remediation is available for this issue.

@mend-for-github-com mend-for-github-com bot added the Mend: dependency security vulnerability Security vulnerability detected by Mend label Jun 15, 2023
@YANG-DB YANG-DB added security fix Security fix generated by Mend and removed untriaged labels Jun 26, 2023
@mend-for-github-com mend-for-github-com bot changed the title grpc-netty-1.45.2.jar: 1 vulnerabilities (highest severity is: 5.5) grpc-netty-1.45.2.jar: 2 vulnerabilities (highest severity is: 6.5) Jul 8, 2023
@mend-for-github-com mend-for-github-com bot mentioned this issue Jul 10, 2023
1 task
@mend-for-github-com mend-for-github-com bot changed the title grpc-netty-1.45.2.jar: 2 vulnerabilities (highest severity is: 6.5) grpc-netty-1.45.2.jar: 2 vulnerabilities (highest severity is: 6.5) - autoclosed Aug 2, 2023
@mend-for-github-com
Copy link
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.

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 Mend security fix Security fix generated by Mend
Projects
None yet
Development

No branches or pull requests

1 participant