4837 Total CVEs
26 Years
GitHub
README.md
README.md not found for CVE-2025-21756. The file may not exist in the repository.
POC / compress.sh SH
#!/bin/sh
gcc -o x -static $1
mv ./x ./initramfs
cd initramfs
find . -print0 \
| cpio --null -ov --format=newc \
| gzip -9 > initramfs.cpio.gz
mv ./initramfs.cpio.gz ../