fix(deps): update dependency org.bouncycastle:bcprov-jdk18on to v1.84 [security]#380
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
requested review from
NicoPiel,
gibson9583,
jonbartels,
kayyagari,
kpalang,
mgaffigan and
ssrowe
July 24, 2026 13:16
jonbartels
approved these changes
Jul 24, 2026
jbeckers
reviewed
Jul 24, 2026
| @@ -20,7 +20,7 @@ aws-json-protocol = { module = "software.amazon.awssdk:aws-json-protocol", versi | |||
| aws-query-protocol = { module = "software.amazon.awssdk:aws-query-protocol", version = "2.15.28" } | |||
| aws-xml-protocol = { module = "software.amazon.awssdk:aws-xml-protocol", version = "2.15.28" } | |||
| bcpkix-jdk18on = { module = "org.bouncycastle:bcpkix-jdk18on", version = "1.78.1" } | |||
jbeckers
suggested changes
Jul 24, 2026
| bcpkix-jdk18on = { module = "org.bouncycastle:bcpkix-jdk18on", version = "1.78.1" } | ||
| bcprov-jdk18on = { module = "org.bouncycastle:bcprov-jdk18on", version = "1.78.1" } | ||
| bcprov-jdk18on = { module = "org.bouncycastle:bcprov-jdk18on", version = "1.84" } | ||
| bcutil-jdk18on = { module = "org.bouncycastle:bcutil-jdk18on", version = "1.78.1" } |
Contributor
There was a problem hiding this comment.
renovate did not start a PR for bcutil, but it should be kept in sync with the other two.
1 task
mgaffigan
approved these changes
Jul 24, 2026
NicoPiel
approved these changes
Jul 24, 2026
renovate
Bot
force-pushed
the
renovate/maven-org.bouncycastle-bcprov-jdk18on-vulnerability
branch
from
July 24, 2026 23:09
4f5f111 to
67b4a78
Compare
mgaffigan
force-pushed
the
renovate/maven-org.bouncycastle-bcprov-jdk18on-vulnerability
branch
from
July 24, 2026 23:12
67b4a78 to
c2a2857
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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.
This PR contains the following updates:
1.78.1→1.84Bouncy Castle for Java GOST 28147 CTR mode reuses keystream after 255 blocks
CVE-2025-14813 / GHSA-574f-3g2m-x479
More information
Details
The GOST 28147-2015 CTR mode implementation (
G3413CTRBlockCipher) in the Legion of the Bouncy Castle BC-JAVAbcprovcore module only increments the final byte of the counter, so the counter wraps after 255 blocks and the keystream is reused. Reusing CTR keystream allows an attacker who can observe two ciphertexts produced with the same key/IV to recover the XOR of the plaintexts, breaking confidentiality. Affects BC-JAVA from 1.59 before 1.84 (with backported fixes in 1.80.2 and 1.81.1).Severity
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:H/SI:H/SA:N/RE:M/U:RedReferences
This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).
Bouncy Castle has an LDAP injection
CVE-2026-0636 / GHSA-c3fc-8qff-9hwx
More information
Details
Improper neutralization of special elements used in an LDAP query ('LDAP injection') vulnerability in Legion of the Bouncy Castle Inc. BC-JAVA bcprov on all (prov modules). This vulnerability is associated with program files LDAPStoreHelper.
This issue affects BC-JAVA: from 1.74 before 1.84.
Severity
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P/RE:M/U:AmberReferences
This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.