[Bug 288549] PF panic with NAT + UDP fragments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Aug 2025 10:57:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288549 --- Comment #3 from Danilo Egea Gondolfo <danilo@FreeBSD.org> --- 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.