Improper header parsing. An attacker could sneak in a newline (\n) into both the header names and values. While the specification states that \r\n\r\n is used to terminate the header list, many servers in the wild will also accept \n\n.
\n
\r\n\r\n
\n\n
The issue is patched in 1.9.1 and 2.4.5.
There are no known workarounds.
Impact
Improper header parsing. An attacker could sneak in a newline (
\n) into both the header names and values. While the specification states that\r\n\r\nis used to terminate the header list, many servers in the wild will also accept\n\n.Patches
The issue is patched in 1.9.1 and 2.4.5.
Workarounds
There are no known workarounds.
References
References