CVE-2026-80580
Last modified
CVE-2026-80580 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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.
Description
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 873a1aa15c313263f2e18b38cf525623cc4fabf6; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < d15d51fb26e830af58f3f21964f1c09c239077ea |
| Linux | Linux | 2.6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80580?
How severe is CVE-2026-80580?
How do I fix CVE-2026-80580?
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-80574In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-80575In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80576In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-80578In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-80579In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8058IBM OPENBMC FW1110.00 through FW1110.20, and FW1060.00 throu…4.5
- CVE-2026-80581In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80582In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80583In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80584In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-80585In the Linux kernel, the following vulnerability has been re…9.4
- CVE-2026-80586In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2026-80580?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
