CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-80580

highCVSS 7.8covered by 2 sourcesfirst seen 2026-08-11
In the Linux kernel, the following vulnerability has been resolved: fbdev: bound mode sysfs output to the sysfs buffer mode_string() uses snprintf() which can return a value larger than the remaining buffer space. show_modes() accumulates the return value into i without checking whether i has reached PAGE_SIZE, causing the offset to advance past the sysfs buffer if the modelist is long enough. Add a size parameter to mode_string() and use scnprintf() to return only the bytes actually written. Add an early return when offset already exceeds the buffer. In show_modes(), stop accumulating once the buffer is full.

CSIRTS triage

What
fbdev sysfs mode output is not bounded to the sysfs buffer, allowing buffer overread.
Who is affected
Systems using fbdev with sysfs interface exposed; typically local access required.
Urgency
Low priority; bounded disclosure with limited exploitability.
Action
Apply patch limiting fbdev mode sysfs output to sysfs buffer size.

AI-assisted analysis generated from the source advisory — verify against the original.

⚡ Watch CVE-2026-80580

Get an email if CVE-2026-80580 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (2)

External references

NVD record for CVE-2026-80580

CVE.org record

Embed the live status

CVE-2026-80580 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-80580 status](https://www.csirts.com/badge/CVE-2026-80580)](https://www.csirts.com/cve/CVE-2026-80580)