PT-2026-69738 · Linux · Linux Kernel
CVE-2026-68338
·
Published
2026-08-10
·
Updated
2026-08-17
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A race condition exists in the
net/packet component during the execution of the packet set ring() function. When reconfiguring a ring, the function temporarily detaches a socket from packet delivery by recording the running state, clearing po->num, and unregistering the protocol hook. A race condition occurs if a NETDEV UNREGISTER event happens during the unlocked window. The notifier may observe the socket as not running and invalidate the per-socket binding by setting po->ifindex to -1 and clearing po->prot hook.dev. If the process resumes and re-registers the hook based on a stale was running state, the fanout hook may be re-added even after the device has been unregistered.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 👾
Related Identifiers
Affected Products
Linux Kernel