CVE-2023-53807
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-09
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a flaw in the Linux kernel's clocking-wizard component where an error pointer is dereferenced improperly. Specifically, if the function devm_clk_hw_register() fails, it returns an error pointer which is then dereferenced in the next line, causing a potential kernel Oops (crash). The fix involves returning the error directly instead of dereferencing the error pointer.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash (Oops) when the clocking-wizard component encounters an error during hardware clock registration. This can lead to system instability or downtime, affecting the reliability of systems running the vulnerable kernel.