[Aikido] Fix 3 critical issues in bcprov-jdk18on and 9 other issues#492
Open
aikido-autofix[bot] wants to merge 1 commit into
Open
[Aikido] Fix 3 critical issues in bcprov-jdk18on and 9 other issues#492aikido-autofix[bot] wants to merge 1 commit into
aikido-autofix[bot] wants to merge 1 commit into
Conversation
|
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.
Upgrade Netty and Bouncy Castle to fix critical HTTP request smuggling, response queue mispairing, and timing channel vulnerabilities.
✅ Code not affected by breaking changes.
✅ No breaking changes from the Bouncy Castle upgrade affect this codebase. The library is only present as a transitive dependency through test frameworks (Robolectric) and is not directly used in any source code. The codebase contains no PEM parsing, PGP operations, PKCS12 handling, post-quantum cryptography, or any other Bouncy Castle functionality that would be impacted by the breaking changes listed in versions 1.79-1.84.
All breaking changes by upgrading org.bouncycastle:bcprov-jdk18on from version 1.78 to 1.84 (CHANGELOG)
✅ 11 CVEs resolved by this upgrade, including 4 critical 🚨 CVEs
This PR will resolve the following CVEs:
setUri()allows CRLF injection and HTTP request smuggling attacks when attacker-controlled input modifies the URI after object creation.FrodoEngine.javacomponent and affects BC-JAVA versions 1.71 through 1.83, fixed in 1.84.This vulnerability is associated with program files FrodoEngine.Java.
This issue affects BC-JAVA: from 1.71 before 1.80.2, from 1.81 before 1.80.1, from 1.82 before 1.84.