Netty: WebSockets V07/V08 handshaker missing Connection/Upgrade validation
Summary
An attacker can force WebSocket upgrade via the lax V07 (or V08) handshaker by sendingSec-WebSocket-Version: 7 and omitting Connection: Upgrade / Upgrade: websocket headers, completing a protocol switch that a proxy would not recognize as an Upgrade request and enabling HTTP request smuggling / protocol-confusion attacks.