Security Advisory

CVE-2023-53544

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-10-04 15:16:52
Last updated 2026-05-11 19:47:01
Assigner Linux
State PUBLISHED

Description

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.