Page MenuHomeFreeBSD

uipc_shm: Copyin userpath for ktrace(2)
ClosedPublic

Authored by jfree on Apr 9 2024, 9:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 14, 1:00 PM
Unknown Object (File)
Tue, Oct 14, 1:00 PM
Unknown Object (File)
Mon, Oct 13, 11:09 PM
Unknown Object (File)
Mon, Oct 13, 9:30 AM
Unknown Object (File)
Sat, Oct 11, 7:49 PM
Unknown Object (File)
Thu, Oct 9, 6:08 AM
Unknown Object (File)
Thu, Oct 9, 3:41 AM
Unknown Object (File)
Sep 16 2025, 9:31 AM
Subscribers

Details

Summary

If userpath is not SHM_ANON, then copy it in early so ktrace(2) can
record it. Without this change, ktrace(2) will attempt to strcpy a
userspace string and trigger a page fault.

Reported by: syzbot+490b9c2a89f53b1b9779@syzkaller.appspotmail.com
Fixes: 0cd9cde767c3
Approved by: markj (mentor)
MFC after: 1 month
Sponsored by: The FreeBSD Foundation

Diff Detail

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