Loading market data...
← Back to CVE feed

CVE-2026-80741

HIGH CVSS 7.1 View on NVD ↗

Description

In the Linux kernel, the following vulnerability has been resolved: drm/log: Fix out-of-bounds read on empty message length drm_log_draw_kmsg_record() accesses s[len - 1] to strip the trailing newline, but len is unsigned int. If len is 0, the subtraction wraps to UINT_MAX, causing an out-of-bounds read. Add an early return when len is 0.

CVSS Vector

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Published: Sep 03, 2026 13:06 UTC Modified: Sep 04, 2026 05:17 UTC