IT

Tracker / CVE-2026-46068

CVE-2026-46068

High 7.8

In the Linux kernel, the following vulnerability has been resolved: crypto: nx - fix bounce buffer leaks in nx842_crypto_{alloc,free}_ctx The bounce buffers are allocated with __get_free_pages() using BOUNCE_BUFFER_ORDER (order 2 = 4 pages), but both the allocation error path and nx842_crypto_free_ctx() release the buffers with free_page(). Use free_pages() with the matching order instead.

Affected products and versions

linux linux_kernel · 4.2 → 6.6.141
linux linux_kernel · 6.13 → 6.18.27
linux linux_kernel · 6.19 → 7.0.4
linux linux_kernel · 6.7 → 6.12.88

Analysis

This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.

References