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.
{
"versions": [
{
"introduced": "0"
},
{
"fixed": "3.13.11"
},
{
"introduced": "0"
},
{
"last_affected": "3.14.0-NA"
}
]
}