Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. react/http
  4. ›
  5. CVE-2026-84997

CVE-2026-84997: react/http: A malformed HTTP chunked body can lead to a denial-of-service and peg the CPU

September 17, 2026

A malformed HTTP message using Transfer-Encoding: chunked can drive React\Http\Io\ChunkedDecoder into an infinite loop, pegging a CPU core and freezing the event loop. Because ReactPHP is single-threaded, one such message stalls the entire process for every client until it is killed.

Both directions are affected. ChunkedDecoder decodes chunked request bodies for React\Http\HttpServer and chunked response bodies for React\Http\Browser, so a server can be attacked by a malicious client and a client can be attacked by a malicious or compromised server.

References

  • github.com/FriendsOfPHP/security-advisories/blob/master/react/http/CVE-2026-84997.yaml
  • github.com/advisories/GHSA-x424-64qh-5j54
  • github.com/reactphp/http/commit/b6d4688790adf3797071fcf88a3fc4225f30486a
  • github.com/reactphp/http/releases/tag/v1.11.1
  • github.com/reactphp/http/security/advisories/GHSA-x424-64qh-5j54
  • nvd.nist.gov/vuln/detail/CVE-2026-84997

Code Behaviors & Features

Detect and mitigate CVE-2026-84997 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 0.6.0 before 1.11.1

Fixed versions

  • 1.11.1

Solution

Upgrade to version 1.11.1 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop')

Source file

packagist/react/http/CVE-2026-84997.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Fri, 18 Sep 2026 12:17:42 +0000.