Lucene search

K
githubGitHub Advisory DatabaseGHSA-95X4-J7VC-H8MF
HistoryMay 17, 2023 - 5:07 p.m.

ReactPHP's HTTP server continues parsing unused multipart parts after reaching input field and file upload limits

2023-05-1717:07:57
CWE-400
GitHub Advisory Database
github.com
33
dos vulnerability
cpu load
requestbodybuffermiddleware
http server
reverse proxy
php vulnerability fix

7.5 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

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

0.001 Low

EPSS

Percentile

36.4%

Summary

Previous versions of ReactPHP’s HTTP server component contain a potential DoS vulnerability that can cause high CPU load when processing large HTTP request bodies. This vulnerability has little to no impact on the default configuration, but can be exploited when explicitly using the RequestBodyBufferMiddleware with very large settings. This might lead to consuming large amounts of CPU time for processing requests and significantly delay or slow down the processing of legitimate user requests.

Patches

The supplied patch resolves this vulnerability for ReactPHP.

Workarounds

  • Keeping the request body limit using RequestBodyBufferMiddleware sensible will mitigate it.

  • Infrastructure or DevOps can place a reverse proxy in front of the ReactPHP HTTP server to filter out any excessive HTTP request bodies.

References

A similar vulnerability was discovered in PHP recently, see also PHP’s security advisory (CVE-2023-0662). The fix is based on the PHP-FPM fix.

Affected configurations

Vulners
Node
reacthttpRange0.8.0
OR
reacthttpRange<1.9.0
CPENameOperatorVersion
react/httpge0.8.0
react/httplt1.9.0

7.5 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

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

0.001 Low

EPSS

Percentile

36.4%