Bug 2350367 (CVE-2024-58068) - CVE-2024-58068 kernel: OPP: fix dev_pm_opp_find_bw_*() when bandwidth table not initialized
Summary: CVE-2024-58068 kernel: OPP: fix dev_pm_opp_find_bw_*() when bandwidth table n...
Keywords:
Status: NEW
Alias: CVE-2024-58068
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-03-06 16:01 UTC by OSIDB Bzimport
Modified: 2025-03-25 02:45 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-03-06 16:01:59 UTC
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().

Comment 1 Mauro Matteo Cascella 2025-03-06 17:03:43 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025030611-CVE-2024-58068-24c2@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.