Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.51 KB

File metadata and controls

17 lines (13 loc) · 1.51 KB

Description

This is a very simple kernel module that disables aead crypto in kernels where algif_aead is built-in. You do not need this if algif_aead is built as an external module.

This prevents CVE-2026-31431 exploits and secures machines until updated kernels are available, installed and machines rebooted.

RPMs

I also include a spec file for building kernel modules on recent RHEL releases. RPM will autoload the module and configure the system for loading it at the boot time.

A few pre-built rpms for RHEL 8 and 9.6/9.7 can be found here:

src.rpms can be found in appropriate SRPM directories.