CVE-2023-54264
Unknown Unknown - Not Provided
Null Pointer Dereference in Linux Kernel sysv Filesystem

Publication date: 2025-12-30

Last updated on: 2025-12-30

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: fs/sysv: Null check to prevent null-ptr-deref bug sb_getblk(inode->i_sb, parent) return a null ptr and taking lock on that leads to the null-ptr-deref bug.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-30
Last Modified
2025-12-30
Generated
2026-05-07
AI Q&A
2025-12-30
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart