CVE-2025-40215
Last modified
CVE-2025-40215 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: xfrm: delete x->tunnel as we delete x The ipcomp fallback tunnels currently get deleted (from the various lists and hashtables) as the last user state that needed that fallback is destroyed (not deleted). If a reference to that user state still exists, the fallback state will remain on the hashtables/lists, triggering the WARN in xfrm_state_fini. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: xfrm: delete x->tunnel as we delete x The ipcomp fallback tunnels currently get deleted (from the various lists and hashtables) as the last user state that needed that fallback is destroyed (not deleted). If a reference to that user state still exists, the fallback state will remain on the hashtables/lists, triggering the WARN in xfrm_state_fini. Because of those remaining references, the fix in commit f75a2804da39 ("xfrm: destroy xfrm_state synchronously on net exit path") is not complete. We recently fixed one such situation in TCP due to defered freeing of skbs (commit 9b6412e6979f ("tcp: drop secpath at the same time as we currently drop dst")). This can also happen due to IP reassembly: skbs with a secpath remain on the reassembly queue until netns destruction. If we can't guarantee that the queues are flushed by the time xfrm_state_fini runs, there may still be references to a (user) xfrm_state, preventing the timely deletion of the corresponding fallback state. Instead of chasing each instance of skbs holding a secpath one by one, this patch fixes the issue directly within xfrm, by deleting the fallback state as soon as the last user state depending on it has been deleted. Destruction will still happen when the final reference is dropped. A separate lockdep class for the fallback state is required since we're going to lock x->tunnel while x is locked.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 9d4139c76905833afcb77fe8ccc17f302a0eb9ab, < 1b28a7fae0128fa140a7dccd995182ff6cd1c67b; >= 9d4139c76905833afcb77fe8ccc17f302a0eb9ab, < 4b2c17d0f9be8b58bb30468bc81a4b61c985b04e; >= 9d4139c76905833afcb77fe8ccc17f302a0eb9ab, < 0da961fa46da1b37ef868d9b603bd202136f8f8e; >= 9d4139c76905833afcb77fe8ccc17f302a0eb9ab, < d0e0d1097118461463b76562c7ebaabaa5b90b13; >= 9d4139c76905833afcb77fe8ccc17f302a0eb9ab, < dc3636912d41770466543623cb76e7b88fdb42c7; >= 9d4139c76905833afcb77fe8ccc17f302a0eb9ab, < b441cf3f8c4b8576639d20c8eb4aa32917602ecd |
| Linux | Linux | 2.6.29 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-40215?
How severe is CVE-2025-40215?
How do I fix CVE-2025-40215?
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-4021A vulnerability was found in code-projects Patient Record Ma…7.5
- CVE-2025-40210In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2025-40211In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40212In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2025-40213In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40214In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40216In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-40217In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40218In the Linux kernel, the following vulnerability has been re…
- CVE-2025-40219In the Linux kernel, the following vulnerability has been re…
- CVE-2025-4022A vulnerability was found in web-arena-x webarena up to 0.2.…8.8
- CVE-2025-40220In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2025-40215?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
