CVE-2025-71287
Memory Leak in MediaTek SMI Driver
Publication date: 2026-05-06
Last updated on: 2026-05-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux_kernel | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is related to the Linux kernel's memory management, specifically in the mtk-smi component. It involves a device reference leak during the larb probe process. The issue occurs when the system looks up the SMI device during the larb probe and fails to properly drop the reference if the probe is deferred or if the driver is unbound. This can lead to resource leaks.
How can this vulnerability impact me? :
The impact of this vulnerability is a device reference leak in the Linux kernel's mtk-smi driver during larb probe failures. This leak can cause resource exhaustion or instability in the system due to unreleased device references, potentially affecting system performance or reliability.