CVE-2026-74449
Last modified
CVE-2026-74449 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix divide-by-zero in calculate_mcache_setting on zero viewport If a plane reaches calculate_mcache_setting with a zero-area viewport, calculate_mcache_setting exits early with num_mcaches == 0 and mvmpg_width/height == 0. This will cause a divide-by-zero panic and can also cause an underflow on num_mcaches. Fix this by changing calculate_mcache_setting to bool and adding guards after each calculate_mcache_row_bytes call. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix divide-by-zero in calculate_mcache_setting on zero viewport If a plane reaches calculate_mcache_setting with a zero-area viewport, calculate_mcache_setting exits early with num_mcaches == 0 and mvmpg_width/height == 0. This will cause a divide-by-zero panic and can also cause an underflow on num_mcaches. Fix this by changing calculate_mcache_setting to bool and adding guards after each calculate_mcache_row_bytes call. If num_mcaches or mvmpg_width/height is zero, return a false. Callers will propagate the failure as a rejected mode, which prevents the panic. (cherry picked from commit 29c0f7c655f47bcbd575ff75e58480df6ec3c9da)
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 70839da6360500a82e4d5f78499284474cbed7c1, < 1f93537881fd22712732a60ad12572a3fd40c0ec; >= 70839da6360500a82e4d5f78499284474cbed7c1, < f327e389c07cfc3a2f6ff54f6214e1a52d457edc |
| Linux | Linux | 6.11 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74449?
How severe is CVE-2026-74449?
How do I fix CVE-2026-74449?
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-74443In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74444In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74445In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74446In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74447In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74448In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7445A security vulnerability has been detected in ZachHandley ZM…6.3
- CVE-2026-74450In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74451In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74452In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74453In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74454In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-74449?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
