CVE-2026-80741
Last modified
CVE-2026-80741 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. 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.. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 25e2c2a3eff55683bbe77b108db2a7e389246666, < 16a2716910ecf7d31bf3c033ee7c506a0b00b2ee; >= 25e2c2a3eff55683bbe77b108db2a7e389246666, < 16bcea56f4205314ec2aa04a7ec74e5261d253c7; >= 25e2c2a3eff55683bbe77b108db2a7e389246666, < 60baa179ed1333535f6e2da4133511db55278ee4 |
| Linux | Linux | 6.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80741?
How severe is CVE-2026-80741?
How do I fix CVE-2026-80741?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-80736In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80737In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80738In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-80739In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8074Mattermost versions 11.7.x <= 11.7.0, 10.11.x <= 10.11.17 fa…3.8
- CVE-2026-80740In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80742In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80743In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80744In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80745In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-80746In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80747In the Linux kernel, the following vulnerability has been re…8
Are you affected by CVE-2026-80741?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
