Correct CVE-2020-13949 (thrift) affected range to 8.2.0-8.11.0 - #225
Merged
Conversation
The affected range ended at 8.8.1, but Solr's jaegertracer-configurator module shipped an affected libthrift (0.12.0 then 0.13.0, both <= 0.13.0) through 8.11.0. Verified via the solr:8.11.0 (0.13.0) and solr:8.11.1 (0.14.1, fixed) release images; SOLR-15507 also notes 8.9.0 still bundled 0.13.0. Fix landed in 8.11.1, so the range is 8.2.0-8.11.0. Disposition unchanged (not_affected / code_not_reachable). 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-2020-13949 (Apache Thrift server-side DoS, affectslibthrift0.9.3–0.13.0, fixed in 0.14.0) listed its affected range as8.2.0-8.8.1, but Solr's optionaljaegertracer-configuratormodule shipped an affectedlibthriftwell past 8.8.1.Traced the actual bundled
libthriftacross the 8.x line:So the range should be
8.2.0-8.11.0, with the upgrade landing in 8.11.1. This matches the observation in SOLR-15507 that Solr 8.9.0 still bundledlibthrift0.13.0. The 8.8.1 → 8.11.0 boundary was verified against thesolr:8.11.0(0.13.0) andsolr:8.11.1(0.14.1) release images. SOLR-15507 itself remains Open with no fix version, but the upgrade was in fact delivered in 8.11.1.Disposition is unchanged (
not_affected/code_not_reachable— Solr uses Thrift only as a client). This only corrects the version metadata and the accompanying narrative.