{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "f99f5f3ea7efd54ba0529c4f2d7c72712918a522"
            },
            {
              "fixed": "bbebc39a70f6fc9b02637c8624349e30325873cb"
            },
            {
              "fixed": "b983a35dad3701399c692d7c6eb57d8b6ffc0929"
            },
            {
              "fixed": "09beaf4aec05b0525f2153dce693f3eb3166697a"
            },
            {
              "fixed": "8dc8f3f4c2382fb7d1b1986ba8f33a2466cd3d7a"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "6.8.0"
            },
            {
              "fixed": "6.12.101"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.13.0"
            },
            {
              "fixed": "6.18.42"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.19.0"
            },
            {
              "fixed": "7.1.6"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68262.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/imagination: Fix user array stride in pvr_set_uobj_array()\n\npvr_set_uobj_array() copies an array of kernel objects to a userspace\narray whose element size is described by out-\u003estride. When out-\u003estride\nis different from the kernel object size, the slow path advances the\nuserspace pointer by the kernel object size and the kernel pointer by the\nuserspace stride.\n\nThis reverses the intended layout. For larger userspace strides, later\ncopies read from the wrong kernel addresses. For smaller userspace\nstrides, later copies are written at the wrong userspace offsets. The\npadding clear is also done only for the first element instead of the\npadding area for each element.\n\nAdvance the userspace pointer by out-\u003estride and the kernel pointer by\nobj_size, and clear per-element padding while the current userspace\npointer is still available.",
  "id": "CVE-2026-68262",
  "modified": "2026-08-12T03:51:39.184205366Z",
  "published": "2026-08-10T12:01:36.582Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/09beaf4aec05b0525f2153dce693f3eb3166697a"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/8dc8f3f4c2382fb7d1b1986ba8f33a2466cd3d7a"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/b983a35dad3701399c692d7c6eb57d8b6ffc0929"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/bbebc39a70f6fc9b02637c8624349e30325873cb"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68262.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-68262"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "summary": "drm/imagination: Fix user array stride in pvr_set_uobj_array()"
}