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

CVE-2026-72436 (GCVE-0-2026-72436)

Vulnerability from cvelistv5 – Published: 2026-08-15 05:56 – Updated: 2026-08-17 05:44
VLAI
Title
netfilter: ipset: Don't use test_bit() in lockless RCU readers in hash types
Summary
In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: Don't use test_bit() in lockless RCU readers in hash types Sashiko pointed out that there are a few lockless RCU readers using test_bit() which is a relaxed atomic operation and provides no memory barrier guarantees. Use test_bit_acquire() instead where the operation may run parallel with add/del/gc, i.e. is not one from the next cases - protected by region lock - in a set destroy phase - in a new/temporary set creation phase
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 18f84d41d34fa35d0d64bbaea01fe664553ecc06 , < c107233d2ff4fd7cef5d02f9124b99194957a710 (git)
Affected: 18f84d41d34fa35d0d64bbaea01fe664553ecc06 , < 6329d3a9afe715fddda0460cfa46b496d61c2fe0 (git)
Affected: 18f84d41d34fa35d0d64bbaea01fe664553ecc06 , < 7445fe965b7d8756070a40e80f8b73348ccda1d7 (git)
Affected: 18f84d41d34fa35d0d64bbaea01fe664553ecc06 , < c4d257734e91bfcdc71d41843392dd6400b5bb1b (git)
Affected: 18f84d41d34fa35d0d64bbaea01fe664553ecc06 , < 3219d74e4536658c937fd878a327257b86ce80dd (git)
Affected: 18f84d41d34fa35d0d64bbaea01fe664553ecc06 , < e4b4984e28c16406ecb318444dea4a8bf47def3e (git)
guessed Create a notification for this product.
Linux Linux Affected: 4.2
Unaffected: 0 , < 4.2 (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/ipset/ip_set_hash_gen.h"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "c107233d2ff4fd7cef5d02f9124b99194957a710",
              "status": "affected",
              "version": "18f84d41d34fa35d0d64bbaea01fe664553ecc06",
              "versionType": "git"
            },
            {
              "lessThan": "6329d3a9afe715fddda0460cfa46b496d61c2fe0",
              "status": "affected",
              "version": "18f84d41d34fa35d0d64bbaea01fe664553ecc06",
              "versionType": "git"
            },
            {
              "lessThan": "7445fe965b7d8756070a40e80f8b73348ccda1d7",
              "status": "affected",
              "version": "18f84d41d34fa35d0d64bbaea01fe664553ecc06",
              "versionType": "git"
            },
            {
              "lessThan": "c4d257734e91bfcdc71d41843392dd6400b5bb1b",
              "status": "affected",
              "version": "18f84d41d34fa35d0d64bbaea01fe664553ecc06",
              "versionType": "git"
            },
            {
              "lessThan": "3219d74e4536658c937fd878a327257b86ce80dd",
              "status": "affected",
              "version": "18f84d41d34fa35d0d64bbaea01fe664553ecc06",
              "versionType": "git"
            },
            {
              "lessThan": "e4b4984e28c16406ecb318444dea4a8bf47def3e",
              "status": "affected",
              "version": "18f84d41d34fa35d0d64bbaea01fe664553ecc06",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "net/netfilter/ipset/ip_set_hash_gen.h"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "4.2"
            },
            {
              "lessThan": "4.2",
              "status": "unaffected",
              "version": "0",
              "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": "6.1.178",
                  "versionStartIncluding": "4.2",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.145",
                  "versionStartIncluding": "4.2",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.97",
                  "versionStartIncluding": "4.2",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.40",
                  "versionStartIncluding": "4.2",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.5",
                  "versionStartIncluding": "4.2",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "4.2",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: ipset: Don\u0027t use test_bit() in lockless RCU readers in hash types\n\nSashiko pointed out that there are a few lockless RCU readers\nusing test_bit() which is a relaxed atomic operation and\nprovides no memory barrier guarantees. Use test_bit_acquire()\ninstead where the operation may run parallel with add/del/gc,\ni.e. is not one from the next cases\n\n- protected by region lock\n- in a set destroy phase\n- in a new/temporary set creation phase"
        }
      ],
      "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 vulnerable mtype_test() runs on every packet matched by iptables/nftables xt_set rules in PREROUTING/INPUT/FORWARD, so a remote attacker reaches the bug by sending network traffic to internet-facing servers using ipset-based firewall blocklists.\nAC:L - The attacker controls both sides of the race by flooding packets that trigger lockless RCU readers while concurrently driving hash add/del via SET target rules or timeout GC on the same ipset, making the memory-ordering race reliably winnable.\nPR:N - No credentials or local access are required on the target; exploitation needs only unauthenticated network packets to a host running ipset netfilter rules, a standard deployment on firewalls, mail servers, and CDN edge nodes.\nUI:N - No victim interaction is needed; the attack is fully automated by sending network traffic and does not require mounting filesystems, opening files, or any other user action.\nS:U - The vulnerability corrupts or leaks kernel heap data within the same host security boundary; it does not cross VM, container, or IOMMU isolation boundaries.\nC:H - Without acquire semantics, test_bit() can observe a slot as used before element writes are visible or after deletion, causing reads of uninitialized, stale, or freed hbucket element and extension memory\u2014a UAF-class kernel information disclosure.\nI:H - Stale or torn reads of hash bucket elements during concurrent add/del/gc constitute kernel heap memory safety violations that can corrupt netfilter matching decisions and be further leveraged for control-flow or data manipulation attacks.\nA:H - Reading partially initialized or post-destroy hash element memory during softirq packet processing on loaded firewall datapaths can trigger kernel oopses, panics, or hangs, causing complete loss of availability."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-17T05:44:12.018Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/c107233d2ff4fd7cef5d02f9124b99194957a710"
        },
        {
          "url": "https://git.kernel.org/stable/c/6329d3a9afe715fddda0460cfa46b496d61c2fe0"
        },
        {
          "url": "https://git.kernel.org/stable/c/7445fe965b7d8756070a40e80f8b73348ccda1d7"
        },
        {
          "url": "https://git.kernel.org/stable/c/c4d257734e91bfcdc71d41843392dd6400b5bb1b"
        },
        {
          "url": "https://git.kernel.org/stable/c/3219d74e4536658c937fd878a327257b86ce80dd"
        },
        {
          "url": "https://git.kernel.org/stable/c/e4b4984e28c16406ecb318444dea4a8bf47def3e"
        }
      ],
      "title": "netfilter: ipset: Don\u0027t use test_bit() in lockless RCU readers in hash types",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-72436",
    "datePublished": "2026-08-15T05:56:50.051Z",
    "dateReserved": "2026-08-09T03:40:39.929Z",
    "dateUpdated": "2026-08-17T05:44:12.018Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-72436",
      "date": "2026-09-16",
      "epss": "0.00712",
      "percentile": "0.5189"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-72436\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-08-15T06:22:17.453\",\"lastModified\":\"2026-08-17T06:19:10.953\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnetfilter: ipset: Don\u0027t use test_bit() in lockless RCU readers in hash types\\n\\nSashiko pointed out that there are a few lockless RCU readers\\nusing test_bit() which is a relaxed atomic operation and\\nprovides no memory barrier guarantees. Use test_bit_acquire()\\ninstead where the operation may run parallel with add/del/gc,\\ni.e. is not one from the next cases\\n\\n- protected by region lock\\n- in a set destroy phase\\n- in a new/temporary set creation phase\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"net/netfilter/ipset/ip_set_hash_gen.h\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"18f84d41d34fa35d0d64bbaea01fe664553ecc06\",\"lessThan\":\"c107233d2ff4fd7cef5d02f9124b99194957a710\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"18f84d41d34fa35d0d64bbaea01fe664553ecc06\",\"lessThan\":\"6329d3a9afe715fddda0460cfa46b496d61c2fe0\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"18f84d41d34fa35d0d64bbaea01fe664553ecc06\",\"lessThan\":\"7445fe965b7d8756070a40e80f8b73348ccda1d7\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"18f84d41d34fa35d0d64bbaea01fe664553ecc06\",\"lessThan\":\"c4d257734e91bfcdc71d41843392dd6400b5bb1b\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"18f84d41d34fa35d0d64bbaea01fe664553ecc06\",\"lessThan\":\"3219d74e4536658c937fd878a327257b86ce80dd\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"18f84d41d34fa35d0d64bbaea01fe664553ecc06\",\"lessThan\":\"e4b4984e28c16406ecb318444dea4a8bf47def3e\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"net/netfilter/ipset/ip_set_hash_gen.h\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"4.2\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"4.2\",\"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/3219d74e4536658c937fd878a327257b86ce80dd\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/6329d3a9afe715fddda0460cfa46b496d61c2fe0\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/7445fe965b7d8756070a40e80f8b73348ccda1d7\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/c107233d2ff4fd7cef5d02f9124b99194957a710\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/c4d257734e91bfcdc71d41843392dd6400b5bb1b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/e4b4984e28c16406ecb318444dea4a8bf47def3e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-18T09:53:24+00:00",
      "cve": "CVE-2026-72436",
      "id": "CVE-2026-72436",
      "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: ipset: Don\u0027t use test_bit() in lockless RCU readers in hash types",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-72436.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-15T01:25:50Z",
      "cve": "CVE-2026-72436",
      "id": "CVE-2026-72436",
      "initial_release_date": "2026-08-28T00:59:28Z",
      "product_status:known_affected": "245",
      "product_status:known_not_affected": "117",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-72436",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-72436.json",
      "version": "5"
    }
  }
}



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…