CVE-2023-53732
BaseFortify
Publication date: 2025-10-22
Last updated on: 2025-10-22
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.15.160 (inc) to 5.16 (inc) |
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 NTFS3 filesystem driver. Specifically, when creating a new inode, if a memory allocation fails in the mi_init function, a pointer (mi->mrec) is set to NULL. Later, in the error handling path, this NULL pointer is dereferenced in the ni_write_inode function, which can cause a kernel crash or instability. The fix involves adding a NULL check to prevent this dereference.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash or become unstable due to a NULL pointer dereference when handling NTFS filesystem operations. This could lead to denial of service or system instability if exploited.