{
  "affected": [
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:13",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:14",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "details": "In the Linux kernel, the following vulnerability has been resolved:  riscv, bpf: Fix memory leak in bpf_jit_free  When bpf_int_jit_compile() is called for subprograms, it returns early during the first pass (!prog-\u003eis_func || extra_pass is false), keeping ctx-\u003eoffset alive for the subsequent extra pass.  If JIT compilation fails for a later subprogram, the BPF core aborts and calls bpf_jit_free() to clean up the first subprogram. However, bpf_jit_free() fails to free jit_data-\u003ectx.offset, which causes a memory leak of the JIT context offsets array.  Fix this by adding the missing kfree(jit_data-\u003ectx.offset) in bpf_jit_free().",
  "id": "DEBIAN-CVE-2026-92519",
  "modified": "2026-09-18T04:47:28.842963883Z",
  "published": "2026-09-17T17:17:54.787Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://security-tracker.debian.org/tracker/CVE-2026-92519"
    }
  ],
  "upstream": [
    "CVE-2026-92519"
  ]
}