.. / CVE-2020-15129

Exploit for Traefik - Open Redirect (CVE-2020-15129)

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.

Nuclei Template

View the template here CVE-2020-15129.yaml

Validate with Nuclei

echo "$URL" | nuclei -t ~/nuclei-templates/http/cves/2020/CVE-2020-15129.yaml
Copy

References:

https://github.com/containous/traefik/releases/tag/v2.2.8
https://github.com/containous/traefik/security/advisories/GHSA-6qq8-5wq3-86rp
https://securitylab.github.com/advisories/GHSL-2020-140-Containous-Traefik
https://nvd.nist.gov/vuln/detail/CVE-2020-15129
https://github.com/containous/traefik/pull/7109