
This module fixes an issue in the kernels filesystem layer (CVE-2021-33909) by kprobe-replacing vulnerable functions during runtime
此仓库构建了一个名为 "cve-2021-33909.ko" 的外部模块。 cve-2021-33909 通过 kprobe-replacing 在运行时替换内核文件系统层中的易受攻击函数,从而修复了其中的问题。
可以通过 "make" 构建,将 KDIR 设置为内核的(源代码/头文件)目录。
可以直接通过 "insmod cve-2021-33909.ko" 加载, 或复制(+depmod)到内核模块目录(extra/),然后通过 "modprobe cve-2021-33909" 加载。
作者:Stephan Baerwolf,埃尔福特,2021年