In the Linux kernel, the following vulnerability has been resolved:
net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of bound
In line 5001, if all id in the array 'lp->phy[8]' is not 0, when the
'for' end, the 'k' is 8.
At this time, the array 'lp->phy[8]' may be out of bound.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-05-24 15:15
Updated : 2025-04-01 18:41
NVD link : CVE-2021-47547
Mitre link : CVE-2021-47547
CVE.ORG link : CVE-2021-47547
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-129
Improper Validation of Array Index
