CVE-2026-72250 (GCVE-0-2026-72250)

Vulnerability from cvelistv5 – Published: 2026-08-15 05:54 – Updated: 2026-08-17 05:42
VLAI
Title
netfilter: nf_conntrack_reasm: guard mac_header adjustment after IPv6 defrag
Summary
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conntrack_reasm: guard mac_header adjustment after IPv6 defrag nf_ct_frag6_reasm() slides the packet head forward to drop the IPv6 fragment header and then unconditionally advances skb->mac_header: skb->mac_header += sizeof(struct frag_hdr); On the NF_INET_LOCAL_OUT defrag path the skb has no link-layer header yet, so skb->mac_header is still the "not set" sentinel (u16)~0U. Adding sizeof(struct frag_hdr) wraps it to a small value (0xffff + 8 == 7), after which skb_mac_header_was_set() wrongly reports a MAC header is present and skb_mac_header() points into the headroom. The reassembler has done this unconditional add since it was introduced; it was harmless while mac_header was a bare pointer, but wrong once mac_header became a u16 offset whose unset state is the ~0U sentinel tested by skb_mac_header_was_set(). The sibling net/ipv6/reassembly.c does the same relocation and does guard the adjustment; mirror the guard here.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1 , < 6e8cd710ca35c576f5f2e5a396047c9ac61f75e5 (git)
Affected: 9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1 , < 2a95ec21824a8ad81ad660b12231456fc0ac9830 (git)
Affected: 9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1 , < bbcdef2061b170af45702ce6b359c02c12acfc94 (git)
Affected: 9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1 , < cd0d7bbc027b4d3329712cdcdeb4e5567ffd0d58 (git)
Affected: 9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1 , < 53ef70a315420ed31581d38343684b3bf9a3c76d (git)
Affected: 9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1 , < a58230f3a7c4f6c3261786bc1efb72c42e68cd25 (git)
Affected: 9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1 , < 00bdce2fda7e430d24cfbc96764a1b96deb31f82 (git)
Affected: 9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1 , < 3b08fed5b7e0d5e3a25d73ef3ba09cd33ade16c9 (git)
guessed Create a notification for this product.
Linux Linux Affected: 2.6.15
Unaffected: 0 , < 2.6.15 (semver)
Unaffected: 5.10.261 , ≤ 5.10.* (semver)
Unaffected: 5.15.212 , ≤ 5.15.* (semver)
Unaffected: 6.1.178 , ≤ 6.1.* (semver)
Unaffected: 6.6.145 , ≤ 6.6.* (semver)
Unaffected: 6.12.97 , ≤ 6.12.* (semver)
Unaffected: 6.18.40 , ≤ 6.18.* (semver)
Unaffected: 7.1.5 , ≤ 7.1.* (semver)
Unaffected: 7.2 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "net/ipv6/netfilter/nf_conntrack_reasm.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "6e8cd710ca35c576f5f2e5a396047c9ac61f75e5",
              "status": "affected",
              "version": "9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1",
              "versionType": "git"
            },
            {
              "lessThan": "2a95ec21824a8ad81ad660b12231456fc0ac9830",
              "status": "affected",
              "version": "9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1",
              "versionType": "git"
            },
            {
              "lessThan": "bbcdef2061b170af45702ce6b359c02c12acfc94",
              "status": "affected",
              "version": "9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1",
              "versionType": "git"
            },
            {
              "lessThan": "cd0d7bbc027b4d3329712cdcdeb4e5567ffd0d58",
              "status": "affected",
              "version": "9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1",
              "versionType": "git"
            },
            {
              "lessThan": "53ef70a315420ed31581d38343684b3bf9a3c76d",
              "status": "affected",
              "version": "9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1",
              "versionType": "git"
            },
            {
              "lessThan": "a58230f3a7c4f6c3261786bc1efb72c42e68cd25",
              "status": "affected",
              "version": "9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1",
              "versionType": "git"
            },
            {
              "lessThan": "00bdce2fda7e430d24cfbc96764a1b96deb31f82",
              "status": "affected",
              "version": "9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1",
              "versionType": "git"
            },
            {
              "lessThan": "3b08fed5b7e0d5e3a25d73ef3ba09cd33ade16c9",
              "status": "affected",
              "version": "9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "net/ipv6/netfilter/nf_conntrack_reasm.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "2.6.15"
            },
            {
              "lessThan": "2.6.15",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.261",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.212",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.178",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.145",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.97",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.40",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.5",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.2",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.261",
                  "versionStartIncluding": "2.6.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.212",
                  "versionStartIncluding": "2.6.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.178",
                  "versionStartIncluding": "2.6.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.145",
                  "versionStartIncluding": "2.6.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.97",
                  "versionStartIncluding": "2.6.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.40",
                  "versionStartIncluding": "2.6.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.5",
                  "versionStartIncluding": "2.6.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "2.6.15",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: nf_conntrack_reasm: guard mac_header adjustment after IPv6 defrag\n\nnf_ct_frag6_reasm() slides the packet head forward to drop the IPv6\nfragment header and then unconditionally advances skb-\u003emac_header:\n\n\tskb-\u003emac_header += sizeof(struct frag_hdr);\n\nOn the NF_INET_LOCAL_OUT defrag path the skb has no link-layer header\nyet, so skb-\u003emac_header is still the \"not set\" sentinel (u16)~0U. Adding\nsizeof(struct frag_hdr) wraps it to a small value (0xffff + 8 == 7),\nafter which skb_mac_header_was_set() wrongly reports a MAC header is\npresent and skb_mac_header() points into the headroom.\n\nThe reassembler has done this unconditional add since it was introduced;\nit was harmless while mac_header was a bare pointer, but wrong once\nmac_header became a u16 offset whose unset state is the ~0U sentinel\ntested by skb_mac_header_was_set(). The sibling net/ipv6/reassembly.c\ndoes the same relocation and does guard the adjustment; mirror the\nguard here."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:L - The bug triggers only when nf_ct_frag6_reasm() runs on NF_INET_LOCAL_OUT with skb-\u003emac_header still unset (~0U). That requires injecting pre-fragmented IPv6 into the local output path (e.g., AF_INET6 SOCK_RAW), not standard remotely received PRE_ROUTING traffic where mac_header is already valid and the adjustment is correct.\nAC:L - An attacker who can send raw IPv6 fragments can reliably complete conntrack reassembly by crafting matching fragment ID/source/destination tuples. nf_defrag_ipv6 is enabled automatically whenever IPv6 connection tracking is in use (typical on nftables/iptables hosts), so no rare race or admin-only timing is needed.\nPR:L - Triggering handcrafted IPv6 fragments requires CAP_NET_RAW. On systems with unprivileged user namespaces, a local user can obtain CAP_NET_RAW (and CAP_NET_ADMIN for conntrack) via unshare -Urn, so required privileges are Low rather than High root-only access.\nUI:N - Exploitation requires only attacker-controlled fragmented IPv6 traffic and an active conntrack defrag path; it does not depend on any victim user action such as opening files, mounting filesystems, or clicking links.\nS:U - Impact is skb metadata corruption within the kernel network stack in the same security domain. It does not inherently cross VM, container runtime, or IOMMU boundaries without separate privilege-escalation exploitation.\nC:H - Adding sizeof(frag_hdr) to the unset mac_header sentinel wraps to a small offset, so skb_mac_header_was_set() becomes true and skb_mac_header() points into skb headroom. Downstream netfilter/nft L2 helpers can then perform out-of-bounds reads, leaking stale kernel data from headroom.\nI:H - The bogus mac_header and inflated skb_mac_header_len() misdirect later L2 header access and nft payload/meta write paths to incorrect offsets in skb headroom or packet data, enabling memory corruption that can be leveraged for arbitrary kernel writes or control-flow hijacking.\nA:H - Corrupted skb header state can cause kernel oops, panic, or fatal faults when subsequent LOCAL_OUT, netfilter, or output routines use the invalid MAC header pointer, and the associated memory corruption can crash the system even without full exploit development."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-17T05:42:02.183Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/6e8cd710ca35c576f5f2e5a396047c9ac61f75e5"
        },
        {
          "url": "https://git.kernel.org/stable/c/2a95ec21824a8ad81ad660b12231456fc0ac9830"
        },
        {
          "url": "https://git.kernel.org/stable/c/bbcdef2061b170af45702ce6b359c02c12acfc94"
        },
        {
          "url": "https://git.kernel.org/stable/c/cd0d7bbc027b4d3329712cdcdeb4e5567ffd0d58"
        },
        {
          "url": "https://git.kernel.org/stable/c/53ef70a315420ed31581d38343684b3bf9a3c76d"
        },
        {
          "url": "https://git.kernel.org/stable/c/a58230f3a7c4f6c3261786bc1efb72c42e68cd25"
        },
        {
          "url": "https://git.kernel.org/stable/c/00bdce2fda7e430d24cfbc96764a1b96deb31f82"
        },
        {
          "url": "https://git.kernel.org/stable/c/3b08fed5b7e0d5e3a25d73ef3ba09cd33ade16c9"
        }
      ],
      "title": "netfilter: nf_conntrack_reasm: guard mac_header adjustment after IPv6 defrag",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-72250",
    "datePublished": "2026-08-15T05:54:39.134Z",
    "dateReserved": "2026-08-09T03:40:39.915Z",
    "dateUpdated": "2026-08-17T05:42:02.183Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-72250",
      "date": "2026-09-20",
      "epss": "0.00169",
      "percentile": "0.06611"
    },
    "nvd": {
      "cve": {
        "affected": [
          {
            "affectedData": [
              {
                "defaultStatus": "unaffected",
                "product": "Linux",
                "programFiles": [
                  "net/ipv6/netfilter/nf_conntrack_reasm.c"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "lessThan": "6e8cd710ca35c576f5f2e5a396047c9ac61f75e5",
                    "status": "affected",
                    "version": "9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "2a95ec21824a8ad81ad660b12231456fc0ac9830",
                    "status": "affected",
                    "version": "9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "bbcdef2061b170af45702ce6b359c02c12acfc94",
                    "status": "affected",
                    "version": "9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "cd0d7bbc027b4d3329712cdcdeb4e5567ffd0d58",
                    "status": "affected",
                    "version": "9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "53ef70a315420ed31581d38343684b3bf9a3c76d",
                    "status": "affected",
                    "version": "9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "a58230f3a7c4f6c3261786bc1efb72c42e68cd25",
                    "status": "affected",
                    "version": "9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "00bdce2fda7e430d24cfbc96764a1b96deb31f82",
                    "status": "affected",
                    "version": "9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "3b08fed5b7e0d5e3a25d73ef3ba09cd33ade16c9",
                    "status": "affected",
                    "version": "9fb9cbb1082d6b31fb45aa1a14432449a0df6cf1",
                    "versionType": "git"
                  }
                ]
              },
              {
                "defaultStatus": "affected",
                "product": "Linux",
                "programFiles": [
                  "net/ipv6/netfilter/nf_conntrack_reasm.c"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "status": "affected",
                    "version": "2.6.15"
                  },
                  {
                    "lessThan": "2.6.15",
                    "status": "unaffected",
                    "version": "0",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "5.10.*",
                    "status": "unaffected",
                    "version": "5.10.261",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "5.15.*",
                    "status": "unaffected",
                    "version": "5.15.212",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.1.*",
                    "status": "unaffected",
                    "version": "6.1.178",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.6.*",
                    "status": "unaffected",
                    "version": "6.6.145",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.12.*",
                    "status": "unaffected",
                    "version": "6.12.97",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.18.*",
                    "status": "unaffected",
                    "version": "6.18.40",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "7.1.*",
                    "status": "unaffected",
                    "version": "7.1.5",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "*",
                    "status": "unaffected",
                    "version": "7.2",
                    "versionType": "original_commit_for_fix"
                  }
                ]
              }
            ],
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
          }
        ],
        "cveTags": [],
        "descriptions": [
          {
            "lang": "en",
            "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: nf_conntrack_reasm: guard mac_header adjustment after IPv6 defrag\n\nnf_ct_frag6_reasm() slides the packet head forward to drop the IPv6\nfragment header and then unconditionally advances skb-\u003emac_header:\n\n\tskb-\u003emac_header += sizeof(struct frag_hdr);\n\nOn the NF_INET_LOCAL_OUT defrag path the skb has no link-layer header\nyet, so skb-\u003emac_header is still the \"not set\" sentinel (u16)~0U. Adding\nsizeof(struct frag_hdr) wraps it to a small value (0xffff + 8 == 7),\nafter which skb_mac_header_was_set() wrongly reports a MAC header is\npresent and skb_mac_header() points into the headroom.\n\nThe reassembler has done this unconditional add since it was introduced;\nit was harmless while mac_header was a bare pointer, but wrong once\nmac_header became a u16 offset whose unset state is the ~0U sentinel\ntested by skb_mac_header_was_set(). The sibling net/ipv6/reassembly.c\ndoes the same relocation and does guard the adjustment; mirror the\nguard here."
          }
        ],
        "id": "CVE-2026-72250",
        "lastModified": "2026-08-17T06:18:27.010",
        "metrics": {
          "cvssMetricV31": [
            {
              "cvssData": {
                "attackComplexity": "LOW",
                "attackVector": "LOCAL",
                "availabilityImpact": "HIGH",
                "baseScore": 7.8,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                "version": "3.1"
              },
              "exploitabilityScore": 1.8,
              "impactScore": 5.9,
              "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
              "type": "Secondary"
            }
          ]
        },
        "published": "2026-08-15T06:21:52.267",
        "references": [
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/00bdce2fda7e430d24cfbc96764a1b96deb31f82"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/2a95ec21824a8ad81ad660b12231456fc0ac9830"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/3b08fed5b7e0d5e3a25d73ef3ba09cd33ade16c9"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/53ef70a315420ed31581d38343684b3bf9a3c76d"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/6e8cd710ca35c576f5f2e5a396047c9ac61f75e5"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/a58230f3a7c4f6c3261786bc1efb72c42e68cd25"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/bbcdef2061b170af45702ce6b359c02c12acfc94"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/cd0d7bbc027b4d3329712cdcdeb4e5567ffd0d58"
          }
        ],
        "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "vulnStatus": "Received"
      }
    },
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-18T17:59:11+00:00",
      "cve": "CVE-2026-72250",
      "id": "CVE-2026-72250",
      "initial_release_date": "2026-08-15T00:00:00+00:00",
      "product_status:known_affected": "274",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: netfilter: nf_conntrack_reasm: guard mac_header adjustment after IPv6 defrag",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-72250.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-08-31T16:26:26Z",
      "cve": "CVE-2026-72250",
      "id": "CVE-2026-72250",
      "initial_release_date": "2026-08-31T16:26:26Z",
      "product_status:known_affected": "321",
      "product_status:known_not_affected": "41",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-72250",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-72250.json",
      "version": "2"
    }
  }
}



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…