{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "e74a386d70c793ef44678b44b021c99094b28c47"
            },
            {
              "fixed": "48033a89356b8ae21a94db70c79bb6fcc91a23c2"
            },
            {
              "fixed": "4ab2977323d5f068a872126f7818d1aeb9e9ca0d"
            },
            {
              "fixed": "bee1459e57f2e0bd240c62f35c0a284291e27971"
            },
            {
              "fixed": "81c600c26302a27852ed8b19c5f2f647ea3555c9"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "4.6.0"
            },
            {
              "fixed": "6.12.111"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.13.0"
            },
            {
              "fixed": "6.18.53"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.19.0"
            },
            {
              "fixed": "7.2.7"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/98xxx/CVE-2026-98097.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ntipc: Dont send random pad bytes in RESET/ACTIVATE messages\n\nThe interface name is passed in a fixed length (TIPC_MAX_IF_NAME) buffer.\nReplace the strcpy(data, l-\u003eif_name) with memcpy() so that the\npad bytes are actually written (l-\u003eif_name[] is zero padded)\nrather than sending random bytes from the skb to the remote system.\n\nReplace two other strcpy() with strscpy().",
  "id": "CVE-2026-98097",
  "modified": "2026-09-27T03:30:25.282116629Z",
  "published": "2026-09-25T10:24:27.700Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/48033a89356b8ae21a94db70c79bb6fcc91a23c2"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/4ab2977323d5f068a872126f7818d1aeb9e9ca0d"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/81c600c26302a27852ed8b19c5f2f647ea3555c9"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/bee1459e57f2e0bd240c62f35c0a284291e27971"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/98xxx/CVE-2026-98097.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-98097"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "summary": "tipc: Dont send random pad bytes in RESET/ACTIVATE messages"
}