Skip to content

CVE-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.

Notifications You must be signed in to change notification settings

sa-infinity8888/Dirty-Pipe-CVE-2022-0847

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Dirty-Pipe-CVE-2022-0847

CVE-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.

Steps

  1. Compile using gcc cve-2022-0847-exploit.c -o cve-2022-0847-exploit
  2. Run the exploit ./cve-2022-0847-exploit

Disclaimer

I do not claim any credit for the discovery of this vulnerability or the code.
Check out the official disclosure here: https://dirtypipe.cm4all.com/

About

CVE-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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages