In the Linux kernel before 2.6.37, an out of bounds array access happened 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.
References
Link | Resource |
---|---|
https://github.com/torvalds/linux/commit/0926f91083f34d047abc74f1ca4fa6a9c161f7db | Patch Third Party Advisory |
https://mirrors.edge.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.37 | Broken Link |
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=0926f91083f34d047abc74f1ca4fa6a9c161f7db | Patch Vendor Advisory |
https://support.f5.com/csp/article/K04146019 | Third Party Advisory |
https://support.f5.com/csp/article/K04146019?utm_source=f5support&utm_medium=RSS | Third Party Advisory |
Configurations
Information
Published : 2019-07-27 15:15
Updated : 2020-02-18 08:44
NVD link : CVE-2010-5332
Mitre link : CVE-2010-5332
JSON object : View
CWE
CWE-119
Improper Restriction of Operations within the Bounds of a Memory Buffer
Products Affected
linux
- linux_kernel