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)
Thu, Jun 13, 12:41 AM
Unknown Object (File)
Mon, Jun 3, 1:52 AM
Unknown Object (File)
Tue, May 28, 4:57 PM
Unknown Object (File)
Tue, May 28, 4:57 PM
Unknown Object (File)
Tue, May 28, 4:57 PM
Unknown Object (File)
Tue, May 28, 4:57 PM
Unknown Object (File)
Tue, May 28, 4:14 PM
Unknown Object (File)
May 6 2024, 3:59 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_gmail.com 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.