Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
cve-2025-32463-lab — Docker-based lab and proof-of-concept exploit for CVE-2025-32463, a sudo chroot local privilege escalation, featuring a vulnerable Ubuntu container and exploit script. | Kitploit
Tools/GitHubGitHub/7r00t/cve-2025-32463-lab
Privilege EscalationVulnerability AnalysisExploitationLearning & EducationBinary ExploitationLabs & Practice
GitHub7r00t/cve-2025-32463-lab

cve-2025-32463-lab

Docker-based lab and proof-of-concept exploit for CVE-2025-32463, a sudo chroot local privilege escalation, featuring a vulnerable Ubuntu container and exploit script.

View Repository
21 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2025-32463 – Sudo chroot Local Privilege Escalation Lab

This repository contains a Docker-based lab and proof-of-concept exploit for CVE-2025-32463, a local privilege escalation vulnerability in sudo (versions 1.9.14 to 1.9.17).

🚨 Disclaimer

This code is for educational and authorized testing purposes only. Do not use on systems you do not own or have explicit permission to test.

Lab Features

  • Vulnerable Ubuntu 24.04 container with sudo 1.9.15p5
  • Non-privileged user (labuser)
  • Exploit script: sudo-chwoot.sh
  • Dockerfile for easy setup

Quick Start

root@kitploit:~
git clone https://github.com/adonijah01/cve-2025-32463-lab.git
cd cve-2025-32463-lab
docker build -t cve-2025-32463-lab .
docker run --rm -it --privileged cve-2025-32463-lab

Inside the container:

root@kitploit:~
cd ~
./sudo-chwoot.sh

Exploit Overview

The exploit abuses the --chroot option in sudo and a crafted nsswitch.conf to load a malicious NSS module, resulting in root shell access.

Reference

  • Sudo Security Advisory
  • CVE-2025-32463 in the CVE database
  • Stratascale Advisory - Original research and PoC concept

Credits

Exploit concept and vulnerability details referenced from the official Sudo advisory, CVE database, and Stratascale's research.

Stay safe and use responsibly!

Download Tool