Page MenuHomeFreeBSD

netinet6: perform out-of-bounds check for lo0 multicast statitics
ClosedPublic

Authored by melifaro on Jul 4 2022, 8:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 6, 2:12 AM
Unknown Object (File)
Sat, Apr 27, 5:52 PM
Unknown Object (File)
Sat, Apr 27, 5:52 PM
Unknown Object (File)
Sat, Apr 27, 5:52 PM
Unknown Object (File)
Sat, Apr 27, 4:29 PM
Unknown Object (File)
Tue, Apr 23, 12:38 PM
Unknown Object (File)
Apr 6 2024, 6:58 PM
Unknown Object (File)
Feb 29 2024, 5:12 AM
Subscribers

Details

Summary

Currently, some per-mbuf multicast statistic is stored in per-interface ip6stat.ip6s_m2m[] array of size 32 (IP6S_M2MMAX).
Check that loopback ifindex falls within 0.. IP6S_M2MMAX-1 range to avoid silent data corruption.
the latter cat happen with large number of VNETs.

Diff Detail

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