CVE-2026-46207
Last modified
CVE-2026-46207 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: fix empty payload in tap skb for non-linear buffers For non-linear skbs, virtio_transport_build_skb() goes through virtio_transport_copy_nonlinear_skb() to copy the original payload in the new skb to be delivered to the vsockmon tap device. This manually initializes an iov_iter but does not set iov_iter.count. Since the iov_iter is zero-initialized, the copy length is zero and no payload is actually copied to the monitor interface, leaving data un-initialized. Fix this by removing the linear vs non-linear split and using skb_copy_datagram_iter() with iov_iter_kvec() for all cases, as vhost-vsock already does. This handles both linear and non-linear skbs, properly initializes the iov_iter, and removes the now unused virtio_transport_copy_nonlinear_skb(). While touching this code, let's also check the return value of skb_copy_datagram_iter(), even though it's unlikely to fail.. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: fix empty payload in tap skb for non-linear buffers For non-linear skbs, virtio_transport_build_skb() goes through virtio_transport_copy_nonlinear_skb() to copy the original payload in the new skb to be delivered to the vsockmon tap device. This manually initializes an iov_iter but does not set iov_iter.count. Since the iov_iter is zero-initialized, the copy length is zero and no payload is actually copied to the monitor interface, leaving data un-initialized. Fix this by removing the linear vs non-linear split and using skb_copy_datagram_iter() with iov_iter_kvec() for all cases, as vhost-vsock already does. This handles both linear and non-linear skbs, properly initializes the iov_iter, and removes the now unused virtio_transport_copy_nonlinear_skb(). While touching this code, let's also check the return value of skb_copy_datagram_iter(), even though it's unlikely to fail.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.7, < 6.12.90 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.32 | — |
| Linux | Linux Kernel | >= 6.19, < 7.0.9 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-46207?
How severe is CVE-2026-46207?
How do I fix CVE-2026-46207?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-46201In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46202In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46203In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-46204In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-46205In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46206In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46208In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46209In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-4621Hidden Functionality vulnerability in NEC Platforms, Ltd. At…5.6
- CVE-2026-46210In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46211In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46212In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-46207?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
