Nixpkgs security tracker

Login with GitHub

Suggestion detail

Untriaged
created 3 months, 4 weeks ago Activity log
  • Created suggestion
Excessive read buffering DoS in http.client

When reading an HTTP response from a server, if no read amount is specified, the default behavior will be to use Content-Length. This allows a malicious server to cause the client to read large amounts of data into memory, potentially causing OOM or other DoS.

Affected products

CPython
  • <3.13.11
  • <3.15.0
  • <3.15.0a3
  • <3.14.1

Matching in nixpkgs

Package maintainers