fix: pin netty-codec-http2 in dependencyManagement to address CVE-202… - #69
Open
mahesh-thimmaiah wants to merge 1 commit into
Open
fix: pin netty-codec-http2 in dependencyManagement to address CVE-202…#69mahesh-thimmaiah wants to merge 1 commit into
mahesh-thimmaiah wants to merge 1 commit into
Conversation
…3-44487 CVE-2023-44487 (HTTP/2 Rapid Reset Attack, CWE-400, CVSS 7.5 High) allows a remote attacker to cause Denial of Service via HTTP/2 rapid stream resets. Root cause: the root pom.xml already pins 9 Netty artifacts to ${netty4.version} (4.1.112.Final, which is patched), but netty-codec-http2 — the specific artifact implementing HTTP/2 — was absent from <dependencyManagement>. Transitive resolution from gRPC, Solr (solr-solrj), or HBase could therefore pull in a vulnerable pre-4.1.100.Final version. Fix: add io.netty:netty-codec-http2 to <dependencyManagement> pinned to ${netty4.version} (4.1.112.Final). This single root-level change covers all 5 reported modules that inherit from this POM: - janusgraph-all/pom.xml - janusgraph-solr/pom.xml - janusgraph-dist/pom.xml - janusgraph-doc/pom.xml - janusgraph-examples/example-hbase/pom.xml Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…3-44487
CVE-2023-44487 (HTTP/2 Rapid Reset Attack, CWE-400, CVSS 7.5 High) allows a remote attacker to cause Denial of Service via HTTP/2 rapid stream resets.
Root cause: the root pom.xml already pins 9 Netty artifacts to ${netty4.version} (4.1.112.Final, which is patched), but netty-codec-http2 — the specific artifact implementing HTTP/2 — was absent from . Transitive resolution from gRPC, Solr (solr-solrj), or HBase could therefore pull in a vulnerable pre-4.1.100.Final version.
Fix: add io.netty:netty-codec-http2 to pinned to ${netty4.version} (4.1.112.Final). This single root-level change covers all 5 reported modules that inherit from this POM:
Thank you for contributing to JanusGraph!
In order to streamline the review of the contribution we ask you
to ensure the following steps have been taken:
For all changes:
master)?For code changes:
For documentation related changes: