CVE-2026-80741
Received Received - Intake

Out-of-Bounds Read in Linux Kernel DRM Log Component

Vulnerability report for CVE-2026-80741, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-03

Last updated on: 2026-09-03

Assigner: kernel.org

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 Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-03
Last Modified
2026-09-03
Generated
2026-09-03
AI Q&A
2026-09-03
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux_kernel linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Linux kernel vulnerability where drm_log_draw_kmsg_record() incorrectly handles empty message lengths. When the message length is zero, the code attempts to access s[len - 1], which wraps around to a very large index due to unsigned integer underflow. This causes an out-of-bounds read, potentially exposing sensitive memory.

Detection Guidance

This vulnerability is specific to the Linux kernel's drm_log_draw_kmsg_record() function and may not have direct network detection methods. Check kernel logs for out-of-bounds read errors or system crashes related to DRM (Direct Rendering Manager) components. Use commands like dmesg | grep -i drm or journalctl -k | grep -i drm to inspect kernel logs for suspicious activity.

Impact Analysis

This vulnerability could allow an attacker to read sensitive kernel memory, leading to information disclosure. It may enable privilege escalation if combined with other exploits. Systems running vulnerable Linux kernels are at risk.

Mitigation Strategies

Update your Linux kernel to the latest stable version that includes the fix for this vulnerability. If immediate patching is not possible, consider disabling DRM-related modules temporarily as a workaround. Monitor kernel logs for any signs of exploitation or crashes.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-80741. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart