Loading HuntDB...

CVE-2024-57799

UNKNOWN
Published 2025-01-11T12:39:48.936Z
Actions:
No CVSS data available

Description

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().

Available Exploits

No exploits available for this CVE.

Related News

No news articles found for this CVE.

Affected Products

References

Published: 2025-01-11T12:39:48.936Z
Last Modified: 2025-05-04T10:05:00.042Z
Copied to clipboard!