nuclei-templates/http/cves/2020/CVE-2020-15129.yaml

43 lines
1.3 KiB
YAML
Raw Normal View History

2021-01-02 04:56:15 +00:00
id: CVE-2020-15129
2020-09-14 17:31:40 +00:00
info:
name: Traefik - Open Redirect
2020-09-14 17:31:40 +00:00
author: dwisiswant0
severity: medium
description: Traefik before 1.7.26, 2.2.8, and 2.3.0-rc3 contains an open redirect vulnerability in the X-Forwarded-Prefix header. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
reference:
- https://securitylab.github.com/advisories/GHSL-2020-140-Containous-Traefik
- https://github.com/containous/traefik/releases/tag/v2.2.8
- https://github.com/containous/traefik/pull/7109
- https://github.com/containous/traefik/security/advisories/GHSA-6qq8-5wq3-86rp
- https://nvd.nist.gov/vuln/detail/CVE-2020-15129
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 4.7
cve-id: CVE-2020-15129
cwe-id: CWE-601
cpe: cpe:2.3:a:traefik:traefik:*:*:*:*:*:*:*:*
epss-score: 0.00519
tags: cve,cve2020,traefik,redirect
metadata:
max-request: 1
2020-09-14 17:40:03 +00:00
http:
2020-09-14 17:31:40 +00:00
- method: GET
path:
- "{{BaseURL}}"
2020-09-14 17:31:40 +00:00
headers:
X-Forwarded-Prefix: "https://foo.nl"
2020-09-14 17:31:40 +00:00
matchers-condition: and
matchers:
- type: status
status:
2020-09-14 17:39:24 +00:00
- 302
2020-09-14 17:31:40 +00:00
- type: word
part: body
2020-09-14 17:31:40 +00:00
words:
- "<a href=\"https://foo.nl/dashboard/\">Found</a>"