Improper locking in Linux kernel - CVE-2026-64177

 

Improper locking in Linux kernel - CVE-2026-64177

Published: July 20, 2026


Vulnerability identifier: #VU138458
CSH Severity: Low
CVSS v4.0: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2026-64177
CWE-ID: CWE-667
Exploitation vector: Local access
Exploit availability: No public exploit available
Vendor: Linux Foundation
Affected software:
Linux kernel

Detailed vulnerability description

The vulnerability allows a local user to cause a denial of service.

The vulnerability exists due to improper locking in pep_do_rcv() in net/phonet/pep.c when forwarding an skb to a child socket via sk_receive_skb(). A local user can trigger socket backlog processing that acquires the child socket lock with bottom halves enabled to cause a denial of service.

The issue can lead to an inconsistent lock state and a self-deadlock on the same CPU when packets are received for the same child socket.


How to mitigate CVE-2026-64177

Install security update from vendor's repository.

Sources