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-4517-POC-Sudoers — Exploit for CVE-2024-6232 - Python Tarfile Realpath Overflow | Kitploit
Tools/GitHubGitHub/bgutowski/cve-2025-4517-poc-sudoers
Privilege EscalationVulnerability AnalysisExploitationPost-ExploitationPenetration TestingPayload Development
GitHubbgutowski/cve-2025-4517-poc-sudoers

CVE-2025-4517-POC-Sudoers

Exploit for CVE-2024-6232 - Python Tarfile Realpath Overflow

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
6 months agoNot yet reviewed

CVE-2025-4517 - POC adding user to sudoers

This script is a weaponized version of the research published in the Google Security Research Advisory: https://github.com/google/security-research/security/advisories/GHSA-hgqp-3mmf-7h8f

While the original research demonstrates the vulnerability by modifying a simple "flag" file, this version is modified for a Local Privilege Escalation (LPE) scenario. Instead of just proving a file can be written outside the extraction directory, this version:

  1. Targets the /etc/sudoers.d/ directory, which is a common persistence and privilege escalation vector in Linux.
  2. Uses the same PATH_MAX overflow technique to "blind" the Python tarfile security filters (filter="data" or filter="tar").
  3. Leverages the fact that once a filter is bypassed, the subsequent extract() operation trusts the path implicitly.
Download Tool