A malicious server can serve excessive amounts of `Set...
Moderate severity
Unreviewed
Published
Jul 8, 2022
to the GitHub Advisory Database
•
Updated Apr 7, 2024
Description
Published by the National Vulnerability Database
Jul 7, 2022
Published to the GitHub Advisory Database
Jul 8, 2022
Last updated
Apr 7, 2024
A malicious server can serve excessive amounts of
Set-Cookie:
headers in a HTTP response to curl and curl < 7.84.0 stores all of them. A sufficiently large amount of (big) cookies make subsequent HTTP requests to this, or other servers to which the cookies match, create requests that become larger than the threshold that curl uses internally to avoid sending crazy large requests (1048576 bytes) and instead returns an error.This denial state might remain for as long as the same cookies are kept, match and haven't expired. Due to cookie matching rules, a server onfoo.example.com
can set cookies that also would match forbar.example.com
, making it it possible for a "sister server" to effectively cause a denial of service for a sibling site on the same second level domain using this method.References