CVE-2023-54272
Last modified
CVE-2023-54272 is a vulnerability of currently unknown severity. 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.. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 4342306f0f0d5ff4315a204d315c1b51b914fca5, < 20f9bfc664d6a478f9a5bbc0c380f80f7a1a06c6; >= 4342306f0f0d5ff4315a204d315c1b51b914fca5, < 39c6312009574ca73865354133ca222e7753a71b; >= 4342306f0f0d5ff4315a204d315c1b51b914fca5, < e7675f85a92233136c630000a0b7cf97826705da; >= 4342306f0f0d5ff4315a204d315c1b51b914fca5, < ec275bf9693d19cc0fdce8436f4c425ced86f6e7 |
| Linux | Linux | 5.15 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-54272?
How severe is CVE-2023-54272?
How do I fix CVE-2023-54272?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-54267In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54268In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54269In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2023-5427Use After Free vulnerability in Arm Ltd Bifrost GPU Kernel D…7.8
- CVE-2023-54270In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54271In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54273In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54274In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54275In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54276In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54277In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54278In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2023-54272?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
