CVE-2024-58068

Source
https://cve.org/CVERecord?id=CVE-2024-58068
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-58068.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-58068
Downstream
Related
Published
2025-03-06T15:54:08.798Z
Modified
2026-03-20T12:39:58.800128Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
OPP: fix dev_pm_opp_find_bw_*() when bandwidth table not initialized
Details

In the Linux kernel, the following vulnerability has been resolved:

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

If a driver calls devpmoppfindbw_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 : readbw+0x8/0x10 lr : opptablefindkey+0x9c/0x174 ... Call trace: readbw+0x8/0x10 (P) opptablefindkey+0x9c/0x174 (L) findkey+0x98/0x168 devpmoppfindbw_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 readbw().

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/58xxx/CVE-2024-58068.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
add1dc094a7456d3c56782b7478940b6a550c7ed
Fixed
8532fd078d2a5286915d03bb0a0893ee1955acef
Fixed
84ff05c9bd577157baed711a4f0b41206593978b
Fixed
ff2def251849133be6076a7c2d427d8eb963c223
Fixed
5165486681dbd67b61b975c63125f2a5cb7f96d1
Fixed
b44b9bc7cab2967c3d6a791b1cd542c89fc07f0e

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-58068.json"