Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-74310

vhost/net: complete zerocopy ubufs only once
Back to all
CVE

CVE-2026-74310

vhost/net: complete zerocopy ubufs only once

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

vhost/net: complete zerocopy ubufs only once

vhost-net initializes one ubuf_info per outstanding zerocopy TX

descriptor and hands it to the backend socket.  The networking stack may

then clone a zerocopy skb before all skb references are released.  For

example, batman-adv fragmentation reaches skb_split(), which calls

skbzerocopyclone() and increments the same ubuf_info refcount.

vhostzerocopycomplete() currently treats every ubuf callback as a

completed vhost descriptor.  It dereferences ubuf->ctx, writes the

descriptor completion state, and drops the vhostnetubuf_ref even when

the callback only releases a cloned skb reference.  A backend reset can

therefore wait for and free the vhostnetubuf_ref while another cloned

skb still carries the same ubuf_info.  A later completion then

dereferences the freed ubufs pointer.

KASAN reports the stale completion as:

  BUG: KASAN: slab-use-after-free in vhostzerocopycomplete+0x1d7/0x1f0

  BUG: KASAN: slab-use-after-free in vhostzerocopycomplete+0x101/0x1f0

  vhostzerocopycomplete

  skbcopyubufs

  _devforward_skb2

  veth_xmit

The freed object was allocated from vhostnetioctl() while setting the

backend and freed through kfreercu()/kvfreercu_bulk after backend

removal, while delayed skb completion still reached

vhostzerocopycomplete().

Honor the generic ubuf_info refcount before touching vhost state, and run

the vhost descriptor completion only for the final ubuf reference.  This

matches the msgzerocopycomplete() ownership rule for cloned zerocopy

skbs.

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
9.3
-
3.1
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
C
H
U
0
-
3.1
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
C
H
U
-

Related Resources

No items found.

References

https://git.kernel.org/stable/c/321c73baf54d971ce3771fea275c98a247f7ee35, https://git.kernel.org/stable/c/6445b945024f4c7675ae5352b2d5885cb1deea71, https://git.kernel.org/stable/c/8f6898fe80794f2d7c3d38c1158c806e4074a1c4, https://git.kernel.org/stable/c/a9f8a1d2e3ff511eafd4c5462481950c2f4d2b5d, https://git.kernel.org/stable/c/c069437924663539a93a1e5afe90838d9ccee284, https://git.kernel.org/stable/c/ea71f873423fb73e66ad88936d6759ac0ad4aa53, https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74310.json, https://nvd.nist.gov/vuln/detail/CVE-2026-74310, https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Severity

9.3

CVSS Score
0
10

Basic Information

Base CVSS
9.3
EPSS Probability
0.00138%
EPSS Percentile
0.03403%
Introduced Version
bab632d69ee48a106e779b60cc01adfe80a72807,3.1.0,6.2.0,6.7.0,6.13.0,6.19.0,0
Fix Available
8f6898fe80794f2d7c3d38c1158c806e4074a1c4,6.1.178,6.6.145,6.12.97,6.18.40,7.1.5,6.1.180-1,6.12.100-1

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading