Page MenuHomeFreeBSD

Avoid kernel stack disclosure in compat32 stat
ClosedPublic

Authored by emaste on Mar 29 2022, 2:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 16, 11:42 PM
Unknown Object (File)
Nov 22 2024, 8:36 PM
Unknown Object (File)
Nov 22 2024, 6:06 PM
Unknown Object (File)
Nov 19 2024, 9:52 AM
Unknown Object (File)
Nov 19 2024, 7:31 AM
Unknown Object (File)
Nov 18 2024, 11:32 AM
Unknown Object (File)
Nov 18 2024, 10:47 AM
Unknown Object (File)
Nov 12 2024, 6:09 AM
Subscribers

Details

Summary
copy_stat and copy_ostat used by 32-bit compat *stat calls left some
padding bytes uninitialized.

This issue does not exist in stable/12 and later as it was incidentally
addressed as part of the 64-bit inode project.

Reported by:    Reno Robert, Trend Micro Zero Day Initiative
Sponsored by:   The FreeBSD Foundation

Diff Detail

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