CVE-2026-90409
Last modified
CVE-2026-90409 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Add vm_bind region with kbo range overlap check When a VM is created, caller has to specify the range of the address space carve-out set aside for mapping kernel BO's. That means vm_bind mappings of UM-exposed BO's should not intersect with that region, but at the moment we're not checking this. At first, I thought of giving these values to drm_gpuvm_init() through its reserve_{offset, range} arguments, but it turns out that is meant for VM address spans that are not managed through the usual drm_gpuvm split/merge circuit, so storing the end of the user VA range at VM creation time and doing a quick check in the vm_bind ioctl path was the simplest workaround. The new check also makes sure vm_bind range doesn't overflow the size of a 64-bit unsigned integer.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Add vm_bind region with kbo range overlap check When a VM is created, caller has to specify the range of the address space carve-out set aside for mapping kernel BO's. That means vm_bind mappings of UM-exposed BO's should not intersect with that region, but at the moment we're not checking this. At first, I thought of giving these values to drm_gpuvm_init() through its reserve_{offset, range} arguments, but it turns out that is meant for VM address spans that are not managed through the usual drm_gpuvm split/merge circuit, so storing the end of the user VA range at VM creation time and doing a quick check in the vm_bind ioctl path was the simplest workaround. The new check also makes sure vm_bind range doesn't overflow the size of a 64-bit unsigned integer. That was already being done further down the call stack inside drm_gpuvm_sm_map -> drm_gpuvm_range_valid, but it's best to fail early in the driver before GPUVM functions are invoked so that we won't waste time allocating vm_bind context resources.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 647810ec247641eb5aec8caef818919a4518a0b1, < 761cf9c63274a5b711c3dc829601723215710d2d; >= 647810ec247641eb5aec8caef818919a4518a0b1, < 985f5e12f3cdf43030e13c2bbd154913133b5c3f |
| Linux | Linux | 6.10 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90409?
How severe is CVE-2026-90409?
How do I fix CVE-2026-90409?
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-90403In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-90404In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90405In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90406In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90407In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-90408In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-90410In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90411In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90412In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90413In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-90414In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-90415In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90409?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
