{
  "affected": [
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:14",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "7.1.12-1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "details": "In the Linux kernel, the following vulnerability has been resolved:  xfs: restore nofs context unconditionally in xfs_trans_roll  When __xfs_trans_commit() fails in xfs_trans_roll(), the NOFS context is cleared but only restored in the success path.  This leaves the error path without nofs protection, causing a circular lock dependency between xfs_nondir_ilock_class and fs_reclaim:         CPU0                    CPU1        ----                    ----   lock(\u0026xfs_nondir_ilock_class);                                lock(fs_reclaim);                                lock(\u0026xfs_nondir_ilock_class);   lock(fs_reclaim);  Fix this by moving xfs_trans_set_context() before the error check so that nofs context is always restored on the new transaction.",
  "id": "DEBIAN-CVE-2026-80804",
  "modified": "2026-09-14T16:47:39.846022435Z",
  "published": "2026-09-04T16:18:07.397Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://security-tracker.debian.org/tracker/CVE-2026-80804"
    }
  ],
  "upstream": [
    "CVE-2026-80804"
  ]
}