Critical Exploitation of Dirty Pipe Vulnerability in Docker Environments

Critical Exploitation of Dirty Pipe Vulnerability in Docker Environments

First seen 8 Sep 2026, 19:20 UTC Sploitus 72.6

Article Content

Browse articles
ThreatCluster

CVE-2022-0847, known as Dirty Pipe, is a critical Linux kernel vulnerability that allows local unprivileged users to overwrite data in read-only files, potentially gaining root access. This vulnerability affects Linux kernel versions 5.8 and above. A practical demonstration using Docker has been released to educate security professionals on exploiting this vulnerability safely. The demonstration includes a Docker container setup that allows users to replicate the exploit without risking their host machines. The exploit can overwrite sensitive files, such as `/etc/passwd`, enabling privilege escalation. The vulnerability was first published on March 7, 2022, and was added to the CISA KEV list on April 25, 2022, indicating active exploitation in the wild. Security professionals are urged to understand the mechanics of this exploit to better defend against it.

Key Points: • CVE-2022-0847 allows privilege escalation in Linux systems. • The vulnerability affects kernel versions 5.8 and above. • A Docker-based demonstration is available for educational purposes.

Ask AI about this cluster

Timeline

2022-03-07
CVE-2022-0847 published
The Dirty Pipe vulnerability was disclosed, affecting Linux kernel versions 5.8 and higher.
Sploitus
2022-04-25
Added to CISA KEV list
CISA confirmed active exploitation of CVE-2022-0847, marking it as a significant threat.
Sploitus
2026-09-08
Educational Docker demonstration released
A Docker environment was created to safely demonstrate the exploitation of CVE-2022-0847 for security training.
Sploitus