In the Linux kernel, the following vulnerability has been resolved:
procfs: fix possible double mmput() in doprocmapquery()
When user provides incorrectly sized buffer for build ID for PROCMAPQUERY we return with -ENAMETOOLONG error. After recent changes this condition happens later, after we unlocked mmaplock/per-VMA lock and did mmput(), so original goto out is now wrong and will double-mmput() mmstruct. Fix by jumping further to clean up only vmfile and name_buf.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43178.json"
}