{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "db4704f4e4dfce835e934609fca735a648ce26e8"
            },
            {
              "fixed": "fb18095389fe81f140d39585a2624aca9d42227e"
            },
            {
              "fixed": "5e4c8e08ce95730c87d6ada0bdbe1131a3c06393"
            },
            {
              "fixed": "fd750b694f1f9e1ecb8ca19314e4e21edbb15f42"
            },
            {
              "fixed": "1f24c0d01db214c9e661915e9972404c96ca73c0"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "6.8.0"
            },
            {
              "fixed": "6.12.97"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.13.0"
            },
            {
              "fixed": "6.18.40"
            }
          ],
          "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-72127.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetdev-genl: report NAPI thread PID in the caller's pid namespace\n\nnetdev_nl_napi_fill_one() reports the NAPI kthread PID in NETDEV_A_NAPI_PID\nusing task_pid_nr(), which returns the PID in the initial pid namespace.\n\nNETDEV_CMD_NAPI_GET does not have GENL_ADMIN_PERM and the netdev genl family\nis netnsok, so a caller in a child pid namespace can issue it. That caller\nthen sees the kthread's global PID, even though the kthread is not visible\nin its pid namespace, where the value should be 0.\n\nTranslate the PID through the caller's pid namespace, the same way commit\n3799c2570982 (\"io_uring/fdinfo: translate SqThread PID through caller's\npid_ns\") did for the io_uring SQPOLL thread. The doit and dumpit paths both\nrun synchronously in the caller's context, so task_active_pid_ns(current) is\nthe caller's pid namespace.",
  "id": "CVE-2026-72127",
  "modified": "2026-08-18T03:31:19.368009135Z",
  "published": "2026-08-15T05:53:04.405Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/1f24c0d01db214c9e661915e9972404c96ca73c0"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/5e4c8e08ce95730c87d6ada0bdbe1131a3c06393"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/fb18095389fe81f140d39585a2624aca9d42227e"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/fd750b694f1f9e1ecb8ca19314e4e21edbb15f42"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72127.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-72127"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "summary": "netdev-genl: report NAPI thread PID in the caller's pid namespace"
}