GHSA-945M-M359-MMJ7

Vulnerability from github – Published: 2025-09-23 06:30 – Updated: 2025-09-23 06:30
VLAI?
Details

In the Linux kernel, the following vulnerability has been resolved:

netfilter: nft_set_pipapo: fix null deref for empty set

Blamed commit broke the check for a null scratch map: - if (unlikely(!m || !*raw_cpu_ptr(m->scratch))) + if (unlikely(!raw_cpu_ptr(m->scratch)))

This should have been "if (!*raw_ ...)". Use the pattern of the avx2 version which is more readable.

This can only be reproduced if avx2 support isn't available.

Show details on source website

{
  "affected": [],
  "aliases": [
    "CVE-2025-39867"
  ],
  "database_specific": {
    "cwe_ids": [],
    "github_reviewed": false,
    "github_reviewed_at": null,
    "nvd_published_at": "2025-09-23T06:15:45Z",
    "severity": null
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: nft_set_pipapo: fix null deref for empty set\n\nBlamed commit broke the check for a null scratch map:\n  -  if (unlikely(!m || !*raw_cpu_ptr(m-\u003escratch)))\n  +  if (unlikely(!raw_cpu_ptr(m-\u003escratch)))\n\nThis should have been \"if (!*raw_ ...)\".\nUse the pattern of the avx2 version which is more readable.\n\nThis can only be reproduced if avx2 support isn\u0027t available.",
  "id": "GHSA-945m-m359-mmj7",
  "modified": "2025-09-23T06:30:27Z",
  "published": "2025-09-23T06:30:27Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39867"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/30c1d25b9870d551be42535067d5481668b5e6f3"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/44b2be6d5994ddf07ecc86c01d3279bfa13e9ef6"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/51a321b480d1e753667f6aea497312461563f9fe"
    }
  ],
  "schema_version": "1.4.0",
  "severity": []
}


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 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…