Cookie Project Cookie vulnerabilities
2 known vulnerabilities affecting cookie_project/cookie.
Total CVEs
2
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
HIGH1LOW1
Vulnerabilities
Page 1 of 1
CVE-2024-47764LOW≥ 0, < 0.7.02024-10-04
CVE-2024-47764 [LOW] CWE-74 cookie accepts cookie name, path, and domain with out of bounds characters
cookie accepts cookie name, path, and domain with out of bounds characters
### Impact
The cookie name could be used to set other fields of the cookie, resulting in an unexpected cookie value. For example, `serialize("userName=alert('XSS3'); Max-Age=2592000; a", value)` would result in `"userName=alert('XSS3'); Max-Age=2592000; a=test"`, setting `userName` cookie to `` and ignoring `value`.
A
ghsaosv
CVE-2017-18589HIGHCVSS 7.5fixed in 0.7.62019-08-26
CVE-2017-18589 [HIGH] CWE-20 CVE-2017-18589: An issue was discovered in the cookie crate before 0.7.6 for Rust. Large integers in the Max-Age of
An issue was discovered in the cookie crate before 0.7.6 for Rust. Large integers in the Max-Age of a cookie cause a panic.
ghsanvdosv