CVE-2025-39764
BaseFortify
Publication date: 2025-09-11
Last updated on: 2026-04-18
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-Other |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's netfilter ctnetlink component involves improper reference counting in expectation dumpers. Specifically, the code incorrectly increments the reference count of an expectation object, which can lead to a double increment and cause a memory leak. The fix removes the refcounting by only storing a cookie value used as a skip hint for dump resumption, preventing the object from being kept alive incorrectly.
How can this vulnerability impact me? :
This vulnerability can lead to memory leaks in the Linux kernel's netfilter subsystem. Memory leaks can degrade system performance over time and potentially lead to resource exhaustion, which might cause system instability or crashes.