Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
linux-kernel-algif-aead-checker — 扫描器:CVE-2026-31431 Linux 内核 algif_aead 复制失败漏洞检查器 — 针对堆溢出路径的 Python PoC | Kitploit
工具/GitHubGitHub/ridhinva/linux-kernel-algif-aead-checker
漏洞扫描器漏洞分析漏洞利用二进制分析
GitHubridhinva/linux-kernel-algif-aead-checker

linux-kernel-algif-aead-checker

扫描器:CVE-2026-31431 Linux 内核 algif_aead 复制失败漏洞检查器 — 针对堆溢出路径的 Python PoC

查看仓库

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
12天前尚未审核

CVE-2026-31431 / Copy Fail 检查器 🔒

针对 基于 algif_aead 的 Copy Fail 攻击路径 的 Linux 内核漏洞检查器。检测您的系统是否存在漏洞,并提供缓解步骤。

功能特性

  • 内核版本漏洞范围检测
  • AF_ALG 加密模块检查
  • 保护状态(KPTI、SELinux、AppArmor)
  • JSON 输出,便于自动化
  • 缓解说明

安装

root@kitploit:~
git clone https://github.com/ridhinva/copyfail-checker.git
cd copyfail-checker

使用方法

root@kitploit:~
python3 copyfail_checker.py              # Standard check
python3 copyfail_checker.py --json       # JSON output for automation
python3 copyfail_checker.py --fix        # Apply mitigations (root)

示例

root@kitploit:~
$ python3 copyfail_checker.py
[*] Checking kernel version...
[*] Checking AF_ALG module...
[*] Checking protections...

==================================================
RESULTS:

  [!!] kernel_version: Running kernel 6.5.0 - vulnerable range
  [!!] AF_ALG: AF_ALG crypto module enabled
  [OK] apparmor: AppArmor installed

  ==============================
  Potential issues: 2

  [!] RUNNING VULNERABLE KERNEL:
      1. apt update && apt upgrade linux-image
      2. echo 'blacklist algif_aead' > /etc/modprobe.d/algif.conf
      3. reboot

参考

  • CVE-2026-31431:Linux 内核 algif_aead 漏洞
  • 上游补丁:[链接]

作者

@c_y_p_h3r

下载工具