CVE-2010-0426
sudo 1.6.x < 1.6.9p21 and 1.7.x < 1.7.2p4 - Privilege Escalation via Pseudo-Command Matching
Title source: llmExploitation Summary
EIP tracks 3 public exploits for CVE-2010-0426. PoCs published by t0kx, g1vi, cved-sources.
AI-analyzed exploit summary This repository contains a functional exploit for CVE-2010-0426, a local privilege escalation vulnerability in Sudo versions 1.6.x to 1.6.9p21 and 1.7.x to 1.7.2p4. The exploit leverages a flaw in sudoedit to execute arbitrary commands as root by replacing the sudoedit binary with a malicious script.
Description
sudo 1.6.x before 1.6.9p21 and 1.7.x before 1.7.2p4, when a pseudo-command is enabled, permits a match between the name of the pseudo-command and the name of an executable file in an arbitrary directory, which allows local users to gain privileges via a crafted executable file, as demonstrated by a file named sudoedit in a user's home directory.
Exploits (3)
This repository contains a functional exploit for CVE-2010-0426, a local privilege escalation vulnerability in Sudo versions 1.6.x to 1.6.9p21 and 1.7.x to 1.7.2p4. The exploit leverages a flaw in sudoedit to execute arbitrary commands as root by replacing the sudoedit binary with a malicious script.
The repository contains a functional exploit for CVE-2010-0426, which leverages a vulnerability in sudo versions 1.6.x before 1.6.9p21 and 1.7.x before 1.7.2p4. The exploit creates a malicious 'sudoedit' executable in /var/tmp and uses sudo to execute it, escalating privileges to root.
This repository provides a Dockerized environment for CVE-2010-0426, a privilege escalation vulnerability in sudo versions before 1.7.4. The Dockerfile sets up a vulnerable sudo 1.7.2 installation and configures a user with sudoedit privileges, allowing exploitation of the vulnerability.