CVE-2025-39764
Last modified
CVE-2025-39764 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: remove refcounting in expectation dumpers Same pattern as previous patch: do not keep the expectation object alive via refcount, only store a cookie value and then use that as the skip hint for dump resumption. AFAICS this has the same issue as the one resolved in the conntrack dumper, when we do if (!refcount_inc_not_zero(&exp->use)) to increment the refcount, there is a chance that exp == last, which causes a double-increment of the refcount and subsequent memory leak.. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: remove refcounting in expectation dumpers Same pattern as previous patch: do not keep the expectation object alive via refcount, only store a cookie value and then use that as the skip hint for dump resumption. AFAICS this has the same issue as the one resolved in the conntrack dumper, when we do if (!refcount_inc_not_zero(&exp->use)) to increment the refcount, there is a chance that exp == last, which causes a double-increment of the refcount and subsequent memory leak.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 2.6.23, < 6.16.2 | — |
| Linux | Linux Kernel | 6.17 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2025-39764?
How severe is CVE-2025-39764?
How do I fix CVE-2025-39764?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-39759In the Linux kernel, the following vulnerability has been re…7
- CVE-2025-3976A vulnerability was found in PHPGurukul COVID19 Testing Mana…9.8
- CVE-2025-39760In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2025-39761In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2025-39762In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-39763In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-39765In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-39766In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-39767In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-39768In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-39769In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-3977A vulnerability was found in iteachyou Dreamer CMS up to 4.1…5.3
Are you affected by CVE-2025-39764?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
