fix(security): upgrade Bouncy Castle 1.81 → 1.84 (CVE-2025-14813)#36115
Open
mcenkar wants to merge 1 commit into
Open
fix(security): upgrade Bouncy Castle 1.81 → 1.84 (CVE-2025-14813)#36115mcenkar wants to merge 1 commit into
mcenkar wants to merge 1 commit into
Conversation
Similar to dotCMS#35897 but it's still in com.dotcms.tika-25.07.10_lts_v12.jar Upgrade contains no breaking changes: https://dist.apache.org/repos/dist/release/tika/3.3.1/CHANGES-3.3.1.txt Can be verified by running ./mvnw -pl :com.dotcms.tika -am dependency:tree -Dincludes=org.bouncycastle Before: [INFO] --- dependency:3.6.0:tree (default-cli) @ com.dotcms.tika --- [INFO] com.dotcms.core.plugins:com.dotcms.tika:bundle:1.0.0-SNAPSHOT [INFO] \- org.apache.tika:tika-parsers-standard-package:jar:3.2.2:runtime [INFO] \- org.apache.tika:tika-parser-crypto-module:jar:3.2.2:runtime [INFO] +- org.bouncycastle:bcjmail-jdk18on:jar:1.81:runtime [INFO] | \- org.bouncycastle:bcpkix-jdk18on:jar:1.81.1:runtime [INFO] | \- org.bouncycastle:bcutil-jdk18on:jar:1.81.1:runtime [INFO] \- org.bouncycastle:bcprov-jdk18on:jar:1.81:runtime After: [INFO] --- dependency:3.6.0:tree (default-cli) @ com.dotcms.tika --- [INFO] com.dotcms.core.plugins:com.dotcms.tika:bundle:1.0.0-SNAPSHOT [INFO] \- org.apache.tika:tika-parsers-standard-package:jar:3.3.1:runtime [INFO] \- org.apache.tika:tika-parser-crypto-module:jar:3.3.1:runtime [INFO] +- org.bouncycastle:bcjmail-jdk18on:jar:1.84:runtime [INFO] | \- org.bouncycastle:bcpkix-jdk18on:jar:1.84:runtime [INFO] | \- org.bouncycastle:bcutil-jdk18on:jar:1.84:runtime [INFO] \- org.bouncycastle:bcprov-jdk18on:jar:1.84:runtime
Member
|
This was already implemented and backported to 25.07.10 LTS. It's available on 25.07.10_lts_v12_6fa7199 |
Author
|
Hi @dsilvam, it was only partially implemented, in mentioned tag - https://github.com/dotCMS/core/blob/v25.07.10_lts_v12/independent-projects/core-plugins/tika-plugin/pom.xml#L16 - it's still old version of tika - https://mvnrepository.com/artifact/org.apache.tika/tika-parser-crypto-module/3.2.2/dependencies - which pulls old bouncy castle. Also in main branch it's the same, old version. |
3 tasks
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.
Similar to #35897 but it's still in
com.dotcms.tika-25.07.10_lts_v12.jarUpgrade contains no breaking changes: https://dist.apache.org/repos/dist/release/tika/3.3.1/CHANGES-3.3.1.txt
Can be verified by running
./mvnw -pl :com.dotcms.tika -am dependency:tree -Dincludes=org.bouncycastleBefore:
After: