{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "ab97f4b1c030750f2475bf4da8a9554d02206640"
            },
            {
              "fixed": "24aec8c88539a382355761a9b924046885b6be40"
            },
            {
              "fixed": "b6baf0db357fb84f3f3cfd33383a00de71a5a1c3"
            },
            {
              "fixed": "23690064f235a88a00c04f2e49f36bfb54ae560d"
            },
            {
              "fixed": "6d67c6b99f1fc07c64b97fcbc974c6f1ada7f622"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "6.10.0"
            },
            {
              "fixed": "6.12.105"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.13.0"
            },
            {
              "fixed": "6.18.46"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.19.0"
            },
            {
              "fixed": "7.1.10"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80532.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nxfs: fix another iunlink infinite loop bug in online fsck\n\nxrep_iunlink_resolve_bucket is supposed to reconstruct as much of the\nincore prev and next unlinked list pointers based on what it finds on\ndisk and in memory before we move on to relinking the truly lost inodes\nback into the unlinked list.  However, it's still vulnerable to infinite\nloops that come in via the next_unlinked pointers.\n\nFix this problem by remembering which inodes we've already seen and\nchecking new agino pointers against that.  If a bit is already set,\neither this is a loop or the inode has nonzero link count.  We'll deal\nwith the second case in a subsequent patch.",
  "id": "CVE-2026-80532",
  "modified": "2026-08-28T11:30:25.477625920Z",
  "published": "2026-08-26T14:37:09.194Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/23690064f235a88a00c04f2e49f36bfb54ae560d"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/24aec8c88539a382355761a9b924046885b6be40"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/6d67c6b99f1fc07c64b97fcbc974c6f1ada7f622"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/b6baf0db357fb84f3f3cfd33383a00de71a5a1c3"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80532.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-80532"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "summary": "xfs: fix another iunlink infinite loop bug in online fsck"
}