PT-2026-61494 · Linux+2 · Linux Kernel+2

CVE-2026-64177

·

Published

2026-05-21

·

Updated

2026-09-07

CVSS v3.1

5.5

Medium

VectorAV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Name of the Vulnerable Software and Affected Versions Linux kernel (affected versions not specified)
Description An inconsistent lock state exists in the networking receive path when handling PEP pipes. When an inbound socket buffer (skb) targets an existing PEP pipe, the pep do rcv() function forwards the skb to a child socket using sk receive skb(). This process utilizes bh lock sock nested(), which assumes that bottom halves (BH) are already disabled. However, if the process is running in process context, the child socket lock may be acquired while BH is enabled, whereas in the softirq context, it is acquired with BH disabled. This inconsistency can lead to a self-deadlock if a softirq on the same CPU attempts to receive data for the same child socket while the lock is held in the BH-enabled path.
Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Exploit

Found an issue in the description? Have something to add? Feel free to write us 👾

Weakness Enumeration

Related Identifiers

BDU:2026-14280
CVE-2026-64177
USN-8575-1
USN-8575-2
USN-8575-3
USN-8576-1
USN-8576-2
USN-8593-1
USN-8603-1
USN-8610-1
USN-8618-1
USN-8620-1
USN-8620-2
USN-8620-3
USN-8620-4
USN-8663-1
USN-8664-1
USN-8668-1
USN-8728-1
USN-8729-1

Affected Products

Linuxmint
Linux Kernel
Ubuntu