react/http is vulnerable to Denial of Service (DoS)
75
High Risk
The HTTP client buffers response bytes in ClientRequestStream::handleData() until it finds the end of the header block, with no ceiling on the buffered size. A remote server can withhold the terminating double CRLF while continuously streaming data, so the client keeps allocating memory until PHP's memory limit is hit and the process crashes. Exposure is unauthenticated and network reachable for any request to an untrusted or attacker-influenced server, including via redirects. The fix caps the response header block at 65536 bytes and raises an OverflowException when the limit is exceeded.
You are affected if you are using a version that falls within the vulnerable range and you use the HTTP client (for example React\Http\Browser) to send requests to untrusted or externally influenced servers.
react/http is vulnerable to Denial of Service (DoS) in versions 1.0.0 - 1.11.0.
Upgrade the react/http library to the patch version.
Connect your repositories to instantly see whether vulnerable or malicious packages exist in your codebase.
Free. No credit card required.

I consent to receiving marketing communications based on Aikido’s Privacy Policy.
SOC 2Compliant
ISO 27001Compliant
ISO 42001Compliant© All Intel data is openly available and commercially licensed.