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 — CVE‑2025‑4517 Proof‑of‑Concept Script | Kitploit
Tools/GitHubGitHub/animeprincess420/cve-2025-4517-poc
Vulnerability AnalysisExploitationPapers & ResearchLearning & EducationBinary Exploitation
GitHubanimeprincess420/cve-2025-4517-poc

CVE-2025-4517-PoC

CVE‑2025‑4517 Proof‑of‑Concept Script

View Repository
26 months 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-4517-PoC

CVE-2025-4517 is a vulnerability in Python’s tarfile module that allows arbitrary file writes outside the extraction directory when extracting untrusted tar archives. The issue occurs when using TarFile.extract() or TarFile.extractall() with filter="data" or filter="tar", which does not fully prevent path traversal through crafted tar members.

Python 3.14 changed the default extraction filter to "data", so applications relying on this default may also be affected. While source distribution installation is not significantly impacted, any application that extracts untrusted tar files using these filters is exposed.

PoC is for educational and authorized security research purposes only.

Download Tool