CVE-2020-15111: CRLF vulnerability in Fiber
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().
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the vulnerability ID of this issue?
The vulnerability ID of this issue is CVE-2020-15111.
How severe is CVE-2020-15111?
CVE-2020-15111 has a severity rating of 5.4 (medium).
What is the affected software of CVE-2020-15111?
The affected software of CVE-2020-15111 is Gofiber Fiber versions up to and excluding 1.12.6.
What is the CWE ID of CVE-2020-15111?
The CWE ID of CVE-2020-15111 is CWE-93 and CWE-74.
How can CVE-2020-15111 be fixed?
To fix CVE-2020-15111, update your Gofiber Fiber version to 1.12.6 or higher.