Page MenuHomeFreeBSD

oce: Tighten input validation for SIOCGI2C.
ClosedPublic

Authored by markj on Dec 17 2019, 9:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 14, 10:37 PM
Unknown Object (File)
Fri, Mar 14, 10:05 AM
Unknown Object (File)
Fri, Feb 28, 6:15 PM
Unknown Object (File)
Feb 21 2025, 8:48 AM
Unknown Object (File)
Feb 9 2025, 6:49 PM
Unknown Object (File)
Jan 23 2025, 11:42 PM
Unknown Object (File)
Nov 22 2024, 8:35 AM
Unknown Object (File)
Nov 22 2024, 8:35 AM
Subscribers

Details

Summary

We need to ensure that we do not read past the end of
sfp_vpd_dump_buffer. Currently it is possible to read 8 bytes beyond
its end. Note that the offset and length are uint8_t's.

Reported by: Ilja Van Sprundel <ivansprundel@ioactive.com>
MFC after: 3 days
Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable