{
  "affected": [
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:14",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "7.1.6-1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "details": "In the Linux kernel, the following vulnerability has been resolved:  LoongArch: 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.  So fix this by adding the missing kvfree(jit_data-\u003ectx.offset) in bpf_jit_free().",
  "id": "DEBIAN-CVE-2026-68285",
  "modified": "2026-09-14T16:47:39.586184811Z",
  "published": "2026-08-10T13:20:17.797Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://security-tracker.debian.org/tracker/CVE-2026-68285"
    }
  ],
  "upstream": [
    "CVE-2026-68285"
  ]
}