CVE-2020-15111

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

Configuration 1 (hide)

cpe:2.3:a:gofiber:fiber:*:*:*:*:*:*:*:*

History

21 Nov 2024, 05:04

Type Values Removed Values Added
CVSS v2 : 5.8
v3 : 5.4
v2 : 5.8
v3 : 4.2
References () https://github.com/gofiber/fiber/pull/579/commits/f698b5d5066cfe594102ae252cd58a1fe57cf56f - Patch, Third Party Advisory () https://github.com/gofiber/fiber/pull/579/commits/f698b5d5066cfe594102ae252cd58a1fe57cf56f - Patch, Third Party Advisory
References () https://github.com/gofiber/fiber/security/advisories/GHSA-9cx9-x2gp-9qvh - Third Party Advisory () https://github.com/gofiber/fiber/security/advisories/GHSA-9cx9-x2gp-9qvh - Third Party Advisory

Information

Published : 2020-07-20 18:15

Updated : 2024-11-21 05:04


NVD link : CVE-2020-15111

Mitre link : CVE-2020-15111

CVE.ORG link : CVE-2020-15111


JSON object : View

Products Affected

gofiber

  • fiber
CWE
CWE-74

Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

CWE-93

Improper Neutralization of CRLF Sequences ('CRLF Injection')