Cap CVE-2025-48734 (commons-beanutils) range at 9.10.1/10.0.0 — fixed in 9.11/10.1 - #229
Merged
Merged
Conversation
…in 9.11/10.1) commons-beanutils was upgraded to 1.11.0 on branch_9x, branch_10x, and main, and Hadoop 3.4.3 (in 9.11) additionally dropped the shaded commons-beanutils it previously carried in hadoop-client-runtime -- so 9.11 and 10.1 are not affected. Change the range from an open "3.6.0-10.0.0" to "3.6.0-9.10.1, 10.0.0" so the fixed 9.11 release isn't swept in once it lands (9.11 sorts below 10.0.0), and add a note documenting the fix. Disposition unchanged (not_affected). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
The
not_affectedstatement for CVE-2025-48734 (commons-beanutilsdeclaredClassclass-loader access) used an open range3.6.0-10.0.0. The upgrade to commons-beanutils 1.11.0 (SOLR-17825 / SOLR-17918) has since landed on every active development branch, so the affected range should be capped.Verified across images, shaded uber-jar contents, and per-module lockfiles:
hadoop-client-runtimecross-dc-manager)Two things make 9.11 clean: the
cross-dc-managercopy was upgraded to 1.11.0, and Hadoop 3.4.3 (shipped in 9.11) removed the shaded commons-beanutils that 3.4.1 carried insidehadoop-client-runtime(3.4.1 shaded 161 beanutils classes; 3.4.3 has none). 10.1/main have no Hadoop and ship the 1.11.0 standalone copy.Change:
versions: "3.6.0-10.0.0"→"3.6.0-9.10.1, 10.0.0", plus a body note documenting the fix. The comma form matters because a plain3.6.0-10.0.0would wrongly sweep in the fixed 9.11 (it sorts below 10.0.0) once released. Disposition unchanged (not_affected/code_not_reachable). Site builds, statement emits the correctcommons-beanutilspurls,vexctl mergepasses.