{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "fe22e1c2f705676a705d821301fc52eecc2fe055"
            },
            {
              "fixed": "4cb4b4dd8853c4ab3057efe238b2c34277772176"
            },
            {
              "fixed": "b1607f0ee5f5e53e0aa66f41794085b7cc98f5d1"
            },
            {
              "fixed": "4c1e8ccd8655ee8cf1bcb1b7dfee72c9fa941fd4"
            },
            {
              "fixed": "d43efd1b5d976203e6f1ef26f67e8b1a7bc2751b"
            },
            {
              "fixed": "533a0b940f901c15e5cbbd4b5d66e871c209e8ce"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "5.16.0"
            },
            {
              "fixed": "6.6.148"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.7.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.5"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72030.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nata: libata-core: Reject an invalid concurrent positioning ranges count\n\nata_dev_config_cpr() takes the number of range descriptors from buf[0]\nof the concurrent positioning ranges log (up to 255), which the device\nreports independently of the log size in the GPL directory. The count is\nthen walked at a fixed 32-byte stride in two places with no bound: the\nlog read here, and the INQUIRY VPD page B9h emitter, which writes one\ndescriptor per range into the fixed 2048-byte ata_scsi_rbuf. A device\nreporting a count larger than its own log overflows the read buffer (up\nto 7704 bytes past a 512-byte slab), and a count above 62 overflows the\nresponse buffer on the emit side.\n\nBound the count once, on probe, against both the log the device returned\nand the number of descriptors the VPD B9h response buffer can hold\n(ATA_DEV_MAX_CPR, derived from the rbuf size). Reject an out-of-range\ncount with a warning; this keeps the emitter in bounds with no separate\nchange there.",
  "id": "CVE-2026-72030",
  "modified": "2026-08-18T03:31:16.937258913Z",
  "published": "2026-08-15T05:51:53.189Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/4c1e8ccd8655ee8cf1bcb1b7dfee72c9fa941fd4"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/4cb4b4dd8853c4ab3057efe238b2c34277772176"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/533a0b940f901c15e5cbbd4b5d66e871c209e8ce"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/b1607f0ee5f5e53e0aa66f41794085b7cc98f5d1"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/d43efd1b5d976203e6f1ef26f67e8b1a7bc2751b"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72030.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-72030"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "summary": "ata: libata-core: Reject an invalid concurrent positioning ranges count"
}