-
Notifications
You must be signed in to change notification settings - Fork 614
[GHSA-4h8f-2wvx-gg5w] Bouncy Castle Java Cryptography API vulnerable to DNS poisoning #7407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,7 +1,7 @@ | ||||||||||||
| { | ||||||||||||
| "schema_version": "1.4.0", | ||||||||||||
| "id": "GHSA-4h8f-2wvx-gg5w", | ||||||||||||
| "modified": "2025-06-24T18:29:01Z", | ||||||||||||
| "modified": "2025-06-24T18:29:02Z", | ||||||||||||
| "published": "2024-05-03T18:30:37Z", | ||||||||||||
| "aliases": [ | ||||||||||||
| "CVE-2024-34447" | ||||||||||||
|
|
@@ -128,6 +128,22 @@ | |||||||||||
| ] | ||||||||||||
| } | ||||||||||||
| ] | ||||||||||||
| }, | ||||||||||||
| { | ||||||||||||
| "package": { | ||||||||||||
| "ecosystem": "Maven", | ||||||||||||
| "name": "org.bouncycastle:bcprov-jdk15" | ||||||||||||
| }, | ||||||||||||
| "ranges": [ | ||||||||||||
| { | ||||||||||||
| "type": "ECOSYSTEM", | ||||||||||||
| "events": [ | ||||||||||||
| { | ||||||||||||
| "introduced": "1.61" | ||||||||||||
|
||||||||||||
| "introduced": "1.61" | |
| "introduced": "1.61" | |
| }, | |
| { | |
| "fixed": "1.78" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR description notes that
bcprov-jdk15onis also affected, but this change addsorg.bouncycastle:bcprov-jdk15instead. Please confirm the intended Maven coordinate and update theaffectedlist accordingly (addbcprov-jdk15onif that's the correct artifact, or adjust the PR description if not).