CVE-2026-80836: crypto: virtio - bound the akcipher result length

Published Sep 4, 2026
·
Updated

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

crypto: virtio - bound the akcipher result length

virtiocryptodataqakciphercallback() 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. sgcopyfrombuffer() 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.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 4, 2026
CVE Published
via MITRE·03:54 PM
Data Sourced
via MITRE·03:54 PM
Description

Frequently Asked Questions

1

What must an attacker control to trigger the out-of-bounds read?

They would need a virtio crypto backend that reports an asymmetric-cipher result length larger than the destination buffer originally allocated for the request. A conforming device does not report a length larger than the requested destination length.

2

What is the impact of a malicious oversized response length?

The kernel can read adjacent heap memory beyond the destination buffer and copy it into the caller's scatterlist. This can expose unintended kernel heap data to the request recipient.

3

Is there a mitigation if the kernel cannot be updated immediately?

Use only trusted, conforming virtio crypto backends and prevent untrusted backends from servicing asymmetric-cipher requests. The vulnerable behavior depends on a backend supplying an oversized response length.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203