Skip to content

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

License

Notifications You must be signed in to change notification settings

MLGRadish/CVE-2021-3345

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CVE-2021-3345

How to build vulnerable libgcrypt

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

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published