目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1000

100.0%
获取后续新漏洞提醒登录后订阅
一、 漏洞 CVE-2022-0847 基础信息
漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
A flaw was found in the way the "flags" member of the new pipe buffer structure was lacking proper initialization in copy_page_to_iter_pipe and push_pipe functions in the Linux kernel and could thus contain stale values. An unprivileged local user could use this flaw to write to pages in the page cache backed by read only files and as such escalate their privileges on the system.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
初始化不恰当
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel 存在安全漏洞,该漏洞源于新管道缓冲区结构的“flag”变量在 Linux 内核中的 copy_page_to_iter_pipe 和 push_pipe 函数中缺乏正确初始化。非特权本地用户利用该漏洞可以提升权限至root。以下产品和版本受到影响:Linux Kernel 5.8-5.16.11、5.8-5.15.25、5.8-5.10.102。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD
受影响产品
厂商产品影响版本CPE订阅
-kernel Linux Kernel 5.17 rc6 -
二、漏洞 CVE-2022-0847 的公开POC
#POC 描述源链接神龙链接
1This is the story of CVE-2022-0847, a vulnerability in the Linux kernel since 5.8 which allows overwriting data in arbitrary read-only files. This leads to privilege escalation because unprivileged processes can inject code into root processes.https://github.com/Udyz/CVE-2022-0847POC详情
2CVE-2022-0847https://github.com/bbaranoff/CVE-2022-0847POC详情
3Vulnerability in the Linux kernel since 5.8https://github.com/xndpxs/CVE-2022-0847POC详情
4CVE-2022-0847-DirtyPipe-Exploit CVE-2022-0847 是存在于 Linux内核 5.8 及之后版本中的本地提权漏洞。攻击者通过利用此漏洞,可覆盖重写任意可读文件中的数据,从而可将普通权限的用户提升到特权 root。 CVE-2022-0847 的漏洞原理类似于 CVE-2016-5195 脏牛漏洞(Dirty Cow),但它更容易被利用。漏洞作者将此漏洞命名为“Dirty Pipe”https://github.com/r1is/CVE-2022-0847POC详情
5A root exploit for CVE-2022-0847 (Dirty Pipe)https://github.com/Arinerron/CVE-2022-0847-DirtyPipe-ExploitPOC详情
666666https://github.com/2xYuan/CVE-2022-0847POC详情
7CVE-2022-0847 exploit one linerhttps://github.com/crowsec-edtech/Dirty-PipePOC详情
8Nonehttps://github.com/lucksec/CVE-2022-0847POC详情
9CVE-2022-0487https://github.com/si1ent-le/CVE-2022-0847POC详情
10Nonehttps://github.com/bohr777/cve-2022-0847dirtypipe-exploitPOC详情
11Linux Kernel Local Privilege Escalation Vulnerability CVE-2022-0847.https://github.com/antx-code/CVE-2022-0847POC详情
12An exploit for CVE-2022-0847 dirty-pipe vulnerabilityhttps://github.com/cspshivam/CVE-2022-0847-dirty-pipe-exploitPOC详情
13CVE-2022-0847 DirtyPipe Exploit.https://github.com/febinrev/dirtypipez-exploitPOC详情
14CVE-2022-0847: Linux Kernel Privilege Escalation Vulnerabilityhttps://github.com/ahrixia/CVE_2022_0847POC详情
15The Dirty Pipe Vulnerabilityhttps://github.com/knqyf263/CVE-2022-0847POC详情
16Nonehttps://github.com/puckiestyle/CVE-2022-0847POC详情
17Implementation of Max Kellermann's exploit for CVE-2022-0847https://github.com/0xIronGoat/dirty-pipePOC详情
18Nonehttps://github.com/ITMarcin2211/CVE-2022-0847-DirtyPipe-ExploitPOC详情
19Docker exploithttps://github.com/mrchucu1/CVE-2022-0847-DockerPOC详情
20Bash script to check for CVE-2022-0847 "Dirty Pipe"https://github.com/basharkey/CVE-2022-0847-dirty-pipe-checkerPOC详情
21CVE-2022-0847https://github.com/4luc4rdr5290/CVE-2022-0847POC详情
22A “Dirty Pipe” vulnerability with CVE-2022-0847 and a CVSS score of 7.8 has been identified, affecting Linux Kernel 5.8 and higher. The vulnerability allows attackers to overwrite data in read-only files. Threat actors can exploit this vulnerability to privilege themselves with code injection.https://github.com/dadhee/CVE-2022-0847_DirtyPipeExploitPOC详情
23Nonehttps://github.com/Greetdawn/CVE-2022-0847-DirtyPipePOC详情
24CVE-2022-0847https://github.com/Al1ex/CVE-2022-0847POC详情
25Nonehttps://github.com/Mustafa1986/CVE-2022-0847-DirtyPipe-ExploitPOC详情
26Dirty Pipe (CVE-2022-0847) PoC that hijacks a SUID binary to spawn. a root shell. (and attempts to restore the damaged binary as well)https://github.com/nanaao/Dirtypipe-exploitPOC详情
27Nonehttps://github.com/AyoubNajim/cve-2022-0847dirtypipe-exploitPOC详情
28Nonehttps://github.com/pentestblogin/pentestblog-CVE-2022-0847POC详情
29Dirty Pipe POChttps://github.com/gyaansastra/CVE-2022-0847POC详情
30Container Excape PoC for CVE-2022-0847 "DirtyPipe"https://github.com/DataDog/dirtypipe-container-breakout-pocPOC详情
31A root exploit for CVE-2022-0847 (Dirty Pipe)https://github.com/babyshen/CVE-2022-0847POC详情
32Nonehttps://github.com/edsonjt81/CVE-2022-0847-LinuxPOC详情
33CVE-2022-0847 POC and Docker and Analysis write uphttps://github.com/chenaotian/CVE-2022-0847POC详情
34CVE-2022-0847-DirtyPipe-Exploithttps://github.com/V0WKeep3r/CVE-2022-0847-DirtyPipe-ExploitPOC详情
35Nonehttps://github.com/al4xs/CVE-2022-0847-Dirty-PipePOC详情
36Nonehttps://github.com/Greetdawn/CVE-2022-0847-DirtyPipe-POC详情
37A Python-based DirtyPipe (CVE-2022-0847) POC to pop a root shellhttps://github.com/crusoe112/DirtyPipePythonPOC详情
38CVE-2022-0847 Python exploit to get root or write a no write permission, immutable or read-only mounted file.https://github.com/nanaao/dirtyPipe-automaticRootPOC详情
39my personal exploit of CVE-2022-0847(dirty pipe)https://github.com/arttnba3/CVE-2022-0847POC详情
40A collection of exploits and documentation that can be used to exploit the Linux Dirty Pipe vulnerability.https://github.com/AlexisAhmed/CVE-2022-0847-DirtyPipe-ExploitsPOC详情
41CVE-2022-0847 (Dirty Pipe) is an arbitrary file overwrite vulnerability that allows escalation of privileges by modifying or overwriting arbitrary read-only files e.g. /etc/passwd, /etc/shadow.https://github.com/sa-infinity8888/Dirty-Pipe-CVE-2022-0847POC详情
42Dirty Pipe (CVE-2022-0847) zafiyeti kontrolü https://github.com/realbatuhan/dirtypipetesterPOC详情
43dirtypipehttps://github.com/CYB3RK1D/CVE-2022-0847-POCPOC详情
44CVE-2022-0847 POChttps://github.com/breachnix/dirty-pipe-pocPOC详情
45Implementation of CVE-2022-0847 as a shellcodehttps://github.com/Shotokhan/cve_2022_0847_shellcodePOC详情
46Nonehttps://github.com/githublihaha/DirtyPIPE-CVE-2022-0847POC详情
47Python script to check if your kernel is vulnerable to Dirty pipe CVE-2022-0847https://github.com/MrP1xel/CVE-2022-0847-dirty-pipe-kernel-checkerPOC详情
48PoC Container Breakout for DirtyPipe Vulnerability CVE-2022-0847 https://github.com/jpts/CVE-2022-0847-DirtyPipe-Container-BreakoutPOC详情
49Hacked up Dirty Pipe (CVE-2022-0847) PoC that hijacks a SUID binary to spawn a root shell. (and attempts to restore the damaged binary as well)https://github.com/LudovicPatho/CVE-2022-0847_dirty-pipePOC详情
50pwncat module that automatically exploits CVE-2022-0847 (dirtypipe)https://github.com/DanaEpp/pwncat_dirtypipePOC详情
51Dirty Pipe - CVE-2022-0847https://github.com/tmoneypenny/CVE-2022-0847POC详情
52Exploit for Dirty-Pipe (CVE-2022-0847) https://github.com/scopion/dirty-pipePOC详情
53Presentation slides and supplementary materialhttps://github.com/stfnw/Debugging_Dirty_Pipe_CVE-2022-0847POC详情
54DirtyPipe: Exploit for a new Linux vulnerability known as 'Dirty Pipe(CVE-2022-0847)' allows local users to gain root privileges. The vulnerability is tracked as CVE-2022-0847 and allows a non-privileged user to inject and overwrite data in read-only files, including SUID processes that run as root.https://github.com/drapl0n/dirtypipePOC详情
55Linux “Dirty Pipe” vulnerability gives unprivileged users root accesshttps://github.com/0xr1l3s/CVE-2022-0847POC详情
56Dirty Pipe Vulnerability Detection Script - RHSB-2022-002 Dirty Pipe - kernel arbitrary file manipulation - (CVE-2022-0847) https://github.com/mhanief/dirtypipePOC详情
57Nonehttps://github.com/tufanturhan/CVE-2022-0847-L-nux-PrivEscPOC详情
58Scripted Linux Privilege Escalation for the CVE-2022-0847 "Dirty Pipe" vulnerabilityhttps://github.com/rexpository/linux-privilege-escalationPOC详情
59Files required to demonstrate CVE-2022-0847 vulnerability in Linux Kernel v5.8https://github.com/isaiahsimeone/COMP3320-VAPTPOC详情
60This repository is developed to analysis and understand DirtyPipe exploit CVE-2022-0847https://github.com/VinuKalana/DirtyPipe-CVE-2022-0847POC详情
61A Simple bash script that patches the CVE-2022-0847 (dirty pipe) kernel vulnerability on Debian 11https://github.com/ih3na/debian11-dirty_pipe-patcherPOC详情
62CVE-2022-0847 used to achieve container escape 利用CVE-2022-0847 (Dirty Pipe) 实现容器逃逸https://github.com/greenhandatsjtu/CVE-2022-0847-Container-EscapePOC详情
63A collection of exploits and documentation that can be used to exploit the Linux Dirty Pipe vulnerability.https://github.com/flux10n/CVE-2022-0847-DirtyPipe-ExploitsPOC详情
64An eBPF detection program for CVE-2022-0847https://github.com/airbus-cert/dirtypipe-ebpf_detectionPOC详情
65exp of CVE-2022-0847https://github.com/edr1412/Dirty-PipePOC详情
66COMPILEDhttps://github.com/eduquintanilha/CVE-2022-0847-DirtyPipe-ExploitsPOC详情
67Modified dirtypipe script into auto root without have to search a file manually to hijack suid binary.https://github.com/EagleTube/CVE-2022-0847POC详情
68CVE-2022-0847 used to achieve container escape 利用CVE-2022-0847 (Dirty Pipe) 实现容器逃逸https://github.com/yoeelingBin/CVE-2022-0847-Container-EscapePOC详情
69Nonehttps://github.com/cont3mpt/CVE-2022-0847POC详情
70Proof-of-concept exploit for the Dirty Pipe vulnerability (CVE-2022-0847)https://github.com/notl0cal/dpipePOC详情
71CVE-2022-0847(Dirty Pipe) vulnerability exploits.https://github.com/Gustavo-Nogueira/Dirty-Pipe-ExploitsPOC详情
72Compled version of CVE-2022-0847 aka Dirty Pipe. Just one shot to root them all :Dhttps://github.com/b4dboy17/Dirty-Pipe-OneshotPOC详情
73Nonehttps://github.com/edsonjt81/CVE-2022-0847-DirtyPipe-POC详情
74Resources required for building Pluralsight CVE-2022-0847 labhttps://github.com/Turzum/ps-lab-cve-2022-0847POC详情
75修改版CVE-2022-0847https://github.com/qwert419/linux-POC详情
76CVE-2022-0847https://github.com/DataFox/CVE-2022-0847POC详情
77Dirty Pipe Kernel Vulnerability Exploithttps://github.com/pmihsan/Dirty-Pipe-CVE-2022-0847POC详情
78Nonehttps://github.com/ajith737/Dirty-Pipe-CVE-2022-0847-POCsPOC详情
79This is a repo to showcase the dirty pipe Linux Kernel Vulnerability.https://github.com/mutur4/CVE-2022-0847POC详情
80Nonehttps://github.com/orsuprasad/CVE-2022-0847-DirtyPipe-ExploitsPOC详情
81Nonehttps://github.com/4bhishek0/CVE-2022-0847-PocPOC详情
82A simple exploit that uses dirtypipe to inject shellcode into runC entrypoint to implement container escapes.https://github.com/JlSakuya/CVE-2022-0847-container-escapePOC详情
83check cve-2022-0847https://github.com/jonathanbest7/cve-2022-0847POC详情
84POC Exploit to add user to Sudo for CVE-2022-0847 Dirty Pipe Vulnerabilityhttps://github.com/0xeremus/dirty-pipe-pocPOC详情
85An eBPF program to detect attacks on CVE-2022-0847https://github.com/h4ckm310n/CVE-2022-0847-eBPFPOC详情
86Using CVE-2022-0847, "Dirty Pipe Exploit", to pop a reverse bash shell for arbitrary code execution on a foreign machine.https://github.com/joeymeech/CVE-2022-0847-Exploit-ImplementationPOC详情
87CVE: CVE-2022-0847https://github.com/pashayogi/DirtyPipePOC详情
88Working Dirty Pipe (CVE-2022-0847) exploit tool with root access and file overwrites.https://github.com/n3rada/DirtyPipePOC详情
89Bash script to check if kernel is vulnerable https://github.com/ayushx007/CVE-2022-0847-dirty-pipe-checkerPOC详情
90Nonehttps://github.com/ayushx007/CVE-2022-0847-DirtyPipe-ExploitsPOC详情
91Nonehttps://github.com/solomon12354/CVE-2022-0847-Dirty_Pipe_virusPOC详情
92Nonehttps://github.com/nu1l-ptr/CVE-2022-0847-PocPOC详情
93Nonehttps://github.com/letsr00t/CVE-2022-0847POC详情
94Nonehttps://github.com/solomon12354/LockingGirl-----CVE-2022-0847-Dirty_Pipe_virusPOC详情
95Nonehttps://github.com/xsxtw/CVE-2022-0847POC详情
96A collection of exploits and documentation that can be used to exploit the Linux Dirty Pipe vulnerability.https://github.com/jxpsx/CVE-2022-0847-DirtyPipe-ExploitsPOC详情
97Nonehttps://github.com/Asbatel/CBDS_CVE-2022-0847_POCPOC详情
98Nonehttps://github.com/muhammad1596/CVE-2022-0847-dirty-pipe-checkerPOC详情
99Nonehttps://github.com/muhammad1596/CVE-2022-0847-DirtyPipe-ExploitsPOC详情
100This is the story of CVE-2022-0847, a vulnerability in the Linux kernel since 5.8 which allows overwriting data in arbitrary read-only files. This leads to privilege escalation because unprivileged processes can inject code into root processes.https://github.com/CPT-Jack-A-Castle/CVE-2022-0847POC详情
101Linux Kernel Local Privilege Escalation Vulnerability CVE-2022-0847.https://github.com/ZZ-SOCMAP/CVE-2022-0847POC详情
102Nonehttps://github.com/JustinYe377/CTF-CVE-2022-0847POC详情
103The **Dirty Pipe exploit (CVE-2022-0847)** is a Linux kernel vulnerability (v5.8+) allowing unprivileged attackers to overwrite arbitrary files via a flaw in the pipe mechanism. This leads to privilege escalation, granting root access. Similar to Dirty Cow but easier to exploit. Fix: Update to a patched kernel version.https://github.com/mithunmadhukuttan/Dirty-Pipe-ExploitPOC详情
104CVE-2022-0847https://github.com/Mephierr/DirtyPipe_exploitPOC详情
105Nonehttps://github.com/RogelioPumajulca/CVE-2022-0847POC详情
106Nonehttps://github.com/osungjinwoo/CVE-2022-0847-Dirty-PipePOC详情
107Proof of concept for CVE-2022-0847https://github.com/karanlvm/DirtyPipe-ExploitPOC详情
108A root exploit for CVE-2022-0847 (Dirty Pipe)https://github.com/cypherlobo/DirtyPipe-BSIPOC详情
109Nonehttps://github.com/Threekiii/Awesome-POC/blob/master/%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F%E6%BC%8F%E6%B4%9E/Linux%20DirtyPipe%20%E6%9D%83%E9%99%90%E6%8F%90%E5%8D%87%E6%BC%8F%E6%B4%9E%20CVE-2022-0847.mdPOC详情
110exp of CVE-2022-0847https://github.com/zzzchuu/Dirty-PipePOC详情
111A Simple bash script that patches the CVE-2022-0847 (dirty pipe) kernel vulnerability on Debian 11https://github.com/ihenakaarachchi/debian11-dirty_pipe-patcherPOC详情
112Simple Exploit for Dirty Pipe Vulnerability (CVE-2022-0847) This repository contains a simple proof of concept (PoC) for the Dirty Pipe vulnerability (CVE-2022-0847), which affects Linux kernel versions 5.8 to 5.16. This exploit demonstrates local privilege escalation by leveraging improper handling of pipe buffers in the kernel.https://github.com/byteReaper77/Dirty-PipePOC详情
113Nonehttps://github.com/DelphineTan/Murdoch-CVE-2022-0847POC详情
114DirtyPipe (CVE-2022-0847) exploit written in Rusthttps://github.com/morgenm/dirtypipePOC详情
115Nonehttps://github.com/Scouserr/cve-2022-0847-poc-dockerimagePOC详情
116exploit of CVE-2022-0847 which directly remove password of the root accounthttps://github.com/Shadow-Spinner/CVE-2022-0847POC详情
117Nonehttps://github.com/honeyvig/CVE-2022-0847-DirtyPipe-ExploitPOC详情
118Nonehttps://github.com/gladiator-07/CVE-2022-0847POC详情
119CVE-2022-0847(Linux 内核本地提权漏洞)https://github.com/xiaoLvChen/CVE-2022-0847POC详情
120Very rough PoC for detecting/reproducing CVE-2022-0847 (dirty pipe) through random generation of syscalls and differential fuzzing against a model.https://github.com/stfnw/reproducer-poc-CVE-2022-0847POC详情
121Exploiting CVE-2022-0847 - written by : Antonius (w1sdom)https://github.com/bluedragonsecurity/Linux-Kernel-Dirty-Pipe-Exploitation-Logic-Bug-POC详情
122This tool demonstrates the application of fundamental physics discoveries to cybersecurity.https://github.com/SimoesCTT/Chrono-Drip-Temporal-Viscosity-Exploitation-Framework-CVE-2022-0847POC详情
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC
三、漏洞 CVE-2022-0847 的情报信息
Please 登录 to view more intelligence information
IV. Related Vulnerabilities
V. Comments for CVE-2022-0847

暂无评论


发表评论