CVE-2020-15111
Severity CVSS v4.0:
Pending analysis
Type:
CWE-74
Injection
Publication date:
20/07/2020
Last modified:
07/10/2021
Description
In Fiber before version 1.12.6, the filename that is given in c.Attachment() (https://docs.gofiber.io/ctx#attachment) is not escaped, and therefore vulnerable for a CRLF injection attack. I.e. an attacker could upload a custom filename and then give the link to the victim. With this filename, the attacker can change the name of the downloaded file, redirect to another site, change the authorization header, etc. A possible workaround is to serialize the input before passing it to ctx.Attachment().
Impact
Base Score 3.x
5.40
Severity 3.x
MEDIUM
Base Score 2.0
5.80
Severity 2.0
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:a:gofiber:fiber:*:*:*:*:*:*:*:* | 1.12.6 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



