AlexRogalskiy / webgate

WebGate Mqtt
GNU General Public License v3.0
0 stars 1 forks source link

CVE-2023-34462 (Medium) detected in netty-handler-4.1.52.Final.jar #436

Closed mend-bolt-for-github[bot] closed 5 months ago

mend-bolt-for-github[bot] commented 8 months ago

CVE-2023-34462 - Medium Severity Vulnerability

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

Dependency Hierarchy: - webgate-admin-0.1.0-SNAPSHOT.jar (Root Library) - spring-boot-admin-starter-server-2.2.2.jar - spring-boot-admin-server-2.2.2.jar - spring-boot-starter-webflux-2.3.4.RELEASE.jar - spring-boot-starter-reactor-netty-2.3.4.RELEASE.jar - reactor-netty-0.9.12.RELEASE.jar - netty-codec-http-4.1.52.Final.jar - :x: **netty-handler-4.1.52.Final.jar** (Vulnerable Library)

Found in HEAD commit: 9a0ac67bec5936d73e42ada71dbd56734da69cac

Found in base branch: master

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: https://github.com/advisories/GHSA-6mjq-h674-j845

Release Date: 2023-06-22

Fix Resolution: io.netty:netty-handler:4.1.94.Final;io.netty:netty-all:4.1.94.Final


Step up your Open Source Security Game with Mend here

github-actions[bot] commented 8 months ago

Thank you for opening an issue. If this issue is related to a bug, please follow the steps and provide the information outlined in the Troubleshooting Guide. Failure to follow these instructions may result in automatic closing of this issue.

github-actions[bot] commented 6 months ago

Stale issue message