CVE-2026-43280
Last modified
CVE-2026-43280 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: drm/xe: Add bounds check on pat_index to prevent OOB kernel read in madvise When user provides a bogus pat_index value through the madvise IOCTL, the xe_pat_index_get_coh_mode() function performs an array access without validating bounds. This allows a malicious user to trigger an out-of-bounds kernel read from the xe->pat.table array. The vulnerability exists because the validation in madvise_args_are_sane() directly calls xe_pat_index_get_coh_mode(xe, args->pat_index.val) without first checking if pat_index is within [0, xe->pat.n_entries). Although xe_pat_index_get_coh_mode() has a WARN_ON to catch this in debug builds, it still performs the unsafe array access in production kernels. v2(Matthew Auld) - Using array_index_nospec() to mitigate spectre attacks when the value is used v3(Matthew Auld) - Put the declarations at the start of the block (cherry picked from commit 944a3329b05510d55c69c2ef455136e2fc02de29). 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/xe: Add bounds check on pat_index to prevent OOB kernel read in madvise When user provides a bogus pat_index value through the madvise IOCTL, the xe_pat_index_get_coh_mode() function performs an array access without validating bounds. This allows a malicious user to trigger an out-of-bounds kernel read from the xe->pat.table array. The vulnerability exists because the validation in madvise_args_are_sane() directly calls xe_pat_index_get_coh_mode(xe, args->pat_index.val) without first checking if pat_index is within [0, xe->pat.n_entries). Although xe_pat_index_get_coh_mode() has a WARN_ON to catch this in debug builds, it still performs the unsafe array access in production kernels. v2(Matthew Auld) - Using array_index_nospec() to mitigate spectre attacks when the value is used v3(Matthew Auld) - Put the declarations at the start of the block (cherry picked from commit 944a3329b05510d55c69c2ef455136e2fc02de29)
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.18, < 6.18.16 |
| Linux | Linux Kernel | >= 6.19, < 6.19.6 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-43280?
How severe is CVE-2026-43280?
How do I fix CVE-2026-43280?
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-43275In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-43276In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43277In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43278In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43279In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-4328The Advanced Import plugin for WordPress is vulnerable to Se…6.4
- CVE-2026-43281In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-43282In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43283In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-43284In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-43285In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43286In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-43280?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
