CVE-2026-72251 (GCVE-0-2026-72251)

Vulnerability from cvelistv5 – Published: 2026-08-15 05:54 – Updated: 2026-08-17 05:42
VLAI
Title
netfilter: nf_nat_sip: reload possible stale data pointer
Summary
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_nat_sip: reload possible stale data pointer quoting sashiko: ------------------------------------------------------------------------ [..] noticed a potential memory bug and header corruption involving the SIP NAT helper. In net/netfilter/nf_nat_sip.c:nf_nat_sip(): if (skb_ensure_writable(skb, skb->len)) { nf_ct_helper_log(skb, ct, "cannot mangle packet"); return NF_DROP; } uh = (void *)skb->data + protoff; uh->dest = ct_sip_info->forced_dport; if (!nf_nat_mangle_udp_packet(skb, ct, ctinfo, protoff, 0, 0, NULL, 0)) { If a cloned or fragmented SKB is reallocated by skb_ensure_writable(), the old data buffer is freed. However, nf_nat_sip() fails to update *dptr to point to the new buffer. It also appears to use nf_nat_mangle_udp_packet() on what could be a TCP packet, which would overwrite the sequence number with a checksum update. ------------------------------------------------------------------------ nf_conntrack_sip linerizes skbs, hence no fragmented skb can be seen. But clones are possible, so rebuild dptr. Disable nf_nat_mangle_udp_packet() branch for TCP streams. It doesn't look like this can ever happen, else we should have received bug reports about this, so just check the conntrack is UDP and drop otherwise. The calling conntrack_sip set ->forced_dport for SIP_HDR_VIA_UDP messages, so I don't think this is ever expected to be true for a TCP stream.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 7266507d89991fa1e989283e4e032c6d9357fe26 , < bded21a4bf9bf86a79148be735723a97ca9a7532 (git)
Affected: 7266507d89991fa1e989283e4e032c6d9357fe26 , < dc11f26685aa850f237226f0f463647aea58ab7c (git)
Affected: 7266507d89991fa1e989283e4e032c6d9357fe26 , < e38143c9b477f2968024c47c647dd4456a40aff1 (git)
Affected: 7266507d89991fa1e989283e4e032c6d9357fe26 , < 57e4e29644ec054d7021d296407e7ddd844afea2 (git)
Affected: 7266507d89991fa1e989283e4e032c6d9357fe26 , < eae9c6ccb5af69c713a65f8ae219f5c1aa32cd17 (git)
Affected: 7266507d89991fa1e989283e4e032c6d9357fe26 , < 2bcf2c5052fb5e73e255140ab43f056aef409c27 (git)
Affected: 7266507d89991fa1e989283e4e032c6d9357fe26 , < 0e76e3e886cc9ee027337d5ad39cb96f57b7bdc7 (git)
Affected: 7266507d89991fa1e989283e4e032c6d9357fe26 , < 77e43bcb7ec177e293a5c3f1b91a2c5aebfb6c68 (git)
guessed Create a notification for this product.
Linux Linux Affected: 3.9
Unaffected: 0 , < 3.9 (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/netfilter/nf_nat_sip.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "bded21a4bf9bf86a79148be735723a97ca9a7532",
              "status": "affected",
              "version": "7266507d89991fa1e989283e4e032c6d9357fe26",
              "versionType": "git"
            },
            {
              "lessThan": "dc11f26685aa850f237226f0f463647aea58ab7c",
              "status": "affected",
              "version": "7266507d89991fa1e989283e4e032c6d9357fe26",
              "versionType": "git"
            },
            {
              "lessThan": "e38143c9b477f2968024c47c647dd4456a40aff1",
              "status": "affected",
              "version": "7266507d89991fa1e989283e4e032c6d9357fe26",
              "versionType": "git"
            },
            {
              "lessThan": "57e4e29644ec054d7021d296407e7ddd844afea2",
              "status": "affected",
              "version": "7266507d89991fa1e989283e4e032c6d9357fe26",
              "versionType": "git"
            },
            {
              "lessThan": "eae9c6ccb5af69c713a65f8ae219f5c1aa32cd17",
              "status": "affected",
              "version": "7266507d89991fa1e989283e4e032c6d9357fe26",
              "versionType": "git"
            },
            {
              "lessThan": "2bcf2c5052fb5e73e255140ab43f056aef409c27",
              "status": "affected",
              "version": "7266507d89991fa1e989283e4e032c6d9357fe26",
              "versionType": "git"
            },
            {
              "lessThan": "0e76e3e886cc9ee027337d5ad39cb96f57b7bdc7",
              "status": "affected",
              "version": "7266507d89991fa1e989283e4e032c6d9357fe26",
              "versionType": "git"
            },
            {
              "lessThan": "77e43bcb7ec177e293a5c3f1b91a2c5aebfb6c68",
              "status": "affected",
              "version": "7266507d89991fa1e989283e4e032c6d9357fe26",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "net/netfilter/nf_nat_sip.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "3.9"
            },
            {
              "lessThan": "3.9",
              "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": "3.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.212",
                  "versionStartIncluding": "3.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.178",
                  "versionStartIncluding": "3.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.145",
                  "versionStartIncluding": "3.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.97",
                  "versionStartIncluding": "3.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.40",
                  "versionStartIncluding": "3.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.5",
                  "versionStartIncluding": "3.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "3.9",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: nf_nat_sip: reload possible stale data pointer\n\nquoting sashiko:\n ------------------------------------------------------------------------\n [..] noticed a potential memory bug and header corruption involving the\n SIP NAT helper.\n\n In net/netfilter/nf_nat_sip.c:nf_nat_sip():\n\tif (skb_ensure_writable(skb, skb-\u003elen)) {\n\t\tnf_ct_helper_log(skb, ct, \"cannot mangle packet\");\n\t\treturn NF_DROP;\n\t}\n\tuh = (void *)skb-\u003edata + protoff;\n\tuh-\u003edest = ct_sip_info-\u003eforced_dport;\n\tif (!nf_nat_mangle_udp_packet(skb, ct, ctinfo, protoff,\n\t\t\t\t      0, 0, NULL, 0)) {\n\n If a cloned or fragmented SKB is reallocated by skb_ensure_writable(), the\n old data buffer is freed. However, nf_nat_sip() fails to update *dptr to\n point to the new buffer.\n\n It also appears to use nf_nat_mangle_udp_packet() on what could be a TCP\n packet, which would overwrite the sequence number with a checksum update.\n ------------------------------------------------------------------------\n\nnf_conntrack_sip linerizes skbs, hence no fragmented skb can be seen.\nBut clones are possible, so rebuild dptr.\n\nDisable nf_nat_mangle_udp_packet() branch for TCP streams.\nIt doesn\u0027t look like this can ever happen, else we should have received\nbug reports about this, so just check the conntrack is UDP and drop\notherwise.\n\nThe calling conntrack_sip set -\u003eforced_dport for SIP_HDR_VIA_UDP messages,\nso I don\u0027t think this is ever expected to be true for a TCP stream."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:N - The bug is hit in nf_nat_sip() from sip_help_udp/tcp() during nf_confirm() on POST_ROUTING/LOCAL_IN while processing attacker-supplied SIP/UDP or SIP/TCP packets traversing a netfilter NAT gateway, so exploitation is via remote network traffic rather than local syscalls or physical access.\nAC:L - Once nf_conntrack_sip and nf_nat_sip are active on a NATed SIP flow, a remote peer can set forced_dport with a crafted Via header and drive the reply-path skb_ensure_writable() reallocation on cloned skbs without races or rare layout luck.\nPR:N - Exploitation needs no privileges on the victim kernel; a remote SIP endpoint only has to send malicious SIP through an already-configured SIP conntrack/NAT helper, with no authentication or local access to the firewall or router.\nUI:N - No victim user action is required beyond normal automated packet forwarding; the SIP helper parses and NAT-rewrites attacker-supplied SIP data in softirq during connection-tracking confirmation without opening files, clicking links, or mounting filesystems.\nS:U - Impact stays within kernel netfilter/conntrack memory on the same security authority (for example a NAT firewall, SBC, or VoIP gateway). This is standard kernel memory corruption, not a VM escape, sandbox breakout, or cross-tenant boundary violation.\nC:H - skb_ensure_writable() can free the old linear buffer while *dptr still points into it; sip_help_tcp() then continues parsing with that stale pointer, giving a use-after-free read of freed skb data and enabling disclosure of adjacent kernel heap contents.\nI:H - The stale dptr UAF and, on TCP flows, mistaken nf_nat_mangle_udp_packet() header rewriting corrupt kernel packet-buffer memory; such heap corruption is exploitable with grooming for arbitrary writes, control-flow hijacking, and kernel code execution.\nA:H - Use-after-free and mis-mangled L4 headers during softirq SIP NAT processing can trigger kernel oops/panic or reliably drop or corrupt in-flight VoIP signaling, causing high availability impact on internet-facing NAT/SBC systems handling SIP."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-17T05:42:03.339Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/bded21a4bf9bf86a79148be735723a97ca9a7532"
        },
        {
          "url": "https://git.kernel.org/stable/c/dc11f26685aa850f237226f0f463647aea58ab7c"
        },
        {
          "url": "https://git.kernel.org/stable/c/e38143c9b477f2968024c47c647dd4456a40aff1"
        },
        {
          "url": "https://git.kernel.org/stable/c/57e4e29644ec054d7021d296407e7ddd844afea2"
        },
        {
          "url": "https://git.kernel.org/stable/c/eae9c6ccb5af69c713a65f8ae219f5c1aa32cd17"
        },
        {
          "url": "https://git.kernel.org/stable/c/2bcf2c5052fb5e73e255140ab43f056aef409c27"
        },
        {
          "url": "https://git.kernel.org/stable/c/0e76e3e886cc9ee027337d5ad39cb96f57b7bdc7"
        },
        {
          "url": "https://git.kernel.org/stable/c/77e43bcb7ec177e293a5c3f1b91a2c5aebfb6c68"
        }
      ],
      "title": "netfilter: nf_nat_sip: reload possible stale data pointer",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-72251",
    "datePublished": "2026-08-15T05:54:39.983Z",
    "dateReserved": "2026-08-09T03:40:39.915Z",
    "dateUpdated": "2026-08-17T05:42:03.339Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-72251",
      "date": "2026-08-27",
      "epss": "0.00714",
      "percentile": "0.51052"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-72251\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-08-15T06:21:52.393\",\"lastModified\":\"2026-08-17T06:18:27.173\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnetfilter: nf_nat_sip: reload possible stale data pointer\\n\\nquoting sashiko:\\n ------------------------------------------------------------------------\\n [..] noticed a potential memory bug and header corruption involving the\\n SIP NAT helper.\\n\\n In net/netfilter/nf_nat_sip.c:nf_nat_sip():\\n\\tif (skb_ensure_writable(skb, skb-\u003elen)) {\\n\\t\\tnf_ct_helper_log(skb, ct, \\\"cannot mangle packet\\\");\\n\\t\\treturn NF_DROP;\\n\\t}\\n\\tuh = (void *)skb-\u003edata + protoff;\\n\\tuh-\u003edest = ct_sip_info-\u003eforced_dport;\\n\\tif (!nf_nat_mangle_udp_packet(skb, ct, ctinfo, protoff,\\n\\t\\t\\t\\t      0, 0, NULL, 0)) {\\n\\n If a cloned or fragmented SKB is reallocated by skb_ensure_writable(), the\\n old data buffer is freed. However, nf_nat_sip() fails to update *dptr to\\n point to the new buffer.\\n\\n It also appears to use nf_nat_mangle_udp_packet() on what could be a TCP\\n packet, which would overwrite the sequence number with a checksum update.\\n ------------------------------------------------------------------------\\n\\nnf_conntrack_sip linerizes skbs, hence no fragmented skb can be seen.\\nBut clones are possible, so rebuild dptr.\\n\\nDisable nf_nat_mangle_udp_packet() branch for TCP streams.\\nIt doesn\u0027t look like this can ever happen, else we should have received\\nbug reports about this, so just check the conntrack is UDP and drop\\notherwise.\\n\\nThe calling conntrack_sip set -\u003eforced_dport for SIP_HDR_VIA_UDP messages,\\nso I don\u0027t think this is ever expected to be true for a TCP stream.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"net/netfilter/nf_nat_sip.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"7266507d89991fa1e989283e4e032c6d9357fe26\",\"lessThan\":\"bded21a4bf9bf86a79148be735723a97ca9a7532\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"7266507d89991fa1e989283e4e032c6d9357fe26\",\"lessThan\":\"dc11f26685aa850f237226f0f463647aea58ab7c\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"7266507d89991fa1e989283e4e032c6d9357fe26\",\"lessThan\":\"e38143c9b477f2968024c47c647dd4456a40aff1\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"7266507d89991fa1e989283e4e032c6d9357fe26\",\"lessThan\":\"57e4e29644ec054d7021d296407e7ddd844afea2\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"7266507d89991fa1e989283e4e032c6d9357fe26\",\"lessThan\":\"eae9c6ccb5af69c713a65f8ae219f5c1aa32cd17\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"7266507d89991fa1e989283e4e032c6d9357fe26\",\"lessThan\":\"2bcf2c5052fb5e73e255140ab43f056aef409c27\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"7266507d89991fa1e989283e4e032c6d9357fe26\",\"lessThan\":\"0e76e3e886cc9ee027337d5ad39cb96f57b7bdc7\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"7266507d89991fa1e989283e4e032c6d9357fe26\",\"lessThan\":\"77e43bcb7ec177e293a5c3f1b91a2c5aebfb6c68\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"net/netfilter/nf_nat_sip.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"3.9\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"3.9\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.10.261\",\"lessThanOrEqual\":\"5.10.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.212\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.178\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.145\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.97\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.40\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1.5\",\"lessThanOrEqual\":\"7.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.2\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9}]},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/0e76e3e886cc9ee027337d5ad39cb96f57b7bdc7\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/2bcf2c5052fb5e73e255140ab43f056aef409c27\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/57e4e29644ec054d7021d296407e7ddd844afea2\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/77e43bcb7ec177e293a5c3f1b91a2c5aebfb6c68\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/bded21a4bf9bf86a79148be735723a97ca9a7532\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/dc11f26685aa850f237226f0f463647aea58ab7c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/e38143c9b477f2968024c47c647dd4456a40aff1\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/eae9c6ccb5af69c713a65f8ae219f5c1aa32cd17\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-18T13:35:25+00:00",
      "cve": "CVE-2026-72251",
      "id": "CVE-2026-72251",
      "initial_release_date": "2026-08-15T00:00:00+00:00",
      "product_status:known_affected": "260",
      "product_status:known_not_affected": "14",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: netfilter: nf_nat_sip: reload possible stale data pointer",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-72251.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "important",
      "current_release_date": "2026-08-21T00:42:10Z",
      "cve": "CVE-2026-72251",
      "id": "CVE-2026-72251",
      "initial_release_date": "2026-08-21T00:42:10Z",
      "product_status:known_affected": "284",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-72251",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-72251.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…

Loading…