๐Ÿ” CVE Alert

CVE-2023-54272

UNKNOWN 0.0

fs/ntfs3: Fix a possible null-pointer dereference in ni_clear()

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix a possible null-pointer dereference in ni_clear() In a previous commit c1006bd13146, ni->mi.mrec in ni_write_inode() could be NULL, and thus a NULL check is added for this variable. However, in the same call stack, ni->mi.mrec can be also dereferenced in ni_clear(): ntfs_evict_inode(inode) ni_write_inode(inode, ...) ni = ntfs_i(inode); is_rec_inuse(ni->mi.mrec) -> Add a NULL check by previous commit ni_clear(ntfs_i(inode)) is_rec_inuse(ni->mi.mrec) -> No check Thus, a possible null-pointer dereference may exist in ni_clear(). To fix it, a NULL check is added in this function.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Dec 30, 2025
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
4342306f0f0d5ff4315a204d315c1b51b914fca5 < 20f9bfc664d6a478f9a5bbc0c380f80f7a1a06c6 4342306f0f0d5ff4315a204d315c1b51b914fca5 < 39c6312009574ca73865354133ca222e7753a71b 4342306f0f0d5ff4315a204d315c1b51b914fca5 < e7675f85a92233136c630000a0b7cf97826705da 4342306f0f0d5ff4315a204d315c1b51b914fca5 < ec275bf9693d19cc0fdce8436f4c425ced86f6e7
Linux / Linux
5.15

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/20f9bfc664d6a478f9a5bbc0c380f80f7a1a06c6 git.kernel.org: https://git.kernel.org/stable/c/39c6312009574ca73865354133ca222e7753a71b git.kernel.org: https://git.kernel.org/stable/c/e7675f85a92233136c630000a0b7cf97826705da git.kernel.org: https://git.kernel.org/stable/c/ec275bf9693d19cc0fdce8436f4c425ced86f6e7