Files
netbird/client
Viktor Liu 7099f5907b Do not misroute WireGuard packets to the STUN handler
stun.IsMessage only checks the magic cookie, which overlaps the WireGuard receiver index. A session whose index equals the cookie had every inbound packet consumed by the STUN handler until the next rekey. Reject WireGuard-shaped packets before the cookie check and classify on the received length instead of the buffer capacity.
2026-08-04 14:32:15 +02:00
..
2023-05-18 19:47:36 +02:00