CVE-2026-64150 (GCVE-0-2026-64150)
Vulnerability from cvelistv5
Published
2026-07-19 15:40
Modified
2026-08-05 12:39
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_inner: release local_lock before re-enabling softirqs Quoting sashiko: In the error path, local_bh_enable() is called before local_unlock_nested_bh().
Impacted products
Vendor Product Version
Linux Linux Version: ba36fada9ab487634f61f92769c95bc148aa8f49
Version: ba36fada9ab487634f61f92769c95bc148aa8f49
Version: ba36fada9ab487634f61f92769c95bc148aa8f49
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "net/netfilter/nft_inner.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "df19b6af171695a1352314597c9a4311d48d5171",
              "status": "affected",
              "version": "ba36fada9ab487634f61f92769c95bc148aa8f49",
              "versionType": "git"
            },
            {
              "lessThan": "6fecd39c6401134b58505bc4eb1adc8a0e2fe992",
              "status": "affected",
              "version": "ba36fada9ab487634f61f92769c95bc148aa8f49",
              "versionType": "git"
            },
            {
              "lessThan": "a6cb3ff979855f7f0ee9450a947fe8f96c2ba37a",
              "status": "affected",
              "version": "ba36fada9ab487634f61f92769c95bc148aa8f49",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "net/netfilter/nft_inner.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.16"
            },
            {
              "lessThan": "6.16",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.34",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.0.*",
              "status": "unaffected",
              "version": "7.0.11",
              "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": "6.18.34",
                  "versionStartIncluding": "6.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0.11",
                  "versionStartIncluding": "6.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1",
                  "versionStartIncluding": "6.16",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: nft_inner: release local_lock before re-enabling softirqs\n\nQuoting sashiko:\n In the error path, local_bh_enable() is called before\n local_unlock_nested_bh()."
        }
      ],
      "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 during packet evaluation in netfilter hooks (prerouting/forward/input) when tunneled traffic (GRE/UDP/Geneve) matching admin-deployed `inner` rules is processed; remote packets reach `nft_inner_restore_tun_ctx()` without any local syscall.\nAC:L - An attacker can reliably provoke the cookie-mismatch error path by sending concurrent tunneled packets through an `inner`-enabled chain, controlling both sides of the per-CPU context race; no attacker-uncontrollable memory layout or rare timing is required.\nPR:N - Exploitation requires only the ability to send network packets to a host whose nftables rules already include `inner` expressions (typical on cloud NFV/firewall gateways); no local account, capability, or user-namespace `CAP_NET_ADMIN` is needed by the remote attacker.\nUI:N - No victim interaction beyond normal network traffic delivery to a host running nftables tunnel-inspection rules; the attacker does not need the victim to open files, mount filesystems, or take any deliberate action.\nS:U - Impact is confined to kernel netfilter/nftables processing on the target host; it does not cross VM, container, or IOMMU security boundaries to affect separate security authorities.\nC:H - Re-enabling softirqs before releasing the nested-BH lock breaks serialization of the per-CPU `nft_pcpu_tun_ctx`, allowing concurrent corruption of inner header offsets that `nft_payload_inner_eval()` uses in `skb_copy_bits()`, yielding out-of-bounds kernel memory reads.\nI:H - The same unsynchronized per-CPU state corruption can desynchronize inner parsing metadata and, on PREEMPT_RT, leave a per-CPU spinlock held across softirq re-entry causing deadlock; memory corruption of parsing state is exploitable for further control of packet-processing behavior.\nA:H - On PREEMPT_RT kernels the inverted unlock/BH ordering leaves the per-CPU spinlock held while softirqs run, causing softirq handlers to block on the same lock and producing CPU deadlock or soft lockup; non-RT paths can also crash or hang from the resulting race."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T12:39:44.813Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/df19b6af171695a1352314597c9a4311d48d5171"
        },
        {
          "url": "https://git.kernel.org/stable/c/6fecd39c6401134b58505bc4eb1adc8a0e2fe992"
        },
        {
          "url": "https://git.kernel.org/stable/c/a6cb3ff979855f7f0ee9450a947fe8f96c2ba37a"
        }
      ],
      "title": "netfilter: nft_inner: release local_lock before re-enabling softirqs",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-64150",
    "datePublished": "2026-07-19T15:40:40.027Z",
    "dateReserved": "2026-07-19T07:54:57.037Z",
    "dateUpdated": "2026-08-05T12:39:44.813Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…

Loading…