CVE-2026-53156
Received Received - Intake
Use-After-Free in Linux Kernel NVMEM Core

Publication date: 2026-06-25

Last updated on: 2026-06-25

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: nvmem: core: fix use-after-free bugs in error paths Fix several instances of error paths in which we call __nvmem_device_put() - which may end up freeing the underlying memory and other resources - and then keep on using the nvmem structure. Always put the reference to the nvmem device as the last step before returning the error code.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-25
Last Modified
2026-06-25
Generated
2026-06-25
AI Q&A
2026-06-25
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux_kernel nvmem *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability is a use-after-free bug in the Linux kernel's nvmem core component. It occurs in error paths where the function __nvmem_device_put() is called, which may free the underlying memory and other resources. However, the code continues to use the nvmem structure after it has been freed, leading to potential memory corruption or crashes.

Impact Analysis

The use-after-free vulnerability can lead to undefined behavior such as memory corruption, system crashes, or potential exploitation by attackers to execute arbitrary code or cause denial of service on affected Linux systems.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-53156. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart