CVE-2026-72316
Last modified
CVE-2026-72316 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: dm era: fix NULL pointer dereference in metadata_open() metadata_open() returns NULL when kzalloc_obj() fails, but the caller era_ctr() only checks IS_ERR(md). Since IS_ERR(NULL) returns false, the NULL pointer is treated as a valid result and later assigned to era->md, leading to a NULL pointer dereference when the metadata is accessed. Fix this by returning ERR_PTR(-ENOMEM) on allocation failure, consistent with dm-cache-metadata.c, dm-thin-metadata.c, and dm-clone-metadata.c which all use ERR_PTR(-ENOMEM) for the same pattern.. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: dm era: fix NULL pointer dereference in metadata_open() metadata_open() returns NULL when kzalloc_obj() fails, but the caller era_ctr() only checks IS_ERR(md). Since IS_ERR(NULL) returns false, the NULL pointer is treated as a valid result and later assigned to era->md, leading to a NULL pointer dereference when the metadata is accessed. Fix this by returning ERR_PTR(-ENOMEM) on allocation failure, consistent with dm-cache-metadata.c, dm-thin-metadata.c, and dm-clone-metadata.c which all use ERR_PTR(-ENOMEM) for the same pattern.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= eec40579d84873dfb7021eb24c50360f073237c5, < a705e056c2f3dd067fb2ff414f0537530baa090b; >= eec40579d84873dfb7021eb24c50360f073237c5, < bd5a80128bdfc93b1cae935a70da000b8c483e6e; >= eec40579d84873dfb7021eb24c50360f073237c5, < 17eb2ab13edd0b06ce6f996c5fd450d7efabb2e8; >= eec40579d84873dfb7021eb24c50360f073237c5, < 889374b8e4a60d13fe4a5a8ae3a311ca93d1a2c3; >= eec40579d84873dfb7021eb24c50360f073237c5, < 01c49eae7c6256f2d8cc08210a2bac3ee070e43a; >= eec40579d84873dfb7021eb24c50360f073237c5, < 14e03ecd3b1b5fc03c082b27a2f8889f8290c30e; >= eec40579d84873dfb7021eb24c50360f073237c5, < b69ea153d30ce19ca8997eeeca1e2219fae5a29b; >= eec40579d84873dfb7021eb24c50360f073237c5, < 9ae672606c17891d90b282e3490b817620549599 |
| Linux | Linux | 3.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72316?
How severe is CVE-2026-72316?
How do I fix CVE-2026-72316?
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 2026
- CVE-2026-72310In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-72311In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72312In the Linux kernel, the following vulnerability has been re…7.9
- CVE-2026-72313In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72314In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72315In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72317In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72318In the Linux kernel, the following vulnerability has been re…9.4
- CVE-2026-72319In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-7232The FormCraft plugin for WordPress is vulnerable to Stored C…7.2
- CVE-2026-72320In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-72321In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-72316?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
