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-20294-POC — Simple CVE-2021-20294 poc | Kitploit
Tools/GitHubGitHub/tin-z/cve-2021-20294-poc
Vulnerability AnalysisExploitationFuzzingBinary AnalysisBinary Exploitation
GitHubtin-z/cve-2021-20294-poc

CVE-2021-20294-POC

Simple CVE-2021-20294 poc

View Repository
1133 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-20294-POC

Jan 21 2023, Altin (tin-z), github.com/tin-z

Poc

  • download and compile
root@kitploit:~
wget https://ftp.gnu.org/gnu/binutils/binutils-2.35.tar.gz && tar -xzvf binutils-2.35.tar.gz
cd binutils-2.35 && ./configure && make && cd ..
gcc -shared -fPIC poc.c -o poc.so -Wl,--version-script=poc.ver
  • launch the poc ./binutils-2.35/binutils/readelf -s poc.so

t1.jpg

details

  • details.md
Download Tool