CVE-2026-80740

Unknown

Last modified

CVE-2026-80740 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: drm/log: Fix infinite loop when scale is too large for display When scale is large enough that scaled_font exceeds the display dimensions, rows or columns become 0. A columns value of 0 causes an infinite loop in drm_log_draw_kmsg_record() because the loop never decrements len. Check for zero rows/columns in drm_log_setup_modeset() and return an error, cleaning up the already allocated buffer to avoid a leak..

Description

In the Linux kernel, the following vulnerability has been resolved: drm/log: Fix infinite loop when scale is too large for display When scale is large enough that scaled_font exceeds the display dimensions, rows or columns become 0. A columns value of 0 causes an infinite loop in drm_log_draw_kmsg_record() because the loop never decrements len. Check for zero rows/columns in drm_log_setup_modeset() and return an error, cleaning up the already allocated buffer to avoid a leak.

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 8a4b913df427b8f900bcc7849cc15a7b81628d57, < a7d172b27aa3e1ad56e39949bfe4e5caa25fb20b; >= 8a4b913df427b8f900bcc7849cc15a7b81628d57, < 50ca4dbbaf3eb6deb74daca360b4dabc739a6fa6; >= 8a4b913df427b8f900bcc7849cc15a7b81628d57, < f4f2bba28df9b9aaa00262a462139dbbcdc38d9f
LinuxLinux6.14

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-80740?
In the Linux kernel, the following vulnerability has been resolved: drm/log: Fix infinite loop when scale is too large for display When scale is large enough that scaled_font exceeds the display dimensions, rows or columns become 0. A columns value of 0 causes an infinite loop in drm_log_draw_kmsg_record() because the loop never decrements len. Check for zero rows/columns in drm_log_setup_modeset() and return an error, cleaning up the already allocated buffer to avoid a leak.
How severe is CVE-2026-80740?
Severity scoring for CVE-2026-80740 is pending analysis.
How do I fix CVE-2026-80740?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-80740?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST