vulnerability
Ubuntu: (CVE-2023-54272): linux vulnerability
| Severity | CVSS | Published | Added | Modified |
|---|---|---|---|---|
| 5 | (AV:L/AC:L/Au:S/C:N/I:N/A:C) | Jan 2, 2026 | Jan 6, 2026 | Jan 6, 2026 |
Description
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.
Solutions
References
- CVE-2023-54272
- https://attackerkb.com/topics/CVE-2023-54272
- URL-https://git.kernel.org/linus/ec275bf9693d19cc0fdce8436f4c425ced86f6e7
- URL-https://git.kernel.org/stable/c/20f9bfc664d6a478f9a5bbc0c380f80f7a1a06c6
- URL-https://git.kernel.org/stable/c/39c6312009574ca73865354133ca222e7753a71b
- URL-https://git.kernel.org/stable/c/e7675f85a92233136c630000a0b7cf97826705da
- URL-https://git.kernel.org/stable/c/ec275bf9693d19cc0fdce8436f4c425ced86f6e7
- URL-https://www.cve.org/CVERecord?id=CVE-2023-54272
Explore Exposure Command
Confidently identify and prioritize exposures from endpoint to cloud with full attack surface visibility and threat-aware risk context.