CVE-2020-15111 MEDIUM

CVE-2020-15111: CRLF vulnerability in Fiber

Vendor Gofiber
Product fiber
Weakness CWE-74
Published July 20, 2020
Last update August 4, 2024

CVSS base score

4.2/10
Attack vector Network
Attack complexity High
Privileges required None
User interaction Required
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N

What the vulnerability does

01Description

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().

Key dates

02Disclosure timeline

July 20, 2020 CVE published
August 4, 2024 Record updated