Page MenuHomeFreeBSD

udp: Fix a use-after-free in udp_multi_input()
ClosedPublic

Authored by markj on Dec 15 2021, 5:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 12:08 PM
Unknown Object (File)
Mar 6 2024, 6:45 PM
Unknown Object (File)
Feb 29 2024, 9:16 AM
Unknown Object (File)
Feb 4 2024, 4:31 PM
Unknown Object (File)
Jan 29 2024, 1:10 AM
Unknown Object (File)
Jan 16 2024, 1:40 AM
Unknown Object (File)
Dec 26 2023, 4:21 PM
Unknown Object (File)
Dec 23 2023, 3:06 AM

Details

Summary

"ip" is a pointer into the mbuf chain, so we shouldn't access it after
the chain is freed.

Fix style at the call site.

Reported by: syzbot+7c8258509722af1b6145@syzkaller.appspotmail.com
Fixes: de2d47842e88 ("SMR protection for inpcbs")

Diff Detail

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