AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2020-15111

MEDIUM · CVSS 4.2 EPSS 0.86% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2020-07-20 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2020-15111
Severity
MEDIUM
CVSS
4.2
EPSS
0.86%

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