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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2026-31431 — CVE-2026-31431 的漏洞利用程序,通过修改用户 ID 提升权限,附带验证脚本以及针对 algif_aead 漏洞的缓解措施说明。 | Kitploit
工具/GitHubGitHub/exploiteoom/cve-2026-31431
权限提升漏洞利用框架漏洞分析漏洞利用二进制分析
GitHubexploiteoom/cve-2026-31431

CVE-2026-31431

CVE-2026-31431 的漏洞利用程序,通过修改用户 ID 提升权限,附带验证脚本以及针对 algif_aead 漏洞的缓解措施说明。

查看仓库
213个月前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2026-31431

Offensive

CopyFail 标准二进制文件

在 https://exploitroom.com 获取所有新的 CVE 警报

root@kitploit:~

mail :: ~/Desktop/CVE-2026 » file *
exploit:            ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, BuildID[sha1]=9454dbdde0ac2d1a8981c06db89f24a4753ec3b7, for GNU/Linux 3.2.0, not stripped
payload:            ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, BuildID[sha1]=9b0f16503767336bc8a821482933c1111aafa23a, stripped
verify_vulneurable: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, BuildID[sha1]=a79c6ab7e9d14e60af8d7dfc1c102e3bc93a910b, for GNU/Linux 3.2.0, not stripped
mail :: ~/Desktop/CVE-2026 » 

使用方法

root@kitploit:~
git clone https://github.com/ExploitEoom/CVE-2026-31431.git
cd CVE-2026-31431
chmod +x *
./verify_vulneurable
./exploit 

https://github.com/user-attachments/assets/27e0f28e-0cb8-438d-9fe4-ebd56035adad

理解被利用的部分

image id 从 1000 变为了 0000

意外造成损害后如何恢复

Screenshot From 2026-05-01 19-11-25 我们无法操作某些系统命令 Screenshot From 2026-05-01 19-10-30 使用 sudo su 以 root 身份进入,或使用 ./exploit 然后搜索你运行该 exploit 的用户 Screenshot From 2026-05-01 19-11-41 将 0000 替换为 1000 Screenshot From 2026-05-01 19-11-57 这样你就恢复了自己的用户

需要立即采取的措施:

  1. 临时缓解措施 –(检查 algif_aead 是否正在使用) 运行:
root@kitploit:~
 lsmod | grep algif_aead

无输出(未在使用)→ 运行下面的禁用命令

root@kitploit:~
echo "install algif_aead /bin/false" | sudo tee /etc/modprobe.d/disable-algif-aead.conf
sudo rmmod algif_aead 2>/dev/null || true
  1. 永久修复(执行前请仔细评估业务兼容性)

Debian/Ubuntu: sudo apt update && sudo apt upgrade -y CentOS/RHEL/Rocky/Alma: sudo dnf update -y 补丁:https://git.kernel.org/stable/c/a664bf3d603dc3bdcf9ae47cc21e0daec706d7a5

下载工具