PT-2026-6139 · Linux · Linux Kernel
Published
2026-01-01
·
Updated
2026-05-20
·
CVE-2026-23069
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The
virtio transport get credit() function in the Linux kernel contains a flaw related to credit calculation using unsigned arithmetic. Specifically, if the peer reduces its advertised buffer size (peer buf alloc) while data is being transmitted, the subtraction operation can result in an underflow, leading to a large positive value. This could allow more data to be queued than the peer can actually handle. The issue is addressed by reusing the virtio transport has space() function, which already accounts for this scenario, and adding a clarifying comment. The vulnerable calculation is: ret = vvs->peer buf alloc - (vvs->tx cnt - vvs->peer fwd cnt).Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Integer Underflow
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel