HomeDefectsLIN1025-14086
Fixed

LIN1025-14086 : Security Advisory - linux - CVE-2026-43178

Created: May 7, 2026    Updated: May 13, 2026
Resolved Date: May 7, 2026
Found In Version: 10.25.33.2
Fix Version: 10.25.33.8
Severity: Standard
Applicable for: Wind River Linux LTS 25
Component/s: Kernel

Description

In the Linux kernel, the following vulnerability has been resolved:  procfs: fix possible double mmput() in do_procmap_query()  When user provides incorrectly sized buffer for build ID for PROCMAP_QUERY we return with -ENAMETOOLONG error.  After recent changes this condition happens later, after we unlocked mmap_lock/per-VMA lock and did mmput(), so original goto out is now wrong and will double-mmput() mm_struct.  Fix by jumping further to clean up only vm_file and name_buf.

CVEs