Netty is an asynchronous event-driven network application framework for
rapid development of maintainable high performance protocol servers and
clients.
Some HTTP/2 implementations are vulnerable to a reset flood, potentially leading to a denial of service. The attacker opens a number of streams and sends an invalid request over each stream that should solicit a stream of RST_STREAM frames from the peer. Depending on how the peer queues the RST_STREAM frames, this can consume excess memory, CPU, or both.
CVE-2019-9514 - High Severity Vulnerability
Vulnerable Library - netty-codec-http2-4.1.36.Final.jar
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
Library home page: http://netty.io/
Path to dependency file: /services/api_gateway/pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/io/netty/netty-codec-http2/4.1.36.Final/netty-codec-http2-4.1.36.Final.jar
Dependency Hierarchy: - spring-cloud-starter-gateway-2.1.2.RELEASE.jar (Root Library) - spring-boot-starter-webflux-2.1.6.RELEASE.jar - spring-boot-starter-reactor-netty-2.1.6.RELEASE.jar - reactor-netty-0.8.9.RELEASE.jar - :x: **netty-codec-http2-4.1.36.Final.jar** (Vulnerable Library)
Found in base branch: master
Vulnerability Details
Some HTTP/2 implementations are vulnerable to a reset flood, potentially leading to a denial of service. The attacker opens a number of streams and sends an invalid request over each stream that should solicit a stream of RST_STREAM frames from the peer. Depending on how the peer queues the RST_STREAM frames, this can consume excess memory, CPU, or both.
Publish Date: 2019-08-13
URL: CVE-2019-9514
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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9514
Release Date: 2019-08-13
Fix Resolution (io.netty:netty-codec-http2): 4.1.39.Final
Direct dependency fix Resolution (org.springframework.cloud:spring-cloud-starter-gateway): 2.1.4.RELEASE
:rescue_worker_helmet: Automatic Remediation is available for this issue