CVE-2023-53259
BaseFortify
Publication date: 2025-09-15
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 5.10.244 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's VMCI component where a function call to get_user_pages_fast() in vmci_host_setup_notify() can return a NULL notify_page in the context structure. If this NULL notify_page is not checked, it can cause a general protection fault (GPF), which is a type of crash or fault in the kernel. The fix involves adding a check for a NULL notify_page and returning an error if it is NULL to prevent the fault.
How can this vulnerability impact me? :
This vulnerability can cause a general protection fault (GPF) in the Linux kernel, potentially leading to system crashes or instability. Such faults can disrupt normal system operations, possibly causing denial of service or affecting the reliability of systems running vulnerable kernel versions.