Page MenuHomeFreeBSD

pf tests: test IPv6 fragmentation with link-local addresses
ClosedPublic

Authored by kp on Mar 13 2023, 5:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 22, 3:45 PM
Unknown Object (File)
Tue, Aug 18, 3:27 PM
Unknown Object (File)
Tue, Aug 18, 3:26 PM
Unknown Object (File)
Tue, Aug 18, 12:49 PM
Unknown Object (File)
Tue, Aug 18, 12:48 PM
Unknown Object (File)
Mon, Aug 17, 1:45 PM
Unknown Object (File)
Mon, Aug 17, 1:05 PM
Unknown Object (File)
Sun, Aug 16, 9:50 PM

Details

Summary

We've observed a panic after pf_refragment6() with link-local addresses,
because pf_refragment6() calls ip6_forward() even for a simple output
case.
That results in us entering ip6_forward() with an mbuf with a NULL
m->m_pkthdr.rcvif, which can cause a NULL deref (but seemingly not for
GUAs.

Test sending fragmented link-local packets to pf.

MFC after: 3 days
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kp requested review of this revision.Mar 13 2023, 5:19 PM
jlduran added inline comments.
tests/sys/netpfil/pf/fragmentation.sh
128

While ping6 is still a thing, I would humbly advise to use ping -6 instead.

This revision was not accepted when it landed; it landed in state Needs Review.Mar 16 2023, 10:01 AM
This revision was automatically updated to reflect the committed changes.