CVE-2020-15111

Injection Vulnerability in go/github.com/gofiber/fiber

Identifiers

CVE-2020-15111, GHSA-9cx9-x2gp-9qvh

Package Slug

go/github.com/gofiber/fiber

Vulnerability

Injection Vulnerability

Description

In Fiber, the filename that is given in c.Attachment() is not escaped, and therefore vulnerable for a CRLF injection attack. 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 Versions

All versions before 1.12.6

Solution

Upgrade to version v1.12.6 or above.

Last Modified

2020-07-31

source