CVE-2026-28807

HIGH

gleam-wisp wisp - Path Traversal

Title source: llm
STIX 2.1

Description

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in gleam-wisp wisp allows arbitrary file read via percent-encoded path traversal. The wisp.serve_static function is vulnerable to path traversal because sanitization runs before percent-decoding. The encoded sequence %2e%2e passes through string.replace unchanged, then uri.percent_decode converts it to .., which the OS resolves as directory traversal when the file is read. An unauthenticated attacker can read any file readable by the application process in a single HTTP request, including application source code, configuration files, secrets, and system files. This issue affects wisp: from 2.1.1 before 2.2.1.

Scores

CVSS v4 8.7
EPSS 0.0025
EPSS Percentile 47.8%
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

CISA SSVC

Vulnrichment
Exploitation none
Automatable yes
Technical Impact partial

Details

CWE
CWE-22
Status published
Products (5)
gleam-wisp/wisp 129dcb1fe10ab1e676145d91477535e1c90ab550 - 161118c431047f7ef1ff7cabfcc38981877fdd93
gleam-wisp/wisp 2.1.1 - 2.2.1
gleam-wisp/wisp pkg:github/gleam-wisp/wisp@129dcb1fe10ab1e676145d91477535e1c90ab550 - pkg:github/gleam-wisp/wisp@161118c431047f7ef1ff7cabfcc38981877fdd93
gleam-wisp/wisp pkg:hex/[email protected] - pkg:hex/[email protected]
Hex/wisp 2.1.1 - 2.2.1Hex
Published Mar 10, 2026
Tracked Since Mar 11, 2026