CVE-2024-34069 HIGH

CVE-2024-34069: Werkzeug's improper usage of a pathname and improper CSRF protection results in the remote command execution

Vendor Pallets
Product werkzeug
Weakness CWE-352 · CSRF
Published May 6, 2024
Last update February 21, 2025

CVSS base score

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

CVSS vector

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

What the vulnerability does

01Description

Werkzeug is a comprehensive WSGI web application library. The debugger in affected versions of Werkzeug can allow an attacker to execute code on a developer's machine under some circumstances. This requires the attacker to get the developer to interact with a domain and subdomain they control, and enter the debugger PIN, but if they are successful it allows access to the debugger even if it is only running on localhost. This also requires the attacker to guess a URL in the developer's application that will trigger the debugger. This vulnerability is fixed in 3.0.3.

Key dates

02Disclosure timeline

May 6, 2024 CVE published
February 21, 2025 Record updated