freebsd-src/sys/netpfil
Kristof Provost 02be584fa3 MFC r332101:
pf: Improve ioctl validation for DIOCRADDTABLES and DIOCRDELTABLES

The DIOCRADDTABLES and DIOCRDELTABLES ioctls can process a number of
tables at a time, and as such try to allocate <number of tables> *
sizeof(struct pfr_table). This multiplication can overflow. Thanks to
mallocarray() this is not exploitable, but an overflow does panic the
system.

Arbitrarily limit this to 65535 tables. pfctl only ever processes one
table at a time, so it presents no issues there.
2018-04-13 19:23:06 +00:00
..
ipfw MFC r330792: 2018-03-19 09:54:16 +00:00
pf MFC r332101: 2018-04-13 19:23:06 +00:00