CVE-2023-54313
Null Pointer Dereference in Linux Kernel OverlayFS ACL Handling
Publication date: 2025-12-30
Last updated on: 2025-12-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.3.0 |
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 null pointer dereference in the Linux kernel's overlay filesystem (ovl) component, specifically in the function ovl_get_acl_rcu(). It occurs when the code attempts to access a POSIX ACL (Access Control List) on a real inode that has been set to NULL, leading to a kernel crash (BUG). This happens during permission checks in the overlay filesystem, causing the kernel to dereference a NULL pointer and potentially crash or behave unexpectedly.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash due to a NULL pointer dereference when accessing certain filesystem permissions in the overlay filesystem. This can lead to denial of service (system instability or crashes) on affected systems, potentially disrupting normal operations.