aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorKristof Provost <kp@FreeBSD.org>2023-07-13 06:34:54 +0000
committerKristof Provost <kp@FreeBSD.org>2023-08-04 13:24:16 +0000
commitb23dbabb7f3edb3f323a64f03e37be2c9a8b2a45 (patch)
treebae26427b03e995d675ad5641e973ab67fe25414 /sys/dev
parent76afcbb52492f9b3e72ee7d4c4ed0a54c25e1c48 (diff)
pf: test rules evaluation in the face of multiple IPv6 fragment headers
Send an ICMPv6 echo request packet with multiple IPv6 fragment headers. Set rules to pass all packets, except for ICMPv6 echo requests. pf ought to drop the echo request, but doesn't because it reassembles the packet, and then doesn't handle the second fragment header. In other words: it fails to detect the ICMPv6 echo header. Reported by: Enrico Bassetti bassetti@di.uniroma1.it (NetSecurityLab @ Sapienza University of Rome) MFC after: instant Sponsored by: Rubicon Communications, LLC ("Netgate")
Diffstat (limited to 'sys/dev')
0 files changed, 0 insertions, 0 deletions