K 10 svn:author V 2 kp K 8 svn:date V 27 2020-01-28T22:44:24.934310Z K 7 svn:log V 470 epair: Do not abuse params to register the second interface if_epair used the 'params' argument to pass a pointer to the b interface through if_clone_create(). This pointer can be controlled by userspace, which means it could be abused to trigger a panic. While this requires PRIV_NET_IFCREATE privileges those are assigned to vnet jails, which means that vnet jails could panic the system. Reported by: Ilja Van Sprundel MFC after: 3 days END