You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add -rebuild-initramfs flag for current-kernel-only rebuild
Passing -rebuild-initramfs with -fix regenerates the initramfs for the currently running kernel only (update-initramfs -u -k $(uname -r) on Debian/Ubuntu, dracut -f --kver $(uname -r) on RHEL/Fedora).
fix: align CVE-2026-43284 module list with vendor guidance
Swap xfrm_algo for ipcomp4/ipcomp6 per Red Hat, Ubuntu, and AWS recommendations. Blocking the framework module is over-broad; the ESP and IPComp protocol modules plus xfrm_user are sufficient.
Add -unload option (to be used only together with -fix).
With -fix -unload, vcheck also tries to unload affected modules that were loaded before the fix, then uses the final scan to verify whether they are still loaded.
Add option to skip checking logs (-skip-logs). This should speed-up detection and applying fixes. Use only if you do not care whether the modules were loaded in the past, or you did additional investigation by yourself or using other tools.