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
Tools/GitHubGitHub/vilmartuminskii/cve-2021-3156-sudo-lab
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingLearning & EducationRed Teaming
GitHubvilmartuminskii/cve-2021-3156-sudo-lab

cve-2021-3156-sudo-lab

Projeto educacional desenvolvido em Python com foco na análise da vulnerabilidade CVE-2021-3156 (Baron Samedit), uma falha crítica no sudo que permitia elevação de privilégio local em sistemas Linux.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
7 months agoNot yet reviewed

🐧 CVE-2021-3156 — Sudo Security Lab

Educational project developed in Python focusing on the analysis of the vulnerability CVE-2021-3156 (Baron Samedit), a critical flaw in sudo that allowed local privilege escalation on Linux systems.


📌 Project Objective

This project was created with the goal of practicing fundamental cybersecurity concepts on Linux systems, including:

  • Analysis of real CVEs
  • Identification of vulnerable versions
  • Risk assessment of privilege escalation
  • System mitigation and hardening

The focus is on technical learning, understanding the impact of critical flaws, and developing a Red Team and Blue Team mindset ethically.


⚙️ Features

  • 🔍 Detection of vulnerable sudo versions
  • 🧠 Analysis of system privilege context
  • 📄 Risk assessment of privilege escalation
  • 🛡️ Mitigation and hardening guide
  • 🧾 Organized information output in the terminal

(The project can be expanded to include new CVEs and additional analyses)


🛠️ Technologies Used

  • Python 3.x
  • Python standard libraries
  • Linux systems

🚀 How to Use

root@kitploit:~
git clone https://github.com/VilmarTuminskii/cve-2021-3156-sudo-lab
cd cve-2021-3156-sudo-lab
python detector/sudo_version_check.py
Download Tool