{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "9e0933c21c128d6d8ac4d8aae0babaf9a43100b8"
            },
            {
              "fixed": "27ddd3442fc6f698fb8577c7cfb243ddd81ea8c0"
            },
            {
              "fixed": "681e452683b69a8e1a571cba0f238f8ceacf55d2"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "6.13.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-72370.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\niomap: release pages on atomic dio size mismatch\n\nIf bio_iov_iter_get_pages() or the bounce helper succeeds but builds a\nshort bio, the REQ_ATOMIC size check rejects it before submission.  The\nold error path only dropped the bio reference, leaving any pages already\nattached to the bio unreleased.\n\nRelease or unbounce the pages before falling through to out_put_bio on\nthis error path.\n\nThis bug was reported by sashiko:\nhttps://sashiko.dev/#/patchset/20260608073134.95964-1-changfengnan%40bytedance.com",
  "id": "CVE-2026-72370",
  "modified": "2026-08-16T03:31:10.622080667Z",
  "published": "2026-08-15T05:56:06.648Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/27ddd3442fc6f698fb8577c7cfb243ddd81ea8c0"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/681e452683b69a8e1a571cba0f238f8ceacf55d2"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72370.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-72370"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "summary": "iomap: release pages on atomic dio size mismatch"
}