CVE-2026-80578

Source
https://cve.org/CVERecord?id=CVE-2026-80578
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80578.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80578
Downstream
Published
2026-08-26T14:37:36.722Z
Modified
2026-08-28T03:47:29.253896757Z
Severity
  • 7.3 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H CVSS Calculator
Summary
fbdev: core: Fix pointer desynchronization in fb_io_read()
Details

In the Linux kernel, the following vulnerability has been resolved:

fbdev: core: Fix pointer desynchronization in fbioread()

In fbioread(), if copytouser() 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 copytouser(). 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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80578.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
6121cd9ef911432b14c2a17aefaf8cd2f3cfcdff
Fixed
42bc07b4e5a3c8a02a433388f562a8f46d093e11
Fixed
42a6d8126c194133eafab2b0fd5c8668ebfcba5b
Fixed
7ff87a01ae3a8cd0208f7499386998223a8b5dba
Fixed
7110b7b794a2aac2c5cf8eb06ebf2af724c74d50
Fixed
81cc73be40c6f028f1ee3f438ace46afe666dbae

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80578.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.5.0
Fixed
6.6.153
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.105
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.46
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.10

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80578.json"