Junglewise Threat Intelligence

CVE-2026-64371: Linux Kernel information leak in procfs due to improper locking

CVE-2026-64371 · Severity: info · Published 2026-07-25

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's process information system (procfs) could allow unauthorized access to sensitive process details. This occurs because certain system checks were not properly synchronized, potentially leading to information leaks about running applications. An attacker with local access could exploit this to gather data that should be restricted to privileged users.

Technical details

A race condition exists in the Linux kernel's procfs implementation where ptrace_may_access() is called without the protection of exec_update_lock. This affects multiple functions including do_task_stat(), proc_pid_wchan(), and namespace-related links. The lack of proper locking during credential or memory management updates can allow a local attacker to bypass intended access restrictions and leak sensitive process information. The fix involves ensuring exec_update_lock is held during these checks or transitioning to mm_access() which handles the necessary synchronization. Affected files include fs/proc/array.c, fs/proc/base.c, and fs/proc/namespaces.c.

Affected products

  • Linux Linux Kernel f83ce3e6b02d5e48b3a43b001390e2b58820389d to 6650527444dadc63d84aa939d14ecba4fadb2f69

Timeline

  • 2026-05-18: disclosed: Initial patch submitted by Jann Horn
  • 2026-07-24: patched: Patch committed to stable tree
  • 2026-07-25: advisory: CVE-2026-64371 published

References

Related threats