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-2020-11932 — Proof-of-concept exploit for CVE-2020-11932, a double-free vulnerability in WhatsApp GIF processing, enabling remote code execution via crafted .gif file. | Kitploit
Tools/GitHubGitHub/code-developers/cve-2020-11932
Payload GenerationVulnerability AnalysisExploitationMobile SecurityRemote Access ToolBinary Exploitation
GitHubcode-developers/cve-2020-11932

CVE-2020-11932

Proof-of-concept exploit for CVE-2020-11932, a double-free vulnerability in WhatsApp GIF processing, enabling remote code execution via crafted .gif file.

View Repository
135 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-2020-11932

Double-Free bug in WhatsApp exploit poc.

#Note: Make sure to set the listner ip in exploit.c inorder to get shell

  • nc -lvp 1337 or whatever port.

  • and then compile.

  • make

  • or

  • gcc -o exploit egif_lib.c exploit.c

  • then run ./exploit and save the content to .gif

  • and send to victim.

Source

https://awakened1712.github.io/hacking/hacking-whatsapp-gif-rce/.

Poc_Video

https://drive.google.com/file/d/1XP7K5zkKEhmbEONvRpjrkTQ5pwpBc6G_/view?usp=sharing

Download Tool