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-2018-1000802-PoC — Python CVE-2018-1000802 Proof-of-Concept | Kitploit
Tools/GitHubGitHub/tna0y/cve-2018-1000802-poc
Vulnerability AnalysisExploitationPapers & ResearchLearning & EducationBinary Exploitation
GitHubtna0y/cve-2018-1000802-poc

CVE-2018-1000802-PoC

Python CVE-2018-1000802 Proof-of-Concept

View Repository
337 years 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

Python CVE-2018-1000802 Proof-of-Concept

This is a PoC for the vulnerability in make_archive function exported by shutil builtin module.

Vulnerability is present in CPython (Python) 2.7 prior to commit add531a1e55b0a739b0f42582f1c9747e5649ace.

For the vulnerability to be exploitable in the wild there are several conditions:

  1. Code must run on Windows machine;
  2. There must be a zip utility accessible via command line e.g. Zip for Windows;
  3. Import zipfile must fail.

Please see poc.py for code examples.

Download Tool