CVE-2025-38411
Last modified
CVE-2025-38411 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: netfs: Fix double put of request If a netfs request finishes during the pause loop, it will have the ref that belongs to the IN_PROGRESS flag removed at that point - however, if it then goes to the final wait loop, that will *also* put the ref because it sees that the IN_PROGRESS flag is clear and incorrectly assumes that this happened when it called the collector. In fact, since IN_PROGRESS is clear, we shouldn't call the collector again since it's done all the cleanup, such as calling ->ki_complete(). Fix this by making netfs_collect_in_app() just return, indicating that we're done if IN_PROGRESS is removed.. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: netfs: Fix double put of request If a netfs request finishes during the pause loop, it will have the ref that belongs to the IN_PROGRESS flag removed at that point - however, if it then goes to the final wait loop, that will *also* put the ref because it sees that the IN_PROGRESS flag is clear and incorrectly assumes that this happened when it called the collector. In fact, since IN_PROGRESS is clear, we shouldn't call the collector again since it's done all the cleanup, such as calling ->ki_complete(). Fix this by making netfs_collect_in_app() just return, indicating that we're done if IN_PROGRESS is removed.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.15.3, < 6.15.6 | — |
| Linux | Linux Kernel | 6.16 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2025-38411?
How severe is CVE-2025-38411?
How do I fix CVE-2025-38411?
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-38406In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38407In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38408In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38409In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-3841A vulnerability, which was classified as problematic, was fo…9.8
- CVE-2025-38410In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38412In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38413In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38414In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38415In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38416In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38417In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2025-38411?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
