You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
ibm power nx 842
About this tag
The tag 'ibm power nx 842' covers discussions about the IBM Power NX 842 crypto compression engine, particularly in the context of Linux kernel vulnerabilities. A recent thread highlights CVE-2026-46068, a small allocator mismatch where free_page() was incorrectly used instead of free_pages() for order-2 bounce-buffer allocations during cleanup. This vulnerability is specific to the NX 842 crypto compression context and has a narrow practical risk. The discussion serves as a reminder that even minor memory management errors in kernel code can become tracked CVEs, relevant for administrators managing mixed Windows-and-Linux environments with IBM Power hardware.
CVE-2026-46068 is a newly published Linux kernel vulnerability, received by NVD on May 27, 2026, in which IBM Power NX 842 crypto compression context cleanup used free_page() instead of matching free_pages() for order-2 bounce-buffer allocations. It is not the kind of flaw that should send...