Bug 2402206 (CVE-2023-53664) - CVE-2023-53664 kernel: OPP: Fix potential null ptr dereference in dev_pm_opp_get_required_pstate()
Summary: CVE-2023-53664 kernel: OPP: Fix potential null ptr dereference in dev_pm_opp_...
Keywords:
Status: NEW
Alias: CVE-2023-53664
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-10-07 16:02 UTC by OSIDB Bzimport
Modified: 2025-10-31 23:20 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-10-07 16:02:49 UTC
In the Linux kernel, the following vulnerability has been resolved:

OPP: Fix potential null ptr dereference in dev_pm_opp_get_required_pstate()

"opp" pointer is dereferenced before the IS_ERR_OR_NULL() check. Fix it by
removing the dereference to cache opp_table and dereference it directly
where opp_table is used.

This fixes the following smatch warning:

drivers/opp/core.c:232 dev_pm_opp_get_required_pstate() warn: variable
dereferenced before IS_ERR check 'opp' (see line 230)


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