CVE-2024-50180
Last modified
CVE-2024-50180 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: fbdev: sisfb: Fix strbuf array overflow The values of the variables xres and yres are placed in strbuf. These variables are obtained from strbuf1. The strbuf1 array contains digit characters and a space if the array contains non-digit characters. Then, when executing sprintf(strbuf, "%ux%ux8", xres, yres); more than 16 bytes will be written to strbuf. It is suggested to increase the size of the strbuf array to 24. Found by Linux Verification Center (linuxtesting.org) with SVACE.. EPSS estimates a 0.26% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: fbdev: sisfb: Fix strbuf array overflow The values of the variables xres and yres are placed in strbuf. These variables are obtained from strbuf1. The strbuf1 array contains digit characters and a space if the array contains non-digit characters. Then, when executing sprintf(strbuf, "%ux%ux8", xres, yres); more than 16 bytes will be written to strbuf. It is suggested to increase the size of the strbuf array to 24. Found by Linux Verification Center (linuxtesting.org) with SVACE.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 4.19.323 |
| Linux | Linux Kernel | >= 4.20, < 5.4.285 |
| Linux | Linux Kernel | >= 5.5, < 5.10.227 |
| Linux | Linux Kernel | >= 5.11, < 5.15.168 |
| Linux | Linux Kernel | >= 5.16, < 6.1.113 |
| Linux | Linux Kernel | >= 6.2, < 6.6.57 |
| Linux | Linux Kernel | >= 6.7, < 6.11.4 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-50180?
How severe is CVE-2024-50180?
How do I fix CVE-2024-50180?
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 2024
- CVE-2024-50175In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50176In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50177In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50178In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50179In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-5018In WhatsUp Gold versions released before 2023.1.3, an unauth…7.5
- CVE-2024-50181Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-50182In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50183In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2024-50184In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50185In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50186In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2024-50180?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
