{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "958cf2e273f0929c66169e0788031310e8118722"
            },
            {
              "fixed": "e626a50d07d43421cbf7bfb5a084b33a5e276b6e"
            },
            {
              "fixed": "9c9ee0324c774490ae953162aaaf4561d222bd93"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "6.2.0"
            },
            {
              "fixed": "7.2.6"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93148.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf: Reject MEM_ALLOC BTF accesses past object bounds\n\nBTF struct walks relax the struct-size check for accesses through a\ntrailing flexible array. That is valid for ordinary BTF type walking, but\nPTR_TO_BTF_ID | MEM_ALLOC values point to objects allocated with the static\nBTF type size.\n\nWhen walking a MEM_ALLOC object, reject the access before applying the\nflexible-array relaxation if the access range extends past the struct size.\nApply the same policy to struct ID matching so kfunc and kptr type checks\ndo not walk past the allocated object bounds either.",
  "id": "CVE-2026-93148",
  "modified": "2026-09-19T03:30:46.826650019Z",
  "published": "2026-09-17T16:11:45.457Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/9c9ee0324c774490ae953162aaaf4561d222bd93"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/e626a50d07d43421cbf7bfb5a084b33a5e276b6e"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93148.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-93148"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
      "type": "CVSS_V3"
    }
  ],
  "summary": "bpf: Reject MEM_ALLOC BTF accesses past object bounds"
}