CVE-2023-54264
Null Pointer Dereference in Linux Kernel sysv Filesystem
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 | * |
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 bug in the Linux kernel's sysv filesystem code. Specifically, the function sb_getblk(inode->i_sb, parent) can return a null pointer, and if the code attempts to take a lock on this null pointer, it leads to a null pointer dereference, which can cause a system crash or instability. The vulnerability has been resolved by adding a null check to prevent this issue.
How can this vulnerability impact me? :
If exploited, this vulnerability can cause the Linux kernel to dereference a null pointer, potentially leading to a system crash or denial of service. This can result in system instability or downtime.