Skip to main content

Boteraser | Website and Server Security Solutions

🛡️ CVE-2026-23057 — kernel

⚪ Unknown ✅ No Known Exploit NVD
N/A
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

vsock/virtio: Coalesce only linear skb

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

vsock/virtio: Coalesce only linear skb

vsock/virtio common tries to coalesce buffers in rx queue: if a linear skb

(with a spare tail room) is followed by a small skb (length limited by

GOOD_COPY_LEN = 128), an attempt is made to join them.

Since the introduction of MSG_ZEROCOPY support, assumption that a small skb

will always be linear is incorrect. In the zerocopy case, data is lost and

the linear skb is appended with uninitialized kernel memory.

Of all 3 supported virtio-based transports, only loopback-transport is

affected. G2H virtio-transport rx queue operates on explicitly linear skbs;

see virtio_vsock_alloc_linear_skb() in virtio_vsock_rx_fill(). H2G

vhost-transport may allocate non-linear skbs, but only for sizes that are

not considered for coalescence; see PAGE_ALLOC_COSTLY_ORDER in

virtio_vsock_alloc_skb().

Ensure only linear skbs are coalesced. Note that skb_tailroom(last_skb) > 0

guarantees last_skb is linear.

Affected software

CVE-2026-23057 is recorded against 2 packages.

  • kernel (from 6.13.0 up to 6.18.8)
  • unknown

Timeline and source

Published on 4 February 2026 and last revised on 12 August 2026. No public exploit is currently recorded for this entry. Record sourced from NVD.

References

git.kernel.org (Web)
git.kernel.org (Web)
git.kernel.org (Web)
github.com (Advisory)
nvd.nist.gov (Advisory)
git.kernel.org (Package)

CVE-2026-23057 on other distributions

Each distribution ships its own build and its own fixed version. Pick the one you run:

Details

Severity Unknown
CVSS Score N/A
CVSS Vector N/A
CWE N/A
Public Exploit ✅ No
Source NVD
Published 2026-02-04
Updated 2026-08-20
Modified 2026-08-12
Fix URL N/A

Affected Packages

Software From version Fixed in
kernel 6.13.0 6.18.8
unknown

Similar Threats

Free Vulnerability Check

Is your site affected by CVE-2026-23057?

BotEraser helps you identify potentially vulnerable plugins and themes by checking your installation against CVE-2026-23057 and other known CVE records.

Scan My Site Free →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.