Refine jackson-databind gadget CVE range to 4.7.0-8.6.3 - #226
Merged
Conversation
The 15 pre-block-list jackson-databind "gadget" CVEs (2017-2021) are all fixed by jackson-databind <= 2.9.10.7 / <= 2.10.5.1 (latest, CVE-2021-20190, in 2.10.5.1). Solr's standalone jackson-databind was within range through 8.6.3 (2.9.x up to 8.3.1, then 2.10.0/2.10.1 through 8.6.3, all < 2.10.5.1); 8.7.0 moved to 2.11.2 and 9.x/10.x ship 2.13+/2.20. So the range is 4.7.0-8.6.3, not all of 8.x. The separate htrace-core4-shaded 2.x copy that spans the full 8.x line remains tracked under SOLR-17236. Disposition unchanged (not_affected; Solr enables no polymorphic typing). 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 the 15 classic jackson-databind deserialization "gadget" CVEs (CVE-2017-15095 and 14 others) listed its range as4.7.0-8.x, but "all of 8.x" is too broad.These are all the pre-block-list "individual gadget" era CVEs (2017–early 2021). Their fix versions cluster at ≤ 2.9.10.7 / ≤ 2.10.5.1 — the latest, CVE-2021-20190, is fixed in 2.10.5.1. Mapping onto the jackson-databind Solr actually shipped:
So the standalone
jackson-databindthis statement covers is only within range through 8.6.3; range corrected to4.7.0-8.6.3, with the body updated to explain the boundary.The separate old 2.x jackson-databind shaded inside
htrace-core4(which spans the full 8.x line and was removed in 9.x) is unaffected by this change — it remains tracked under SOLR-17236, as the entry already notes.Disposition unchanged (
not_affected— Solr enables no polymorphic/default typing). This only tightens the version metadata.