CVE-2026-68262
Last modified
CVE-2026-68262 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix user array stride in pvr_set_uobj_array() pvr_set_uobj_array() copies an array of kernel objects to a userspace array whose element size is described by out->stride. When out->stride is different from the kernel object size, the slow path advances the userspace pointer by the kernel object size and the kernel pointer by the userspace stride. This reverses the intended layout.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix user array stride in pvr_set_uobj_array() pvr_set_uobj_array() copies an array of kernel objects to a userspace array whose element size is described by out->stride. When out->stride is different from the kernel object size, the slow path advances the userspace pointer by the kernel object size and the kernel pointer by the userspace stride. This reverses the intended layout. For larger userspace strides, later copies read from the wrong kernel addresses. For smaller userspace strides, later copies are written at the wrong userspace offsets. The padding clear is also done only for the first element instead of the padding area for each element. Advance the userspace pointer by out->stride and the kernel pointer by obj_size, and clear per-element padding while the current userspace pointer is still available.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= f99f5f3ea7efd54ba0529c4f2d7c72712918a522, < bbebc39a70f6fc9b02637c8624349e30325873cb; >= f99f5f3ea7efd54ba0529c4f2d7c72712918a522, < b983a35dad3701399c692d7c6eb57d8b6ffc0929; >= f99f5f3ea7efd54ba0529c4f2d7c72712918a522, < 09beaf4aec05b0525f2153dce693f3eb3166697a; >= f99f5f3ea7efd54ba0529c4f2d7c72712918a522, < 8dc8f3f4c2382fb7d1b1986ba8f33a2466cd3d7a |
| Linux | Linux | 6.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68262?
How severe is CVE-2026-68262?
How do I fix CVE-2026-68262?
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-68257In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68258In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68259In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6826Concrete CMS 9.5.0 and below is vulnerable to unauthenticat…5.3
- CVE-2026-68260In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68261In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68263In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68264In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68265In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68266In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68267In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68268In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68262?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
