CVE-2023-54272
Null Pointer Dereference in Linux Kernel NTFS3 fs Module
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 possible null-pointer dereference in the Linux kernel's NTFS3 filesystem code, specifically in the function ni_clear(). A previous fix added a NULL check for ni->mi.mrec in ni_write_inode(), but ni_clear() still dereferences ni->mi.mrec without checking if it is NULL. This can lead to a null-pointer dereference when ni_clear() is called, potentially causing a kernel crash or instability. The fix involves adding a NULL check in ni_clear() to prevent this issue.
How can this vulnerability impact me? :
This vulnerability can cause a null-pointer dereference in the Linux kernel when handling NTFS filesystem operations, which may lead to a kernel crash or system instability. This could result in denial of service or unexpected system behavior when accessing NTFS filesystems.