In the Linux kernel, the following vulnerability has been resolved:
cpufreq: davinci: Fix clk use after free
The remove function first frees the clks and only then calls
cpufreq_unregister_driver(). If one of the cpufreq callbacks is called
just before cpufreq_unregister_driver() is run, the freed clks might be
used.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2025-10-04 16:15
Updated : 2026-03-21 00:29
NVD link : CVE-2023-53544
Mitre link : CVE-2023-53544
CVE.ORG link : CVE-2023-53544
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free
