NONE · 0

CVE-2026-72238

In the Linux kernel, the following vulnerability has been resolved: x86/boot: Validate console=uart8250 baud rate to fix early boot hang When the baud rate is empty, 0, invalid, or overflows to 0 wh...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: x86/boot: Validate console=uart8250 baud rate to fix early boot hang When the baud rate is empty, 0, invalid, or overflows to 0 when stored as an int, the system will hang during early boot because of a division by zero in early_serial_init(). Fall back to DEFAULT_BAUD when the resulting baud rate is 0 to prevent an early system hang.

References

FAQ

What is CVE-2026-72238?

CVE-2026-72238 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: x86/boot: Validate console=uart8250 baud rate to fix early boot hang When the baud rate is empty, 0, invalid, or overflows to 0 wh...

How severe is CVE-2026-72238?

CVSS scoring is not yet available for CVE-2026-72238. Check NVD for updates.

Is there a patch for CVE-2026-72238?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.