CVE-2026-80841

Source
https://cve.org/CVERecord?id=CVE-2026-80841
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80841.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80841
Downstream
Published
2026-09-04T15:54:51.459Z
Modified
2026-09-06T03:46:52.535381220Z
Summary
net/packet: defer vmalloc TX_RING free until skbs finish
Details

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

net/packet: defer vmalloc TX_RING free until skbs finish

AFPACKET TXRING skbs keep a raw pointer to their ring frame. The skb page references preserve page-backed ring blocks after pg_vec is freed, but they do not preserve a vmalloc mapping.

tpacketdestructskb() currently drops the pending reference before writing the timestamp and TPSTATUSAVAILABLE to the frame. Move the decrement after those stores. The smp_wmb() in __packetsetstatus() orders the frame stores before the decrement.

Also recheck pending TX frames under pgveclock before non-closing ring replacement, so a racing send cannot add a pending skb between the initial check and the ring swap.

Ring allocation can produce a mixture of page-backed and vmalloc-backed blocks. Allocate deferred-work storage during TX ring setup when the first vmalloc-backed block is encountered, and keep its pointer in the pgvec allocation header. If allocation fails, return -ENOMEM from ring setup. On socket close, a non-NULL pointer identifies a vmalloc-backed vector without a scan. If TX skbs remain, defer the whole vector to systemlong_wq.

After pgvec is detached, a late destructor can skip the pending decrement. Use socket write-memory accounting as the deferred lifetime gate instead: an skb remains charged through its final sockwfree(), after all ring-frame accesses. The delayed work retains a socket reference and reschedules itself until no TX skbs remain.

Move pendingrefcnt release to packetsockdestruct() so late skb destructors and deferred cleanup can safely use it after packetrelease(). Page-backed teardown remains synchronous, and no lock is added to the TX completion hot path.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80841.json",
    "cna_assigner": "Linux"
}
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
b013840810c221f2b0cf641d01531526052dc1fb
Fixed
0189dce07db2dc059ae0570e06758ec4233c6e11
Fixed
550d00aa58193fb649a09a9c9e338c685adad784
Fixed
992cc9f94ca924089a506ba9b327caa9af797529

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.14.0
Fixed
7.1.13
Type
ECOSYSTEM
Events
Introduced
7.2.0
Fixed
7.2.3

Database specific

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