Request smuggling vulnerability in HTTP server in Apache...
High severity
Unreviewed
Published
Feb 8, 2024
to the GitHub Advisory Database
•
Updated Feb 24, 2024
Description
Published by the National Vulnerability Database
Feb 8, 2024
Published to the GitHub Advisory Database
Feb 8, 2024
Last updated
Feb 24, 2024
Request smuggling vulnerability in HTTP server in Apache bRPC 0.9.5~1.7.0 on all platforms allows attacker to smuggle request.
Vulnerability Cause Description:
The http_parser does not comply with the RFC-7230 HTTP 1.1 specification.
Attack scenario:
If a message is received with both a Transfer-Encoding and a Content-Length header field, such a message might indicate an attempt to perform request smuggling or response splitting.
One particular attack scenario is that a bRPC made http server on the backend receiving requests in one persistent connection from frontend server that uses TE to parse request with the logic that 'chunk' is contained in the TE field. in that case an attacker can smuggle a request into the connection to the backend server.
Solution:
You can choose one solution from below:
References