CVE-2024-47764 MEDIUM

CVE-2024-47764: cookie accepts cookie name, path, and domain with out of bounds characters

Vendor Jshttp
Product cookie
Weakness CWE-74
Published October 4, 2024
Last update October 4, 2024

CVSS base score

6.9/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N

What the vulnerability does

01Description

cookie is a basic HTTP cookie parser and serializer for HTTP servers. The cookie name could be used to set other fields of the cookie, resulting in an unexpected cookie value. A similar escape can be used for path and domain, which could be abused to alter other fields of the cookie. Upgrade to 0.7.0, which updates the validation for name, path, and domain.

Key dates

02Disclosure timeline

October 4, 2024 CVE published
October 4, 2024 Record updated