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-2021-3345 — POC exploit of CVE-2021-3345, a vulnerability in libgcrypt version 1.9.0 | Kitploit
Tools/GitHubGitHub/mlgradish/cve-2021-3345
Vulnerability AnalysisExploitationCryptographyPapers & ResearchBinary Exploitation
GitHubmlgradish/cve-2021-3345

CVE-2021-3345

POC exploit of CVE-2021-3345, a vulnerability in libgcrypt version 1.9.0

View Repository
925 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-2021-3345

How to build vulnerable libgcrypt

root@kitploit:~
git clone --single-branch --branch LIBGCRYPT-1.9-BRANCH https://dev.gnupg.org/source/libgcrypt.git
cd libgcrypt
git checkout aa3f595341eb
./autogen.sh
./configure --enable-maintainer-mode && make

How to use exploit

root@kitploit:~
make
./main

This vulnerability is not really interesting, because most distros use an older version of libgcrypt so they are not vulnerable. There is a possibilty this can be reproduced on other software that uses libgcrypt as a dependency.

Download Tool