Exploit Details
Basic Information
| Exploit Title | Exploit for Improper Initialization in Linux Linux_Kernel |
|---|---|
| Exploit ID | A32622A5-BA0B-5687-A205-5DB712D0B73F |
| Type | githubexploit |
| Published | 2025-07-01T19:30:32 |
| Modified | 2025-07-01T19:45:01 |
CVSS Information
| CVSS Score | 7.8 |
|---|---|
| Severity | HIGH |
| Vector | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
AI Analysis
| AI Description | DirtyPipe is a vulnerability in the Linux kernel that allows attackers to overwrite sensitive data, potentially leading to privilege escalation. It exploits improper initialization in the kernel, affecting systems running vulnerable versions. This exploit can be particularly dangerous due to its impact on system integrity and confidentiality. |
|---|---|
| AI Severity | Critical |
| AI Vendor | The Linux Foundation |
| AI Product | Linux Kernel |
| AI Version | Unknown |
CVE Information
- CVE-2022-0847
Exploit Description
DirtyPipe (CVE-2022-0847) This is an implementation of the DirtyPipe exploit I wrote in Rust based on Max Kellermann's writeup. The…