libpcap BPF interpreter calls abort() if it encounters a BPF instruction that has an invalid opcode. In particular uncommon use cases a crafted filter program can terminate the OS process.
The problem is specific to applications that use pcap_offline_filter() or bpf_filter() with an externally-supplied compiled filter program (whether validated or not).
A functional exploit exists.
Upgrade to libpcap 1.10.7.