CVE-2023-53664
BaseFortify
Publication date: 2025-10-07
Last updated on: 2026-02-26
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a potential null pointer dereference in the Linux kernel function dev_pm_opp_get_required_pstate(). The issue occurs because the 'opp' pointer is dereferenced before it is checked for errors or null values, which can lead to a crash or unexpected behavior. The fix involved removing the premature dereference and instead dereferencing the pointer only after proper checks.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to dereference a null pointer, potentially leading to system crashes or instability. This could affect system reliability and availability, especially in environments relying on the affected kernel function.