CVE-2023-53260
BaseFortify
Publication date: 2025-09-15
Last updated on: 2025-12-02
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.19 (inc) to 6.1.43 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.4.4 (exc) |
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 null pointer dereference in the Linux kernel's overlay filesystem (ovl) permission checking function ovl_permission(). It occurs when the function ovl_i_path_real() returns a real path with a dentry whose inode pointer is NULL, leading to a NULL pointer dereference in inode_permission(). This can cause the kernel to crash (BUG) due to accessing a NULL pointer.
How can this vulnerability impact me? :
This vulnerability can cause a kernel crash (NULL pointer dereference), potentially leading to a denial of service (DoS) condition on affected Linux systems using the overlay filesystem. This could disrupt system availability or stability.