Skip to content

Incorrect parsing of nameless cookies leads to __Host- cookies bypass

Low severity GitHub Reviewed Published Feb 14, 2023 in pallets/werkzeug • Updated Sep 4, 2023

Package

pip Werkzeug (pip)

Affected versions

< 2.2.3

Patched versions

2.2.3

Description

Browsers may allow "nameless" cookies that look like =value instead of key=value. A vulnerable browser may allow a compromised application on an adjacent subdomain to exploit this to set a cookie like =__Host-test=bad for another subdomain.

Werkzeug <= 2.2.2 will parse the cookie =__Host-test=bad as __Host-test=bad. If a Werkzeug application is running next to a vulnerable or malicious subdomain which sets such a cookie using a vulnerable browser, the Werkzeug application will see the bad cookie value but the valid cookie key.

References

@davidism davidism published to pallets/werkzeug Feb 14, 2023
Published by the National Vulnerability Database Feb 14, 2023
Published to the GitHub Advisory Database Feb 15, 2023
Reviewed Feb 15, 2023
Last updated Sep 4, 2023

Severity

Low
2.6
/ 10

CVSS base metrics

Attack vector
Adjacent
Attack complexity
High
Privileges required
None
User interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None
CVSS:3.1/AV:A/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N

Weaknesses

CVE ID

CVE-2023-23934

GHSA ID

GHSA-px8h-6qxv-m22q

Source code

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.