CVE-2026-74666

Source
https://cve.org/CVERecord?id=CVE-2026-74666
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74666.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74666
Downstream
Published
2026-08-22T15:32:38Z
Modified
2026-08-28T03:46:48Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
packet: synchronize pressure clearing with ring reconfiguration
Details

In the Linux kernel, the following vulnerability has been resolved:

packet: synchronize pressure clearing with ring reconfiguration

packet_set_ring() updates the RX ring state under sk_receive_queue.lock, but used to publish the tpacket receive mode through po->prot_hook.func after releasing that lock. packet_poll() and packet_recvmsg() can then run the pressure clearing path after the ring has been cleared while still seeing tpacket_rcv, causing __packet_rcv_has_room() to dereference stale or NULL ring storage.

Move the existing receive hook assignment into the same sk_receive_queue.lock section as the ring state update. Keep the assignment otherwise unchanged, including on TX ring reconfiguration, to avoid adding behavior changes that are not required for the fix.

Serialize packet_recvmsg() pressure clearing with the same queue lock only after PACKET_SOCK_PRESSURE has been observed. If the flag is clear and the socket has moved away from tpacket_rcv, packet_set_ring() has already detached the socket and waited for synchronize_net(), so no new packet input can set the flag again.

packet_poll() already holds sk_receive_queue.lock, so it uses the new unlocked helper directly.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74666.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
2ccdbaa6d55b0656244ba57c4b56765a0af76c0a
Fixed
bf3c8e86bc8ad111be3f3136125e255344bcb3da
Fixed
8cfb2e71926a682f36c4240067d424074dd8f70f
Fixed
f015c9de92b731814059a343b765c60c0196225c
Fixed
cf8189b82bb93f219ab740e0346c919ad65ada62
Fixed
ad740b4990347521f0db260d381f9f74e7b340ba
Fixed
2c7b5eb87b2b288cdbde825f21d2b83b2f5da747
Fixed
a08196c3cc105947746ec21309edfbb60275fcdb
Fixed
1a35da325cac4d5bcad76a2aa943408a6f1d9000

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74666.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.2.0
Fixed
5.10.267
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.218
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.185
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.152
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.104
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.45
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.9

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74666.json"