Bug 2420241 (CVE-2023-53807) - CVE-2023-53807 kernel: clk: clocking-wizard: Fix Oops in clk_wzrd_register_divider()
Summary: CVE-2023-53807 kernel: clk: clocking-wizard: Fix Oops in clk_wzrd_register_di...
Keywords:
Status: NEW
Alias: CVE-2023-53807
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-09 01:02 UTC by OSIDB Bzimport
Modified: 2025-12-19 13:13 UTC (History)
0 users

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


Attachments (Terms of Use)

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

clk: clocking-wizard: Fix Oops in clk_wzrd_register_divider()

Smatch detected this potential error pointer dereference
clk_wzrd_register_divider().  If devm_clk_hw_register() fails then
it sets "hw" to an error pointer and then dereferences it on the
next line.  Return the error directly instead.


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