mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-31 05:59:31 +02:00
19 lines
1012 B
Markdown
19 lines
1012 B
Markdown
### [CVE-2013-6397](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6397)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Directory traversal vulnerability in SolrResourceLoader in Apache Solr before 4.6 allows remote attackers to read arbitrary files via a .. (dot dot) or full pathname in the tr parameter to solr/select/, when the response writer (wt parameter) is set to XSLT. NOTE: this can be leveraged using a separate XXE (XML eXternal Entity) vulnerability to allow access to files across restricted network boundaries.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.agarri.fr/kom/archives/2013/11/27/compromising_an_unreachable_solr_server_with_cve-2013-6397/index.html
|
|
|
|
#### Github
|
|
- https://github.com/veracode-research/solr-injection
|
|
- https://github.com/yamori/pm2_logs
|
|
|