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)
Wed, Oct 29, 1:56 PM
Unknown Object (File)
Wed, Oct 29, 11:19 AM
Unknown Object (File)
Wed, Oct 29, 11:17 AM
Unknown Object (File)
Wed, Oct 29, 4:50 AM
Unknown Object (File)
Mon, Oct 27, 11:32 AM
Unknown Object (File)
Sat, Oct 25, 7:20 PM
Unknown Object (File)
Tue, Oct 14, 1:00 PM
Unknown Object (File)
Tue, Oct 14, 1:00 PM
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