AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72216

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

A vulnerability exists in the Linux kernel's remoteproc component, where a failure during the addition of custom dump segments can lead to a memory leak due to unfreed allocated resources. This issue could potentially impact system stability and resource management. Linux system administrators and developers working with the remoteproc subsystem should prioritize applying the fix to mitigate any risks associated with this memory management flaw.

CVE
CVE-2026-72216
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: remoteproc: qcom: Fix leak when custom dump_segments addition fails Free allocated minidump_region 'name' in qcom_add_minidump_segments() when failing before adding the region to 'dump_segments'. Otherwise, the 'name' is not tracked and is never freed by qcom_minidump_cleanup(). Return error when adding to 'dump_segments' fails.