Direct naar de inhoud
Kritieke cyberalerts voor jouw sector & systemen — direct in je inbox. Aanmelden →
cybernieuws.nl Cybersecurity en informatiebeveiling nieuws alerts live · 6 min 107 bronnen 2 kritiek 9 vandaag
CVE's Videos Dagbriefing

← Terug naar CVE-database

CVE-2026-46068

HIGH · 7.8 CVSS Gepubliceerd: CWE-787

Beschrijving

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.

Vendors

Linux

Affected products

Linux Kernel

References