Bug 2420284 (CVE-2023-53787) - CVE-2023-53787 kernel: regulator: da9063: fix null pointer deref with partial DT config
Summary: CVE-2023-53787 kernel: regulator: da9063: fix null pointer deref with partial...
Keywords:
Status: NEW
Alias: CVE-2023-53787
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-09 01:05 UTC by OSIDB Bzimport
Modified: 2025-12-10 04:32 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-09 01:05:47 UTC
In the Linux kernel, the following vulnerability has been resolved:

regulator: da9063: fix null pointer deref with partial DT config

When some of the da9063 regulators do not have corresponding DT nodes
a null pointer dereference occurs on boot because such regulators have
no init_data causing the pointers calculated in
da9063_check_xvp_constraints() to be invalid.

Do not dereference them in this case.


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