#VU21338 Out-of-bounds read in Linux kernel - CVE-2010-5332
Published: September 25, 2019
Linux kernel
Linux Foundation
Description
The vulnerability allows a local user to perform denial of service (DoS) attack.
The vulnerability exists due to a boundary condition in drivers/net/mlx4/port.c when searching for a free entry in either mlx4_register_vlan() or mlx4_register_mac(), and there is no free entry. The loop terminates without updating the local variable free thus causing out of array bounds access. A local user can perform denial of service attack.