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

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

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

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

工具目录

分类

查看所有分类
Loading categories
dirty-pipe-poc — CVE-2022-0847 POC | Kitploit
工具/GitHubGitHub/breachnix/dirty-pipe-poc
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingBinary Exploitation
GitHubbreachnix/dirty-pipe-poc

dirty-pipe-poc

CVE-2022-0847 POC

查看仓库
1544年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Dirty Pipe POC

CVE-2022-0847 POC - https://dirtypipe.cm4all.com/

描述

此漏洞利用尝试使用 CVE-2022-0847 漏洞覆盖一个只读文件。

当运行 make exploit 时,它将:

  1. 创建一个 read_only_file.txt
  2. 执行 dirtypipe 漏洞利用。
  3. 检查 dirtypipe 漏洞利用是否成功。

你可以通过 make exploit 的输出来判断你的系统是否存在漏洞:

root@kitploit:~
foo@bar:~$ make exploit # vulnerable
[*] Creating read_only_file.txt...
[*] Press any key to continue...
[*] Running exploit...
[*] Exploit was successful! 

foo@bar:~$ make exploit # not vulnerable
[*] Creating read_only_file.txt...
[*] Press any key to continue...
[*] Running exploit...
[!] Exploit was not successful!

使用

root@kitploit:~
foo@bar:~$ cd /tmp # We don't need to keep these files.
foo@bar:~$ git clone https://github.com/breachnix/dirty-pipe-poc && cd dirty-pipe-poc
foo@bar:~$ make && make exploit # make & cc will need to be installed.

受影响版本

此漏洞影响高于 5.8 但低于 5.16.11、5.15.25 或 5.10.102 的任何内核版本。
你可以通过执行 uname -sr 来确定你的内核版本:

root@kitploit:~
foo@bar:~$ uname -sr
Linux 5.10.0-12-amd64
下载工具