Details
-
Bug
-
Status: Open (View Workflow)
-
Critical
-
Resolution: Unresolved
-
10.11
Description
There is a buffer overflow issue in the PROXY protocol v1 header parsing (parse_proxy_protocol_header()).
The loop that reads the v1 header could fill the entire buffer and then add a null terminator past the boundary, which leads to an off-by-one overflow.