Stats Digest Feeds
โ† Back to all CVEs

CVE-2026-80741

UNKNOWN NVD
CVSS Score 0
Severity UNKNOWN
Published Sep 03, 2026
Vendor unknown

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.

References