Skip to content

fix(deps): update dependency org.bouncycastle:bcprov-jdk18on to v1.84 [security]#380

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/maven-org.bouncycastle-bcprov-jdk18on-vulnerability
Open

fix(deps): update dependency org.bouncycastle:bcprov-jdk18on to v1.84 [security]#380
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/maven-org.bouncycastle-bcprov-jdk18on-vulnerability

Conversation

@renovate

@renovate renovate Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
org.bouncycastle:bcprov-jdk18on (source) 1.78.11.84 age confidence

Bouncy 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-JAVA bcprov core 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 Score: 9.3 / 10 (Critical)
  • Vector String: 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:Red

References

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 Score: 5.5 / 10 (Medium)
  • Vector String: 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:Amber

References

This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).


Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a team July 24, 2026 13:16
@renovate renovate Bot added dependencies Dependency updates java Java / Gradle dependencies labels Jul 24, 2026
@renovate renovate Bot added dependencies Dependency updates java Java / Gradle dependencies labels Jul 24, 2026
@github-actions

github-actions Bot commented Jul 24, 2026

Copy link
Copy Markdown

Test Results

654 tests  ±0   654 ✅ ±0   3m 14s ⏱️ +32s
108 suites ±0     0 💤 ±0 
108 files   ±0     0 ❌ ±0 

Results for commit c2a2857. ± Comparison against base commit ac47cc8.

♻️ This comment has been updated with latest results.

Comment thread gradle/libs.versions.toml
@@ -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" }

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #379

Comment thread gradle/libs.versions.toml
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" }

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

renovate did not start a PR for bcutil, but it should be kept in sync with the other two.

@renovate
renovate Bot force-pushed the renovate/maven-org.bouncycastle-bcprov-jdk18on-vulnerability branch from 4f5f111 to 67b4a78 Compare July 24, 2026 23:09
@mgaffigan
mgaffigan force-pushed the renovate/maven-org.bouncycastle-bcprov-jdk18on-vulnerability branch from 67b4a78 to c2a2857 Compare July 24, 2026 23:12
@renovate

renovate Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates java Java / Gradle dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants