GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2026-45839 (GCVE-0-2026-45839)

Vulnerability from cvelistv5 – Published: 2026-05-27 09:24 – Updated: 2026-08-27 12:39
VLAI
Title
bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec()
Summary
In the Linux kernel, the following vulnerability has been resolved: bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec() CO-RE accessor strings are colon-separated indices that describe a path from a root BTF type to a target field, e.g. "0:1:2" walks through nested struct members. bpf_core_parse_spec() parses each component with sscanf("%d"), so negative values like -1 are silently accepted. The subsequent bounds checks (access_idx >= btf_vlen(t)) only guard the upper bound and always pass for negative values because C integer promotion converts the __u16 btf_vlen result to int, making the comparison (int)(-1) >= (int)(N) false for any positive N. When -1 reaches btf_member_bit_offset() it gets cast to u32 0xffffffff, producing an out-of-bounds read far past the members array. A crafted BPF program with a negative CO-RE accessor on any struct that exists in vmlinux BTF (e.g. task_struct) crashes the kernel deterministically during BPF_PROG_LOAD on any system with CONFIG_DEBUG_INFO_BTF=y (default on major distributions). The bug is reachable with CAP_BPF: BUG: unable to handle page fault for address: ffffed11818b6626 #PF: supervisor read access in kernel mode #PF: error_code(0x0000) - not-present page Oops: Oops: 0000 [#1] SMP KASAN NOPTI CPU: 0 UID: 0 PID: 85 Comm: poc Not tainted 7.0.0-rc6 #18 PREEMPT(full) RIP: 0010:bpf_core_parse_spec (tools/lib/bpf/relo_core.c:354) RAX: 00000000ffffffff Call Trace: <TASK> bpf_core_calc_relo_insn (tools/lib/bpf/relo_core.c:1321) bpf_core_apply (kernel/bpf/btf.c:9507) check_core_relo (kernel/bpf/verifier.c:19475) bpf_check (kernel/bpf/verifier.c:26031) bpf_prog_load (kernel/bpf/syscall.c:3089) __sys_bpf (kernel/bpf/syscall.c:6228) </TASK> CO-RE accessor indices are inherently non-negative (struct member index, array element index, or enumerator index), so reject them immediately after parsing.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: ddc7c3042614e273044f698d2beab25cc3842d45 , < c8e49b79c4b48bd687706ff6e9c82638dc81ef80 (git)
Affected: ddc7c3042614e273044f698d2beab25cc3842d45 , < a9e777f856cd2f1efc106afc7bf21aef868509d5 (git)
Affected: ddc7c3042614e273044f698d2beab25cc3842d45 , < 669349b4612c26b3d7aacfa99d7174681bd19223 (git)
Affected: ddc7c3042614e273044f698d2beab25cc3842d45 , < 3ff85ae79e1a74baeb916b78a63d821f6d19a994 (git)
Affected: ddc7c3042614e273044f698d2beab25cc3842d45 , < 36a9012f76ba8d9189ae56a1f8bb7c87c07a1f3a (git)
Affected: ddc7c3042614e273044f698d2beab25cc3842d45 , < 76f2ebaf79a9ae6d0737b87f045fe769e425d78f (git)
Affected: ddc7c3042614e273044f698d2beab25cc3842d45 , < 99dbab7b5a12d8f58d5b0aa2f7a1fe656a70f4b2 (git)
Affected: ddc7c3042614e273044f698d2beab25cc3842d45 , < 1c22483a2c4bbf747787f328392ca3e68619c4dc (git)
guessed Create a notification for this product.
Linux Linux Affected: 5.4
Unaffected: 0 , < 5.4 (semver)
Unaffected: 5.10.267 , ≤ 5.10.* (semver)
Unaffected: 5.15.209 , ≤ 5.15.* (semver)
Unaffected: 6.1.175 , ≤ 6.1.* (semver)
Unaffected: 6.6.141 , ≤ 6.6.* (semver)
Unaffected: 6.12.91 , ≤ 6.12.* (semver)
Unaffected: 6.18.33 , ≤ 6.18.* (semver)
Unaffected: 7.0.10 , ≤ 7.0.* (semver)
Unaffected: 7.1 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "tools/lib/bpf/relo_core.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "c8e49b79c4b48bd687706ff6e9c82638dc81ef80",
              "status": "affected",
              "version": "ddc7c3042614e273044f698d2beab25cc3842d45",
              "versionType": "git"
            },
            {
              "lessThan": "a9e777f856cd2f1efc106afc7bf21aef868509d5",
              "status": "affected",
              "version": "ddc7c3042614e273044f698d2beab25cc3842d45",
              "versionType": "git"
            },
            {
              "lessThan": "669349b4612c26b3d7aacfa99d7174681bd19223",
              "status": "affected",
              "version": "ddc7c3042614e273044f698d2beab25cc3842d45",
              "versionType": "git"
            },
            {
              "lessThan": "3ff85ae79e1a74baeb916b78a63d821f6d19a994",
              "status": "affected",
              "version": "ddc7c3042614e273044f698d2beab25cc3842d45",
              "versionType": "git"
            },
            {
              "lessThan": "36a9012f76ba8d9189ae56a1f8bb7c87c07a1f3a",
              "status": "affected",
              "version": "ddc7c3042614e273044f698d2beab25cc3842d45",
              "versionType": "git"
            },
            {
              "lessThan": "76f2ebaf79a9ae6d0737b87f045fe769e425d78f",
              "status": "affected",
              "version": "ddc7c3042614e273044f698d2beab25cc3842d45",
              "versionType": "git"
            },
            {
              "lessThan": "99dbab7b5a12d8f58d5b0aa2f7a1fe656a70f4b2",
              "status": "affected",
              "version": "ddc7c3042614e273044f698d2beab25cc3842d45",
              "versionType": "git"
            },
            {
              "lessThan": "1c22483a2c4bbf747787f328392ca3e68619c4dc",
              "status": "affected",
              "version": "ddc7c3042614e273044f698d2beab25cc3842d45",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "tools/lib/bpf/relo_core.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.4"
            },
            {
              "lessThan": "5.4",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.267",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.209",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.175",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.141",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.91",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.33",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.0.*",
              "status": "unaffected",
              "version": "7.0.10",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.1",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.267",
                  "versionStartIncluding": "5.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.209",
                  "versionStartIncluding": "5.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.175",
                  "versionStartIncluding": "5.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.141",
                  "versionStartIncluding": "5.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.91",
                  "versionStartIncluding": "5.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.33",
                  "versionStartIncluding": "5.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0.10",
                  "versionStartIncluding": "5.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1",
                  "versionStartIncluding": "5.4",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf: reject negative CO-RE accessor indices in bpf_core_parse_spec()\n\nCO-RE accessor strings are colon-separated indices that describe a path\nfrom a root BTF type to a target field, e.g. \"0:1:2\" walks through\nnested struct members. bpf_core_parse_spec() parses each component with\nsscanf(\"%d\"), so negative values like -1 are silently accepted.  The\nsubsequent bounds checks (access_idx \u003e= btf_vlen(t)) only guard the\nupper bound and always pass for negative values because C integer\npromotion converts the __u16 btf_vlen result to int, making the\ncomparison (int)(-1) \u003e= (int)(N) false for any positive N.\n\nWhen -1 reaches btf_member_bit_offset() it gets cast to u32 0xffffffff,\nproducing an out-of-bounds read far past the members array.  A crafted\nBPF program with a negative CO-RE accessor on any struct that exists in\nvmlinux BTF (e.g. task_struct) crashes the kernel deterministically\nduring BPF_PROG_LOAD on any system with CONFIG_DEBUG_INFO_BTF=y\n(default on major distributions).  The bug is reachable with CAP_BPF:\n\n BUG: unable to handle page fault for address: ffffed11818b6626\n #PF: supervisor read access in kernel mode\n #PF: error_code(0x0000) - not-present page\n Oops: Oops: 0000 [#1] SMP KASAN NOPTI\n CPU: 0 UID: 0 PID: 85 Comm: poc Not tainted 7.0.0-rc6 #18 PREEMPT(full)\n RIP: 0010:bpf_core_parse_spec (tools/lib/bpf/relo_core.c:354)\n RAX: 00000000ffffffff\n Call Trace:\n  \u003cTASK\u003e\n  bpf_core_calc_relo_insn (tools/lib/bpf/relo_core.c:1321)\n  bpf_core_apply (kernel/bpf/btf.c:9507)\n  check_core_relo (kernel/bpf/verifier.c:19475)\n  bpf_check (kernel/bpf/verifier.c:26031)\n  bpf_prog_load (kernel/bpf/syscall.c:3089)\n  __sys_bpf (kernel/bpf/syscall.c:6228)\n  \u003c/TASK\u003e\n\nCO-RE accessor indices are inherently non-negative (struct member index,\narray element index, or enumerator index), so reject them immediately\nafter parsing."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-27T12:39:38.923Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/c8e49b79c4b48bd687706ff6e9c82638dc81ef80"
        },
        {
          "url": "https://git.kernel.org/stable/c/a9e777f856cd2f1efc106afc7bf21aef868509d5"
        },
        {
          "url": "https://git.kernel.org/stable/c/669349b4612c26b3d7aacfa99d7174681bd19223"
        },
        {
          "url": "https://git.kernel.org/stable/c/3ff85ae79e1a74baeb916b78a63d821f6d19a994"
        },
        {
          "url": "https://git.kernel.org/stable/c/36a9012f76ba8d9189ae56a1f8bb7c87c07a1f3a"
        },
        {
          "url": "https://git.kernel.org/stable/c/76f2ebaf79a9ae6d0737b87f045fe769e425d78f"
        },
        {
          "url": "https://git.kernel.org/stable/c/99dbab7b5a12d8f58d5b0aa2f7a1fe656a70f4b2"
        },
        {
          "url": "https://git.kernel.org/stable/c/1c22483a2c4bbf747787f328392ca3e68619c4dc"
        }
      ],
      "title": "bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec()",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-45839",
    "datePublished": "2026-05-27T09:24:37.855Z",
    "dateReserved": "2026-05-13T15:03:33.077Z",
    "dateUpdated": "2026-08-27T12:39:38.923Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-45839",
      "date": "2026-09-16",
      "epss": "0.00133",
      "percentile": "0.03235"
    },
    "microsoft_vex": {
      "current_release_date": "2026-06-09T14:39:21.000Z",
      "cve": "CVE-2026-45839",
      "id": "msrc_CVE-2026-45839",
      "initial_release_date": "2026-05-02T00:00:00.000Z",
      "product_status:fixed": "1",
      "product_status:known_affected": "1",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec()",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-45839.json",
      "version": "4"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-45839\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-05-27T11:16:23.247\",\"lastModified\":\"2026-08-27T13:18:06.500\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nbpf: reject negative CO-RE accessor indices in bpf_core_parse_spec()\\n\\nCO-RE accessor strings are colon-separated indices that describe a path\\nfrom a root BTF type to a target field, e.g. \\\"0:1:2\\\" walks through\\nnested struct members. bpf_core_parse_spec() parses each component with\\nsscanf(\\\"%d\\\"), so negative values like -1 are silently accepted.  The\\nsubsequent bounds checks (access_idx \u003e= btf_vlen(t)) only guard the\\nupper bound and always pass for negative values because C integer\\npromotion converts the __u16 btf_vlen result to int, making the\\ncomparison (int)(-1) \u003e= (int)(N) false for any positive N.\\n\\nWhen -1 reaches btf_member_bit_offset() it gets cast to u32 0xffffffff,\\nproducing an out-of-bounds read far past the members array.  A crafted\\nBPF program with a negative CO-RE accessor on any struct that exists in\\nvmlinux BTF (e.g. task_struct) crashes the kernel deterministically\\nduring BPF_PROG_LOAD on any system with CONFIG_DEBUG_INFO_BTF=y\\n(default on major distributions).  The bug is reachable with CAP_BPF:\\n\\n BUG: unable to handle page fault for address: ffffed11818b6626\\n #PF: supervisor read access in kernel mode\\n #PF: error_code(0x0000) - not-present page\\n Oops: Oops: 0000 [#1] SMP KASAN NOPTI\\n CPU: 0 UID: 0 PID: 85 Comm: poc Not tainted 7.0.0-rc6 #18 PREEMPT(full)\\n RIP: 0010:bpf_core_parse_spec (tools/lib/bpf/relo_core.c:354)\\n RAX: 00000000ffffffff\\n Call Trace:\\n  \u003cTASK\u003e\\n  bpf_core_calc_relo_insn (tools/lib/bpf/relo_core.c:1321)\\n  bpf_core_apply (kernel/bpf/btf.c:9507)\\n  check_core_relo (kernel/bpf/verifier.c:19475)\\n  bpf_check (kernel/bpf/verifier.c:26031)\\n  bpf_prog_load (kernel/bpf/syscall.c:3089)\\n  __sys_bpf (kernel/bpf/syscall.c:6228)\\n  \u003c/TASK\u003e\\n\\nCO-RE accessor indices are inherently non-negative (struct member index,\\narray element index, or enumerator index), so reject them immediately\\nafter parsing.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"tools/lib/bpf/relo_core.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"ddc7c3042614e273044f698d2beab25cc3842d45\",\"lessThan\":\"c8e49b79c4b48bd687706ff6e9c82638dc81ef80\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"ddc7c3042614e273044f698d2beab25cc3842d45\",\"lessThan\":\"a9e777f856cd2f1efc106afc7bf21aef868509d5\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"ddc7c3042614e273044f698d2beab25cc3842d45\",\"lessThan\":\"669349b4612c26b3d7aacfa99d7174681bd19223\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"ddc7c3042614e273044f698d2beab25cc3842d45\",\"lessThan\":\"3ff85ae79e1a74baeb916b78a63d821f6d19a994\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"ddc7c3042614e273044f698d2beab25cc3842d45\",\"lessThan\":\"36a9012f76ba8d9189ae56a1f8bb7c87c07a1f3a\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"ddc7c3042614e273044f698d2beab25cc3842d45\",\"lessThan\":\"76f2ebaf79a9ae6d0737b87f045fe769e425d78f\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"ddc7c3042614e273044f698d2beab25cc3842d45\",\"lessThan\":\"99dbab7b5a12d8f58d5b0aa2f7a1fe656a70f4b2\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"ddc7c3042614e273044f698d2beab25cc3842d45\",\"lessThan\":\"1c22483a2c4bbf747787f328392ca3e68619c4dc\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"tools/lib/bpf/relo_core.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.4\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"5.4\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.10.267\",\"lessThanOrEqual\":\"5.10.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.209\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.175\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.141\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.91\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.33\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.0.10\",\"lessThanOrEqual\":\"7.0.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-129\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.4\",\"versionEndExcluding\":\"5.15.209\",\"matchCriteriaId\":\"CA814827-273B-405B-91F6-4B1C750F3C12\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.16\",\"versionEndExcluding\":\"6.1.175\",\"matchCriteriaId\":\"92385813-D91D-480D-83A1-F423D2CBB2BA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.2\",\"versionEndExcluding\":\"6.6.141\",\"matchCriteriaId\":\"97A9FFFA-22BB-4D5C-9790-5A2286E392F7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.12.91\",\"matchCriteriaId\":\"C918746B-DE6F-448F-A93E-A04C5481688D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.13\",\"versionEndExcluding\":\"6.18.33\",\"matchCriteriaId\":\"96D99E49-380D-43AB-BDBA-25C3AD018A9C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.19\",\"versionEndExcluding\":\"7.0.10\",\"matchCriteriaId\":\"A13475D2-59BF-4716-94B5-7C1D239A2CF4\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/1c22483a2c4bbf747787f328392ca3e68619c4dc\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/36a9012f76ba8d9189ae56a1f8bb7c87c07a1f3a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/3ff85ae79e1a74baeb916b78a63d821f6d19a994\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/669349b4612c26b3d7aacfa99d7174681bd19223\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/76f2ebaf79a9ae6d0737b87f045fe769e425d78f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/99dbab7b5a12d8f58d5b0aa2f7a1fe656a70f4b2\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/a9e777f856cd2f1efc106afc7bf21aef868509d5\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/c8e49b79c4b48bd687706ff6e9c82638dc81ef80\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "None",
      "current_release_date": "2026-06-28T11:41:49+00:00",
      "cve": "CVE-2026-45839",
      "id": "CVE-2026-45839",
      "initial_release_date": "2026-05-27T00:00:00+00:00",
      "product_status:known_not_affected": "274",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec()",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-45839.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-11T01:15:02Z",
      "cve": "CVE-2026-45839",
      "id": "CVE-2026-45839",
      "initial_release_date": "2026-05-27T12:57:27Z",
      "product_status:first_fixed": "2",
      "product_status:known_affected": "578",
      "product_status:known_not_affected": "125",
      "product_status:recommended": "254",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-45839",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-45839.json",
      "version": "11"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…