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

Vulnerability from cvelistv5 – Published: 2026-06-24 16:28 – Updated: 2026-06-28 06:37
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"
          }
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-06-28T06:37:33.379Z",
        "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-06-28T06:37:33.379Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-52981",
      "date": "2026-07-02",
      "epss": "0.00539",
      "percentile": "0.4136"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-52981\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-06-24T17:17:08.723\",\"lastModified\":\"2026-06-28T08:16:27.513\",\"vulnStatus\":\"Received\",\"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}]},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/0084712e0bee204b284510cdb63182fd5a30c2b7\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/4438113be604ee67a7bf4f81da6e1cca41332ce4\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/445e45a2c3a078316a62d2d331a570cf34ef5079\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/63063ba60d2dc334e34f1e3f9271d7f3f6f30307\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/8a89054a1ec0767aec25ed2bbac933da6ba3cf5a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/9247d59ca15bf60a57dca08103f055d8a4340877\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
  }
}


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…