Out-of-bounds read in Linux kernel - CVE-2010-5332

 

Out-of-bounds read in Linux kernel - CVE-2010-5332

Published: September 25, 2019


Vulnerability identifier: #VU21338
CSH Severity: Low
CVSS v4: 6.8 [CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N]
CVE-ID: CVE-2010-5332
CWE-ID: CWE-125
Exploitation vector: Local access
Exploit availability: No public exploit available

Vulnerability details

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.


Affected software

Linux kernel

How to mitigate CVE-2010-5332

Install updates from vendor's website.

Linux kernel - update to 2.6.37

External References

Related Security Bulletins