Cyber Resilience

CVE-2026-21860

Palletsprojects Werkzeug ≤ 3.1.5

Published
08 January 2026
Modified
02 February 2026
Patch / advisory
CVSS Score v4 6.3
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0044 36th percentile
Risk Priority 40 floored blend · peak EPSS

Summary

CVE-2026-21860 is a medium-severity Improper Handling of Windows Device Names (CWE-67) vulnerability in Palletsprojects Werkzeug. Its CVSS base score is 6.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Endpoint Denial of Service (T1499); ranked at the 36th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and SA-8 (Security and Privacy Engineering Principles) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Werkzeug is a comprehensive WSGI web application library. Prior to version 3.1.5, Werkzeug's safe_join function allows path segments with Windows device names that have file extensions or trailing spaces. On Windows, there are special device names such as CON, AUX,…

more

etc that are implicitly present and readable in every directory. Windows still accepts them with any file extension, such as CON.txt, or trailing spaces such as CON. This issue has been patched in version 3.1.5.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1499 Endpoint Denial of Service Impact
Adversaries may perform Endpoint Denial of Service (DoS) attacks to degrade or block the availability of services to users.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-66221Same product: Microsoft Windows
CVE-2026-27199Same product: Palletsprojects Werkzeug
CVE-2024-49766Same product: Microsoft Windows
CVE-2024-35197Shared CWE-67
CVE-2023-25577Same product: Palletsprojects Werkzeug
CVE-2023-25511Same product: Microsoft Windows
CVE-2023-46136Same product: Palletsprojects Werkzeug
CVE-2023-23934Same product: Palletsprojects Werkzeug
CVE-2024-37973Same vendor: Microsoft
CVE-2024-21438Same vendor: Microsoft

Affected Assets

palletsprojects
werkzeug
≤ 3.1.5

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Input validation directly stops construction of pathnames containing Windows device names from untrusted data.

Secure engineering principles include safe pathname construction and device-name filtering.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require input validation and safe pathname handling that prevent device-name misuse.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing in development can detect and prevent device-name pathname vulnerabilities.

prevents

Secure development lifecycle requires input validation and path handling rules that would prevent device-name misuse.

prevents

Application security requirements include validation of file/path inputs, mitigating device-name attacks.

prevents

Secure architecture principles mandate safe pathname construction and canonicalization.

prevents

Secure coding standards directly address proper handling of Windows reserved device names in pathnames.

References