VEX statements for CVEs affecting Jetty 10 in Solr 9#200
Open
epugh wants to merge 3 commits into
Open
Conversation
epugh
commented
Jul 2, 2026
| jars: | ||
| - jetty-http-10.0.26.jar | ||
| analysis: | ||
| state: exploitable |
Contributor
Author
There was a problem hiding this comment.
Solr says a security issue justifying a CVE is only valid when you can do it agains a authn and authz setup Solr. If that is the case, and this issue is mitigated by having authn/authz enabled, then maybe this isn't exploitable?
From some analysis:
The primary code-level mitigation available without upgrading Jetty is exactly what the VEX says: enable Solr's own authentication/authorization, because
SolrDispatchFilteruses Jetty's already-resolved path — it can't be fooled by differential proxy/Jetty URI parsing the way a proxy-only control can.
Contributor
Author
There was a problem hiding this comment.
Yeah, dug more in, and I think this can be marked not_affected.
…etup, and so this issue can be marked not exploitable when you have secure solr
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.
Three CVEs, CVE-2026-5795, CVE-2026-2332, CVE-2025-11143 against Jetty 10 that impact Solr 9.
CVE-2026-5795 is not an issue for Solr, but the other two https://nvd.nist.gov/vuln/detail/CVE-2026-2332, and CVE-2026-5795 are.