CVE-2026-80836

high

Description

In the Linux kernel, the following vulnerability has been resolved: crypto: virtio - bound the akcipher result length virtio_crypto_dataq_akcipher_callback() sets the result length from the device-reported response length without bounding it to the destination buffer, which was allocated for the original request length. sg_copy_from_buffer() then reads that many bytes from the destination buffer; a backend reporting a larger length over-reads adjacent kernel heap into the caller's scatterlist (an out-of-bounds read). Clamp the reported length to the originally requested destination length. A conforming device reports no more than that, so valid results are unaffected.

References

https://git.kernel.org/stable/c/f77a956f6a19f9463ef1527c9d0cda50dded6b92

https://git.kernel.org/stable/c/5545de5050cbc3594506d74f2c392b0716cf8bca

https://git.kernel.org/stable/c/3fda114a42f1510a4ec8a0b17a0cfc997952ccc2

https://git.kernel.org/stable/c/1f9f877b1ef1fbd4ee95571cddf39c8002cee252

Details

Source: Mitre, NVD

Published: 2026-09-04

Updated: 2026-09-04

Risk Information

CVSS v2

Base Score: 7.2

Vector: CVSS2#AV:L/AC:L/Au:N/C:C/I:C/A:C

Severity: High

CVSS v3

Base Score: 7.1

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H

Severity: High

EPSS

EPSS: 0.00168