๐Ÿ” CVE Alert

CVE-2024-58068

MEDIUM 5.5

OPP: fix dev_pm_opp_find_bw_*() when bandwidth table not initialized

CVSS Score
5.5
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: OPP: fix dev_pm_opp_find_bw_*() when bandwidth table not initialized If a driver calls dev_pm_opp_find_bw_ceil/floor() the retrieve bandwidth from the OPP table but the bandwidth table was not created because the interconnect properties were missing in the OPP consumer node, the kernel will crash with: Unable to handle kernel NULL pointer dereference at virtual address 0000000000000004 ... pc : _read_bw+0x8/0x10 lr : _opp_table_find_key+0x9c/0x174 ... Call trace: _read_bw+0x8/0x10 (P) _opp_table_find_key+0x9c/0x174 (L) _find_key+0x98/0x168 dev_pm_opp_find_bw_ceil+0x50/0x88 ... In order to fix the crash, create an assert function to check if the bandwidth table was created before trying to get a bandwidth with _read_bw().

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Mar 6, 2025
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new medium vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
add1dc094a7456d3c56782b7478940b6a550c7ed < 8532fd078d2a5286915d03bb0a0893ee1955acef add1dc094a7456d3c56782b7478940b6a550c7ed < 84ff05c9bd577157baed711a4f0b41206593978b add1dc094a7456d3c56782b7478940b6a550c7ed < ff2def251849133be6076a7c2d427d8eb963c223 add1dc094a7456d3c56782b7478940b6a550c7ed < 5165486681dbd67b61b975c63125f2a5cb7f96d1 add1dc094a7456d3c56782b7478940b6a550c7ed < b44b9bc7cab2967c3d6a791b1cd542c89fc07f0e
Linux / Linux
6.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/8532fd078d2a5286915d03bb0a0893ee1955acef git.kernel.org: https://git.kernel.org/stable/c/84ff05c9bd577157baed711a4f0b41206593978b git.kernel.org: https://git.kernel.org/stable/c/ff2def251849133be6076a7c2d427d8eb963c223 git.kernel.org: https://git.kernel.org/stable/c/5165486681dbd67b61b975c63125f2a5cb7f96d1 git.kernel.org: https://git.kernel.org/stable/c/b44b9bc7cab2967c3d6a791b1cd542c89fc07f0e lists.debian.org: https://lists.debian.org/debian-lts-announce/2025/03/msg00028.html