CVE-2026-53376 (GCVE-0-2026-53376)
Vulnerability from cvelistv5
Published
2026-07-19 10:01
Modified
2026-07-20 06:41
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Add upper bound check for num_of_nodes drm/amdkfd: Add upper bound check for num_of_nodes in kfd_ioctl_get_process_apertures_new. (cherry picked from commit 98ff46a5ea090c14d2cdb4f5b993b05d74f3949f)
Impacted products
Vendor Product Version
Linux Linux Version: c7bcbfa4f8d1e0e1078adfe959d4b65542bccf66
Version: c7bcbfa4f8d1e0e1078adfe959d4b65542bccf66
Version: c7bcbfa4f8d1e0e1078adfe959d4b65542bccf66
Version: c7bcbfa4f8d1e0e1078adfe959d4b65542bccf66
Version: c7bcbfa4f8d1e0e1078adfe959d4b65542bccf66
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/gpu/drm/amd/amdkfd/kfd_chardev.c",
            "drivers/gpu/drm/amd/amdkfd/kfd_priv.h",
            "drivers/gpu/drm/amd/amdkfd/kfd_topology.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "4a8093c7def141cc6e854fbe3f9693867982418f",
              "status": "affected",
              "version": "c7bcbfa4f8d1e0e1078adfe959d4b65542bccf66",
              "versionType": "git"
            },
            {
              "lessThan": "6ba6ec5fcbb0d03ca11ed1cc38d57a7deb6c6b20",
              "status": "affected",
              "version": "c7bcbfa4f8d1e0e1078adfe959d4b65542bccf66",
              "versionType": "git"
            },
            {
              "lessThan": "44d5a450c04d3d734c13a03561c3131020d66edf",
              "status": "affected",
              "version": "c7bcbfa4f8d1e0e1078adfe959d4b65542bccf66",
              "versionType": "git"
            },
            {
              "lessThan": "7b80137eb8aa9d1cbfe7ccf3eeb1faa94ae35d7e",
              "status": "affected",
              "version": "c7bcbfa4f8d1e0e1078adfe959d4b65542bccf66",
              "versionType": "git"
            },
            {
              "lessThan": "74b73fa56a395d46745e4f245225963e9f8be7f1",
              "status": "affected",
              "version": "c7bcbfa4f8d1e0e1078adfe959d4b65542bccf66",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/gpu/drm/amd/amdkfd/kfd_chardev.c",
            "drivers/gpu/drm/amd/amdkfd/kfd_priv.h",
            "drivers/gpu/drm/amd/amdkfd/kfd_topology.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "4.17"
            },
            {
              "lessThan": "4.17",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.140",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.90",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.32",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.0.*",
              "status": "unaffected",
              "version": "7.0.9",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.1",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.140",
                  "versionStartIncluding": "4.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.90",
                  "versionStartIncluding": "4.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.32",
                  "versionStartIncluding": "4.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0.9",
                  "versionStartIncluding": "4.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1",
                  "versionStartIncluding": "4.17",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amdkfd: Add upper bound check for num_of_nodes\n\ndrm/amdkfd: Add upper bound check for num_of_nodes\nin kfd_ioctl_get_process_apertures_new.\n\n(cherry picked from commit 98ff46a5ea090c14d2cdb4f5b993b05d74f3949f)"
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-07-20T06:41:19.041Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/4a8093c7def141cc6e854fbe3f9693867982418f"
        },
        {
          "url": "https://git.kernel.org/stable/c/6ba6ec5fcbb0d03ca11ed1cc38d57a7deb6c6b20"
        },
        {
          "url": "https://git.kernel.org/stable/c/44d5a450c04d3d734c13a03561c3131020d66edf"
        },
        {
          "url": "https://git.kernel.org/stable/c/7b80137eb8aa9d1cbfe7ccf3eeb1faa94ae35d7e"
        },
        {
          "url": "https://git.kernel.org/stable/c/74b73fa56a395d46745e4f245225963e9f8be7f1"
        }
      ],
      "title": "drm/amdkfd: Add upper bound check for num_of_nodes",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-53376",
    "datePublished": "2026-07-19T10:01:59.527Z",
    "dateReserved": "2026-06-09T07:44:35.401Z",
    "dateUpdated": "2026-07-20T06:41:19.041Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…

Loading…