CVE-2017-18638
graphite.composer.views.send_email vulnerable to SSRF
Record summary
EIP currently links 1 Nuclei template to CVE-2017-18638.
Description
send_email in graphite-web/webapp/graphite/composer/views.py in Graphite through 1.1.5 is vulnerable to SSRF. 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 e-mail address that can be supplied by the attacker. Thus, an attacker can exfiltrate any information.
Exploitation context
Available material
- Nuclei templates
- 1
Affected products and versions
1| Product | Source | Version range | Status |
|---|---|---|---|
graphite-webBrowse PyPI / graphite-web | GitHub Advisory | Before 1.1.6 · Fixed in 1.1.6 | affected |
Nuclei templates
1ProjectDiscoveryHIGHGraphite <=1.1.5 - Server-Side Request ForgeryCVSS 7.5
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.
Impact
An attacker can exploit this vulnerability to access internal resources, potentially leading to unauthorized access, data leakage, or further attacks.
Remediation
Upgrade to a patched version of Graphite (>=1.1.6) or apply the necessary security patches.
Source: ProjectDiscovery