CVE-2026-43178
Severity CVSS v4.0:
Pending analysis
Type:
CWE-415
Double Free
Publication date:
06/05/2026
Last modified:
12/05/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
procfs: fix possible double mmput() in do_procmap_query()<br />
<br />
When user provides incorrectly sized buffer for build ID for PROCMAP_QUERY<br />
we return with -ENAMETOOLONG error. After recent changes this condition<br />
happens later, after we unlocked mmap_lock/per-VMA lock and did mmput(),<br />
so original goto out is now wrong and will double-mmput() mm_struct. Fix<br />
by jumping further to clean up only vm_file and name_buf.
Impact
Base Score 3.x
7.80
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.12.70 (including) | 6.12.75 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.18.10 (including) | 6.18.16 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19.1 (including) | 6.19.6 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.19:-:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



