GRUB2 Denial of Service

MEDIUM (4.9) No Patch (27 days)

Threat Intelligence

Low Risk
EPSS Score: 0.02% chance of exploitation (percentile: 3%)
🔍 Detection Tools: None available in major open-source tools
⚔️ Exploit Availability: No public exploits found

How we test →

What is it?

The GRUB2 bootloader is a widely used software for managing boot processes in Linux systems. The vulnerability identified in CVE-2025-61663 allows an attacker to force the system into instability by exploiting a Use-after-Free issue in the normal command, leading to potential Denial of Service (DoS) and impact on data integrity.

Am I affected?

You're affected if you use GRUB2 version 2.06 or earlier. To check for your GRUB2 version, run grub --version in your terminal.

Affected Products

GNU Project / GRUB2

How to fix

Upgrade to GRUB2 version 2.10 or later: https://www.gnu.org/software/grub/manual/grub/Upgrade.html (follow the upgrade instructions)
- Immediate mitigations:
* Disable booting from USB devices (e.g., sudo grub --bootload=usb followed by sudo grub-set-default -b)
* Set GRUB2's GRUB_TIMEOUT to 0 seconds (echo "GRUB_TIMEOUT=0" > /etc/default/grub)
* Monitor system logs for potential GRUB-related errors