First published: Wed May 01 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: net: phy: qcom: at803x: fix kernel panic with at8031_probe On reworking and splitting the at803x driver, in splitting function of at803x PHYs it was added a NULL dereference bug where priv is referenced before it's actually allocated and then is tried to write to for the is_1000basex and is_fiber variables in the case of at8031, writing on the wrong address. Fix this by correctly setting priv local variable only after at803x_probe is called and actually allocates priv in the phydev struct.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >6.8<6.8.3 | |
Linux Kernel | =6.9-rc1 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.119-1 6.12.10-1 6.12.11-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-26942 has been classified with a severity that indicates it could cause kernel panic due to a NULL dereference.
To mitigate CVE-2024-26942, update to a patched version of the Linux kernel, specifically versions 5.10.223-1, 5.10.226-1, 6.1.123-1, 6.1.119-1, 6.12.10-1, or 6.12.11-1.
CVE-2024-26942 affects Linux kernel versions between 6.0 and 6.8.3 as well as 6.9-rc1.
The impact of CVE-2024-26942 can lead to system instability and crashes due to the kernel panic issue.
CVE-2024-26942 impacts the general Linux kernel, but specific package versions in distributions like Debian must be addressed for a fix.