CVE-2026-52981 (GCVE-0-2026-52981)

Vulnerability from cvelistv5 – Published: 2026-06-24 16:28 – Updated: 2026-08-05 12:32
VLAI
Title
neigh: let neigh_xmit take skb ownership
Summary
In the Linux kernel, the following vulnerability has been resolved: neigh: let neigh_xmit take skb ownership neigh_xmit always releases the skb, except when no neighbour table is found. But even the first added user of neigh_xmit (mpls) relied on neigh_xmit to release the skb (or queue it for tx). sashiko reported: If neigh_xmit() is called with an uninitialized neighbor table (for example, NEIGH_ND_TABLE when IPv6 is disabled), it returns -EAFNOSUPPORT and bypasses its internal out_kfree_skb error path. Because the return value of neigh_xmit() is ignored here, does this leak the SKB? Assume full ownership and remove the last code path that doesn't xmit or free skb.
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: 4fd3d7d9e868ffbdb0e7a67c5c8e9dfdcd846a62 , < 8a89054a1ec0767aec25ed2bbac933da6ba3cf5a (git)
Affected: 4fd3d7d9e868ffbdb0e7a67c5c8e9dfdcd846a62 , < 9247d59ca15bf60a57dca08103f055d8a4340877 (git)
Affected: 4fd3d7d9e868ffbdb0e7a67c5c8e9dfdcd846a62 , < 0084712e0bee204b284510cdb63182fd5a30c2b7 (git)
Affected: 4fd3d7d9e868ffbdb0e7a67c5c8e9dfdcd846a62 , < 63063ba60d2dc334e34f1e3f9271d7f3f6f30307 (git)
Affected: 4fd3d7d9e868ffbdb0e7a67c5c8e9dfdcd846a62 , < 445e45a2c3a078316a62d2d331a570cf34ef5079 (git)
Affected: 4fd3d7d9e868ffbdb0e7a67c5c8e9dfdcd846a62 , < 4438113be604ee67a7bf4f81da6e1cca41332ce4 (git)
Create a notification for this product.
Linux Linux Affected: 4.1
Unaffected: 0 , < 4.1 (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)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "net/core/neighbour.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "8a89054a1ec0767aec25ed2bbac933da6ba3cf5a",
              "status": "affected",
              "version": "4fd3d7d9e868ffbdb0e7a67c5c8e9dfdcd846a62",
              "versionType": "git"
            },
            {
              "lessThan": "9247d59ca15bf60a57dca08103f055d8a4340877",
              "status": "affected",
              "version": "4fd3d7d9e868ffbdb0e7a67c5c8e9dfdcd846a62",
              "versionType": "git"
            },
            {
              "lessThan": "0084712e0bee204b284510cdb63182fd5a30c2b7",
              "status": "affected",
              "version": "4fd3d7d9e868ffbdb0e7a67c5c8e9dfdcd846a62",
              "versionType": "git"
            },
            {
              "lessThan": "63063ba60d2dc334e34f1e3f9271d7f3f6f30307",
              "status": "affected",
              "version": "4fd3d7d9e868ffbdb0e7a67c5c8e9dfdcd846a62",
              "versionType": "git"
            },
            {
              "lessThan": "445e45a2c3a078316a62d2d331a570cf34ef5079",
              "status": "affected",
              "version": "4fd3d7d9e868ffbdb0e7a67c5c8e9dfdcd846a62",
              "versionType": "git"
            },
            {
              "lessThan": "4438113be604ee67a7bf4f81da6e1cca41332ce4",
              "status": "affected",
              "version": "4fd3d7d9e868ffbdb0e7a67c5c8e9dfdcd846a62",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "net/core/neighbour.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "4.1"
            },
            {
              "lessThan": "4.1",
              "status": "unaffected",
              "version": "0",
              "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": "6.1.175",
                  "versionStartIncluding": "4.1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.141",
                  "versionStartIncluding": "4.1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.91",
                  "versionStartIncluding": "4.1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.33",
                  "versionStartIncluding": "4.1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0.10",
                  "versionStartIncluding": "4.1",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1",
                  "versionStartIncluding": "4.1",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nneigh: let neigh_xmit take skb ownership\n\nneigh_xmit always releases the skb, except when no neighbour table is\nfound. But even the first added user of neigh_xmit (mpls) relied on\nneigh_xmit to release the skb (or queue it for tx).\n\nsashiko reported:\n If neigh_xmit() is called with an uninitialized neighbor table (for\n example, NEIGH_ND_TABLE when IPv6 is disabled), it returns -EAFNOSUPPORT\n and bypasses its internal out_kfree_skb error path.  Because the return\n value of neigh_xmit() is ignored here, does this leak the SKB?\n\nAssume full ownership and remove the last code path that doesn\u0027t\nxmit or free skb."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:N - An unauthenticated packet sender can trigger the vulnerable `neigh_xmit()` path through configured network forwarding paths such as nftables netdev forwarding or MPLS forwarding. In the highest reasonable deployment, this is an exposed router/firewall datapath reachable by network traffic.\nAC:L - The bug is deterministic once the forwarding path uses a real neighbor table whose pointer is NULL, such as `NEIGH_ND_TABLE` when IPv6 neighbor discovery is unavailable. No race or heap shaping is required; repeated matching packets repeatedly leak skbs.\nPR:N - The attacker does not need privileges to send packets into an already configured vulnerable forwarding datapath. Although installing such rules/routes requires administrative network privileges, the packet-triggering attack itself is unauthenticated.\nUI:N - No victim user action is required after the affected forwarding configuration exists. The attacker only sends traffic that reaches the vulnerable path.\nS:U - The impact remains within the kernel/networking security authority of the affected system. There is no VM escape, sandbox boundary crossing, or separate security scope involved.\nC:N - The flaw is an skb memory leak caused by failing to free the packet buffer on the missing-table error path. It does not expose leaked memory contents to the attacker.\nI:N - The bug does not provide a memory corruption or data modification primitive. It only loses ownership of allocated skbs.\nA:H - An attacker can repeatedly trigger the leak with packets, consuming kernel memory and plausibly causing OOM, hangs, packet processing failure, or system-wide denial of service. Kernel memory exhaustion is a high availability impact."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T12:32:19.237Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/8a89054a1ec0767aec25ed2bbac933da6ba3cf5a"
        },
        {
          "url": "https://git.kernel.org/stable/c/9247d59ca15bf60a57dca08103f055d8a4340877"
        },
        {
          "url": "https://git.kernel.org/stable/c/0084712e0bee204b284510cdb63182fd5a30c2b7"
        },
        {
          "url": "https://git.kernel.org/stable/c/63063ba60d2dc334e34f1e3f9271d7f3f6f30307"
        },
        {
          "url": "https://git.kernel.org/stable/c/445e45a2c3a078316a62d2d331a570cf34ef5079"
        },
        {
          "url": "https://git.kernel.org/stable/c/4438113be604ee67a7bf4f81da6e1cca41332ce4"
        }
      ],
      "title": "neigh: let neigh_xmit take skb ownership",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-52981",
    "datePublished": "2026-06-24T16:28:57.074Z",
    "dateReserved": "2026-06-09T07:44:35.376Z",
    "dateUpdated": "2026-08-05T12:32:19.237Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-52981",
      "date": "2026-08-05",
      "epss": "0.00532",
      "percentile": "0.41955"
    },
    "microsoft_vex": {
      "current_release_date": "2026-07-09T14:44:12.000Z",
      "cve": "CVE-2026-52981",
      "id": "msrc_CVE-2026-52981",
      "initial_release_date": "2026-06-02T00:00:00.000Z",
      "product_status:fixed": "1",
      "product_status:known_affected": "1",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "neigh: let neigh_xmit take skb ownership",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-52981.json",
      "version": "3"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-52981\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-06-24T17:17:08.723\",\"lastModified\":\"2026-07-14T16:51:14.830\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nneigh: let neigh_xmit take skb ownership\\n\\nneigh_xmit always releases the skb, except when no neighbour table is\\nfound. But even the first added user of neigh_xmit (mpls) relied on\\nneigh_xmit to release the skb (or queue it for tx).\\n\\nsashiko reported:\\n If neigh_xmit() is called with an uninitialized neighbor table (for\\n example, NEIGH_ND_TABLE when IPv6 is disabled), it returns -EAFNOSUPPORT\\n and bypasses its internal out_kfree_skb error path.  Because the return\\n value of neigh_xmit() is ignored here, does this leak the SKB?\\n\\nAssume full ownership and remove the last code path that doesn\u0027t\\nxmit or free skb.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"net/core/neighbour.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"4fd3d7d9e868ffbdb0e7a67c5c8e9dfdcd846a62\",\"lessThan\":\"8a89054a1ec0767aec25ed2bbac933da6ba3cf5a\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"4fd3d7d9e868ffbdb0e7a67c5c8e9dfdcd846a62\",\"lessThan\":\"9247d59ca15bf60a57dca08103f055d8a4340877\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"4fd3d7d9e868ffbdb0e7a67c5c8e9dfdcd846a62\",\"lessThan\":\"0084712e0bee204b284510cdb63182fd5a30c2b7\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"4fd3d7d9e868ffbdb0e7a67c5c8e9dfdcd846a62\",\"lessThan\":\"63063ba60d2dc334e34f1e3f9271d7f3f6f30307\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"4fd3d7d9e868ffbdb0e7a67c5c8e9dfdcd846a62\",\"lessThan\":\"445e45a2c3a078316a62d2d331a570cf34ef5079\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"4fd3d7d9e868ffbdb0e7a67c5c8e9dfdcd846a62\",\"lessThan\":\"4438113be604ee67a7bf4f81da6e1cca41332ce4\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"net/core/neighbour.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"4.1\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"4.1\",\"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\":\"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:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-401\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.1\",\"versionEndExcluding\":\"6.1.175\",\"matchCriteriaId\":\"DBBEBF94-B5B7-4AFF-BF90-D5C6F142C4EF\"},{\"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\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"B1EF7059-E670-45F4-B422-54C40FA86390\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/0084712e0bee204b284510cdb63182fd5a30c2b7\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/4438113be604ee67a7bf4f81da6e1cca41332ce4\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/445e45a2c3a078316a62d2d331a570cf34ef5079\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/63063ba60d2dc334e34f1e3f9271d7f3f6f30307\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/8a89054a1ec0767aec25ed2bbac933da6ba3cf5a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/9247d59ca15bf60a57dca08103f055d8a4340877\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-05T14:36:14+00:00",
      "cve": "CVE-2026-52981",
      "id": "CVE-2026-52981",
      "initial_release_date": "2026-06-24T00:00:00+00:00",
      "product_status:known_affected": "246",
      "product_status:known_not_affected": "28",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: neigh: let neigh_xmit take skb ownership",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-52981.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "low",
      "current_release_date": "2026-07-21T23:52:04Z",
      "cve": "CVE-2026-52981",
      "id": "CVE-2026-52981",
      "initial_release_date": "2026-06-27T01:55:03Z",
      "product_status:known_affected": "15",
      "product_status:known_not_affected": "221",
      "product_status:recommended": "98",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-52981",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-52981.json",
      "version": "3"
    }
  }
}



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…