CVE-2026-68106
Last modified
CVE-2026-68106 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix division by zero with invalid uvd dimensions When width or height is less than 16, width_in_mb or height_in_mb becomes 0, leading to fs_in_mb being 0. This causes a division by zero when calculating num_dpb_buffer in H264 and H264 Perf decode paths. Add validation to reject frames with width < 16 or height < 16 before performing any calculations that depend on these values. V2: Format change - move up all vaiable definitions. V3: Use warn_once to avoid spam. (cherry picked from commit 3e41d26c70b0a459d041cc19482a226c4b7423cb). EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix division by zero with invalid uvd dimensions When width or height is less than 16, width_in_mb or height_in_mb becomes 0, leading to fs_in_mb being 0. This causes a division by zero when calculating num_dpb_buffer in H264 and H264 Perf decode paths. Add validation to reject frames with width < 16 or height < 16 before performing any calculations that depend on these values. V2: Format change - move up all vaiable definitions. V3: Use warn_once to avoid spam. (cherry picked from commit 3e41d26c70b0a459d041cc19482a226c4b7423cb)
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= d38ceaf99ed015f2a0b9af3499791bd3a3daae21, < 004d0453cfef16f056cb7b8bc04f69f19cf9df32; >= d38ceaf99ed015f2a0b9af3499791bd3a3daae21, < 00ee64910ecf748cc15b23bbcbea472c203ec1e8; >= d38ceaf99ed015f2a0b9af3499791bd3a3daae21, < 81c9b4921f62d1642b9d775524ae9240e521a5ed; >= d38ceaf99ed015f2a0b9af3499791bd3a3daae21, < 52f9a588296432accf2982f7d258192a37562f4f; >= d38ceaf99ed015f2a0b9af3499791bd3a3daae21, < a00946b5ab7c25da5685ca9c58f50ff6f43c0fdf; >= d38ceaf99ed015f2a0b9af3499791bd3a3daae21, < ffb33d466a68cea3e8a3dbed04d79037a3cbabd1; >= d38ceaf99ed015f2a0b9af3499791bd3a3daae21, < be725ab23aa45c11a5afef3e2a9f6d8c084ae5dc; >= d38ceaf99ed015f2a0b9af3499791bd3a3daae21, < 0c01c811be47e6b146552dd59bfedbea8f09b8f4 |
| Linux | Linux | 4.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68106?
How severe is CVE-2026-68106?
How do I fix CVE-2026-68106?
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-68100In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-68101Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-68102In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68103In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-68104In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-68105In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68107In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-68108In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-68109In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6811Stack exhaustion vulnerability in the MongoDB PHP driver can…7.5
- CVE-2026-68110In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68111In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68106?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
