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.
| Product | Vendor | Version |
|---|---|---|
| Linux | Linux | 10 Version 1607 for x64-based Systems |
| Linux | Linux | 7 for 32-bit Systems Service Pack 1 |
| Linux | Linux | < 10.0.25398.1913 |
| Linux | Linux | < 10.0.26100.6899 |