PT-2025-43133 · Linux+1 · Linux Kernel+1
Published
2023-03-27
·
Updated
2026-03-14
·
CVE-2023-53732
CVSS v2.0
4.6
Medium
| Vector | AV:L/AC:L/Au:S/C:N/I:N/A:C |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The Linux kernel contains a flaw within the ntfs3 file system implementation. Specifically, a NULL dereference can occur in the
ni write inode function during inode creation. This happens when memory allocation fails within the mi init function (called by mi format new), resulting in the mi->mrec member being set to NULL. Subsequently, attempting to dereference this NULL pointer in the error path of inode creation leads to the issue. A NULL check has been added to prevent this dereference.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
NULL Pointer Dereference
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel
Ntfs3