Kernel Security Checker
Check your Linux kernel security from two angles:
- Configuration —
kconfig,sysctlandcmdlinehardening analysis, per KSPP, grsecurity, CLIP OS and CIS Benchmark. - Vulnerabilities — known CVEs and public exploits matched to your kernel version.
Configuration
Vulnerabilities
Where to find your kernel config file?
/boot/config-$(uname -r)— most common location (Debian, Ubuntu, Fedora)/proc/config.gz— if kernel built withCONFIG_IKCONFIG_PROC=y, extract:zcat /proc/config.gz > my.config/usr/src/linux/.config— if you compiled the kernel from sourcels /boot/config-*— lists available configs for installed kernels
Drag & drop your .config file here or click to browse