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

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

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

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

工具目录

分类

查看所有分类
Loading categories
DirtyClone — Python Proof of Concept for DirtyClone (CVE-2026-43503) - Linux kernel LPE via page-cache corruption | Kitploit
工具/GitHubGitHub/entra1337/dirtyclone
Privilege EscalationVulnerability AnalysisExploitationLearning & EducationBinary Exploitation
GitHubentra1337/dirtyclone

DirtyClone

Python Proof of Concept for DirtyClone (CVE-2026-43503) - Linux kernel LPE via page-cache corruption

查看仓库
25101个月前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

DirtyClone (CVE-2026-43503) - Python PoC

非官方的 DirtyClone Python 移植 — 一个 Linux 内核本地权限提升漏洞。

此仓库包含一个可用的概念验证,允许非特权本地用户通过利用通过克隆套接字缓冲区造成的页缓存损坏来获取 root 权限。


关于 DirtyClone

DirtyClone (CVE-2026-43503) 是 Dirty* 家族(DirtyPipe → DirtyFrag → DirtyClone)的第四名成员。

它滥用了在使用带有 ESP-in-UDP 的 TEE netfilter 目标时 __pskb_copy_fclone() 中不正确的标志传播。这使得攻击者能够直接在文件支持的页缓存内存中执行原地解密,即使经历了之前的 DirtyFrag 缓解措施。

  • CVSS: 8.8 (高)
  • 受影响的内核: 大致为 Linux 7.1-rc1 到 rc4(在提交 48f6a5356a33 之前)
  • 要求: 启用了非特权用户命名空间(user.max_user_namespaces > 0)

致谢: 原始研究和技术由 JFrog 安全研究提供。这是一个独立的 Python 重新实现。


特性

  • 纯 Python 实现(无需编译)
  • 覆盖 /etc/passwd 以添加 uid=0 的新用户
  • 生成一个交互式 root shell
  • 干净且注释良好的代码
  • 适用于大多数受影响的分发版

Demo 概念验证

Disclaimer 本工具仅用于教育和安全研究目的。 在你不拥有的系统上未经授权的使用是非法的。 请负责任地使用。

References

JFrog 安全研究 - DirtyClone 分析报告(链接可用时) CVE-2026-43503 Linux 内核修复:48f6a5356a33

Usage

root@kitploit:~
# 1. Clone the repo
git clone https://github.com/entra1337/DirtyClone.git
cd DirtyClone

# 2. Run the exploit
python3 dirtyclone.py
下载工具