Medium severity6.1NVD Advisory· Published Feb 15, 2016· Updated May 6, 2026
CVE-2015-8796
CVE-2015-8796
Description
Cross-site scripting (XSS) vulnerability in webapp/web/js/scripts/schema-browser.js in the Admin UI in Apache Solr before 5.3 allows remote attackers to inject arbitrary web script or HTML via a crafted schema-browse URL.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
org.apache.solr:solrMaven | < 5.3 | 5.3 |
Affected products
1Patches
2dc2f2295e0a6SOLR-7920 XSS issue in old schema-browser page
1 file changed · +1 −1
solr/webapp/web/js/scripts/schema-browser.js+1 −1 modified@@ -273,7 +273,7 @@ sammy.bind 'types' : [] } - $( 'option[value="' + params.route_params.path + '"]', related_select_element ) + $( 'option[value="' + params.route_params.path.esc() + '"]', related_select_element ) .attr( 'selected', 'selected' ); related_select_element
dc2f2295e0a6SOLR-7920 XSS issue in old schema-browser page
1 file changed · +1 −1
solr/webapp/web/js/scripts/schema-browser.js+1 −1 modified@@ -273,7 +273,7 @@ sammy.bind 'types' : [] } - $( 'option[value="' + params.route_params.path + '"]', related_select_element ) + $( 'option[value="' + params.route_params.path.esc() + '"]', related_select_element ) .attr( 'selected', 'selected' ); related_select_element
Vulnerability mechanics
Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
7- github.com/advisories/GHSA-4fxw-g29w-r8mxghsaADVISORY
- issues.apache.org/jira/browse/SOLR-7920nvdVendor AdvisoryWEB
- nvd.nist.gov/vuln/detail/CVE-2015-8796ghsaADVISORY
- github.com/apache/lucene/commit/dc2f2295e0a6c6574f033f295dc0c9adb7660df9ghsaWEB
- github.com/apache/solr/commit/dc2f2295e0a6c6574f033f295dc0c9adb7660df9ghsaWEB
- web.archive.org/web/20200227160406/http://www.securityfocus.com/bid/85205ghsaWEB
- www.securityfocus.com/bid/85205nvd
News mentions
0No linked articles in our index yet.