CVE-2026-89819
Last modified
CVE-2026-89819 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: validate plane degamma LUT size for private color prop Unlike the CRTC degamma path, which is guarded by amdgpu_dm_verify_lut_sizes(), the per-plane degamma LUT size was never validated before use. __set_dm_plane_degamma() passed the user-supplied size straight into __is_lut_linear() and, for a non-linear LUT, into __set_input_tf() -> __drm_lut_to_dc_gamma(), the latter always iterating MAX_COLOR_LUT_ENTRIES entries regardless of the actual LUT size. A malformed AMD_PLANE_DEGAMMA_LUT blob (e.g.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: validate plane degamma LUT size for private color prop Unlike the CRTC degamma path, which is guarded by amdgpu_dm_verify_lut_sizes(), the per-plane degamma LUT size was never validated before use. __set_dm_plane_degamma() passed the user-supplied size straight into __is_lut_linear() and, for a non-linear LUT, into __set_input_tf() -> __drm_lut_to_dc_gamma(), the latter always iterating MAX_COLOR_LUT_ENTRIES entries regardless of the actual LUT size. A malformed AMD_PLANE_DEGAMMA_LUT blob (e.g. a single entry) could thus trigger a divide-by-zero in __is_lut_linear() or an out-of-bounds read in __drm_lut_to_dc_gamma(). Reject any plane degamma LUT whose size does not match MAX_COLOR_LUT_ENTRIES, mirroring the invariant the code already asserts a few lines below (and which the CRTC path enforces). The AMD_PLANE_DEGAMMA_LUT property is only exposed on builds with AMD_PRIVATE_COLOR defined.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 980f8710075acaeb226a94cde6dda8ffad30123c, < f6f04d8ae5725bcc893bdc62e3467efd97255c5b; >= 980f8710075acaeb226a94cde6dda8ffad30123c, < 0b2615b8b54f58bbdf986dffb38cbc35214a5cc5; >= 980f8710075acaeb226a94cde6dda8ffad30123c, < b10cc09b329245c6d95f8fa3e7f068575e3e0e9f; >= 980f8710075acaeb226a94cde6dda8ffad30123c, < e4c3ab59021e7c146a84b6671f0d530972bd58b4 |
| Linux | Linux | 6.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89819?
How severe is CVE-2026-89819?
How do I fix CVE-2026-89819?
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-89813In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89814In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89815In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89816In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89817In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89818In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-8982Two undocumented privileged accounts exist in Autel Maxi Cha…8.1
- CVE-2026-89820In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89821In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89822In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89823In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89824In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89819?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
