CVE-2023-53807 Details
Description
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.
A vulnerability has been identified in the Linux kernel's clocking wizard component, specifically within the 'clk_wzrd_register_divider' function. This issue arises from improper error handling: if the 'devm_clk_hw_register' function fails, it returns an error pointer which is then incorrectly dereferenced on the following line. The vulnerability affects the Linux kernel stable tree.
The vulnerability has been fixed in the Linux kernel stable tree. Users can upgrade to the latest version to address this issue.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Dec 9, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/25dbdfb7b71ef8601d00c6d9a2b1a96de28b30c5 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/2f276dd9c0f835242836d9f6823035158ce2585c | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/9c632a6396505a019ea6d12b5ab45e659a542a93 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/b35cb0c05b8dafe23ae5e8b605a91b88bcf4aba7 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/f078a65ebf930f4305e3c415a8338d22391642c9 | kernel.org | Source CodeVendor |
Weakness Enumeration
No weakness enumeration is available for this CVE.
Affected Products
| Product | Versions |
|---|---|
| Linux kernel | All versions |
CPE
Remediation
| |
| Xilinx clk-wizard | All versions |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Dec 9, 2025 | New CVE Received | kernel.org |
Volerion