CVE-2026-80578
Received Received - Intake

Pointer Desynchronization in Linux Kernel fbdev Core

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

Publication date: 2026-08-26

Last updated on: 2026-08-26

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: fbdev: core: Fix pointer desynchronization in fb_io_read() In fb_io_read(), if copy_to_user() performs a partial copy (e.g., due to a faulty user buffer), the loop adjusts the chunk size 'c' and updates the remaining 'count'. However, the hardware 'src' pointer has already been eagerly advanced by the original chunk size. If the loop is allowed to continue, the read will resume from an incorrect, over-advanced offset. Since the remaining 'count' was only decremented by the successful bytes, this desynchronization causes the next iterations to execute more hardware reads than originally bounded, eventually leading to out-of-bounds I/O reads. Fix this by breaking out of the loop immediately upon a partial copy_to_user(). A partial copy indicates a faulty user buffer, making subsequent read attempts futile. Breaking out ensures we return the number of successfully read bytes without risking out-of-bounds hardware accesses in subsequent mismatched iterations.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux 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 vulnerability is in the Linux kernel's fbdev (framebuffer device) subsystem. It involves a bug in the fb_io_read() function where the hardware pointer advances incorrectly if copy_to_user() performs a partial copy. This causes the read to resume from the wrong offset, leading to out-of-bounds I/O reads.

Detection Guidance

This vulnerability is specific to the Linux kernel's fbdev subsystem and requires kernel-level detection. It cannot be detected via standard network commands. Monitor kernel logs for fbdev-related errors or crashes, particularly during framebuffer operations. Check for out-of-bounds memory access warnings in dmesg or system logs.

Impact Analysis

This vulnerability could allow an attacker to read sensitive kernel memory beyond intended bounds, potentially exposing confidential data or causing system instability. It may also enable privilege escalation if combined with other exploits.

Mitigation Strategies

Apply the latest kernel patch from your Linux distribution to fix the fb_io_read() pointer desynchronization issue. If patching is not immediately possible, restrict access to framebuffer devices or disable unnecessary fbdev modules to reduce attack surface until the patch is applied.

Chat Assistant

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

EPSS Chart