[GHSA-574f-3g2m-x479] Bouncy Castle for Java GOST 28147 CTR mode reuses keystream after 255 blocks#8524
Open
simon-reisinger-dynatrace wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the GHSA-574f-3g2m-x479 advisory metadata to reflect revised affected packages and scoring/severity information for the Bouncy Castle GOST 28147 CTR keystream-reuse issue.
Changes:
- Updates the CVSS v4 vector and downgrades
database_specific.severityfromCRITICALtoHIGH. - Re-adds
bcprov-jdk15onto theaffectedpackages list. - Bumps the advisory
modifiedtimestamp.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| { | ||
| "package": { | ||
| "ecosystem": "Maven", | ||
| "name": "bcprov-jdk15on" |
There was a problem hiding this comment.
Whoever has push rights, yes, this commit suggestion should be applied.
Comment on lines
+453
to
+462
| "ranges": [ | ||
| { | ||
| "type": "ECOSYSTEM", | ||
| "events": [ | ||
| { | ||
| "introduced": "1.59" | ||
| } | ||
| ] | ||
| } | ||
| ] |
There was a problem hiding this comment.
Maven Central does not yet list a published 1.84 version for this package. See repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk15on. Therefore, we can't be sure whether a future 1.84 version would fix the vulnerability.
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.
Updates
Comments
Re-adding
bcprov-jdk15onas proposed here. This is the legacy, unmaintained predecessor tobcprov-jdk15to18andbcprov-jdk18onthat was split into those two artifacts. As of now, Maven Central has no published 1.84 version for this package (see repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk15on), so no fix version can be set.Also had to patch the CVSS vector as it was malformed.