First published: Sat Jan 11 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: phy: rockchip: samsung-hdptx: Set drvdata before enabling runtime PM In some cases, rk_hdptx_phy_runtime_resume() may be invoked before platform_set_drvdata() is executed in ->probe(), leading to a NULL pointer dereference when using the return of dev_get_drvdata(). Ensure platform_set_drvdata() is called before devm_pm_runtime_enable().
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.9<6.12.8 | |
Linux Kernel | =6.13-rc1 | |
Linux Kernel | =6.13-rc2 | |
Linux Kernel | =6.13-rc3 | |
Linux Kernel | =6.13-rc4 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.128-1 6.12.20-1 6.12.21-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-57799 has a medium severity due to potential NULL pointer dereference which can lead to system instability.
To fix CVE-2024-57799, update the Linux kernel to a version later than 6.12.8 or apply the relevant patches.
CVE-2024-57799 affects Linux Kernel versions from 6.9 to 6.12.8, including specific release candidates 6.13-rc1 to 6.13-rc4.
CVE-2024-57799 is caused by the invocation of rk_hdptx_phy_runtime_resume() before platform_set_drvdata() in the driver probe sequence.
As of now, there are no reports indicating that CVE-2024-57799 is actively exploited in the wild.