-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathApache-Solr-Arbitrary-file-read.json
73 lines (73 loc) · 2.09 KB
/
Apache-Solr-Arbitrary-file-read.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"Name": "Apache Solr Arbitrary file read",
"Description": "Apache Solr has an arbitrary file read vulnerability, which allows attackers to obtain sensitive files from the target server without authorization.",
"Product": "Solr",
"Homepage": "https://solr.apache.org/",
"DisclosureDate": "2021-03-18",
"Author": "go0p",
"FofaQuery": "app=\"Solr\"",
"Level": "3",
"Impact": "",
"Recommendation": "",
"References": [
"http://fofa.so"
],
"HasExp": true,
"ExpParams": [
{
"name": "file",
"type": "input",
"value": "/etc/passwd"
}
],
"ExpTips": {
"Type": "",
"Content": ""
},
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/solr/admin/cores?indexInfo=false&wt=json",
"follow_redirect": false,
"header": {},
"data_type": "text",
"data": ""
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "responseHeader",
"bz": ""
}
]
},
"SetVariable": []
}
],
"ExploitSteps": null,
"Tags": ["fileread"],
"CVEIDs": null,
"CVSSScore": null,
"AttackSurfaces": {
"Application": null,
"Support": null,
"Service": ["Solr"],
"System": null,
"Hardware": null
},
"Disable": true
}