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

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

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

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

工具目录

分类

查看所有分类
Loading categories
dirty_frag_mitigation — 一个用于缓解Linux dirtyfrag漏洞(CVE-2026-43500)和fragnesia漏洞的bash脚本 | Kitploit
工具/GitHubGitHub/vorkampfer/dirty_frag_mitigation
漏洞分析漏洞利用脚本与自动化配置审计
GitHubvorkampfer/dirty_frag_mitigation

dirty_frag_mitigation

一个用于缓解Linux dirtyfrag漏洞(CVE-2026-43500)和fragnesia漏洞的bash脚本

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

dirty_frag_mitigation

  1. 一个用于缓解 Linux dirty frag 漏洞(CVE-2026-43500)的 Bash 脚本
  2. 适用于所有基于 Debian/Ubuntu Arch 的平台,即 Kali、ParrotSec、BlackArch
  3. 添加了 --check 参数,允许非 root 用户运行。同时增加了对 fragnesia 的支持,因为它与 dirtyfrag 共享相同的补丁表面。

使用示例:

root@kitploit:~
ᐅ dirty_frag_fix.sh --check
[*] Checking dirtyfrag mitigation status (non-root check mode)...
[*] Config file: /etc/modprobe.d/dirtyfrag.conf
[*] install esp4 /bin/false: yes
[*] install esp6 /bin/false: yes
[*] install rxrpc /bin/false: yes
[*] Any vulnerable modules currently loaded: no
[+] Likely mitigated against dirtyfrag based on module blocklist and load state.
[*] Note: This same module-level mitigation also reduces fragnesia exposure on the same ESP/XFRM surface.
[*] Note: Fragnesia is a separate bug with its own patch, but shares mitigation surface with dirtyfrag.
下载工具