CVE-2025-38306
Last modified
CVE-2025-38306 is a medium-severity vulnerability rated 4.7/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: fs/fhandle.c: fix a race in call of has_locked_children() may_decode_fh() is calling has_locked_children() while holding no locks. That's an oopsable race... The rest of the callers are safe since they are holding namespace_sem and are guaranteed a positive refcount on the mount in question. Rename the current has_locked_children() to __has_locked_children(), make it static and switch the fs/namespace.c users to it. Make has_locked_children() a wrapper for __has_locked_children(), calling the latter under read_seqlock_excl(&mount_lock).. EPSS estimates a 0.11% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: fs/fhandle.c: fix a race in call of has_locked_children() may_decode_fh() is calling has_locked_children() while holding no locks. That's an oopsable race... The rest of the callers are safe since they are holding namespace_sem and are guaranteed a positive refcount on the mount in question. Rename the current has_locked_children() to __has_locked_children(), make it static and switch the fs/namespace.c users to it. Make has_locked_children() a wrapper for __has_locked_children(), calling the latter under read_seqlock_excl(&mount_lock).
Metrics
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.11, < 6.12.46 |
| Linux | Linux Kernel | >= 6.13, < 6.15.3 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2025-38306?
How severe is CVE-2025-38306?
How do I fix CVE-2025-38306?
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-38300In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38301In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38302In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38303In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38304In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38305In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38307In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38308In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38309In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-3831Log files uploaded during troubleshooting by the Harmony SAS…9.8
- CVE-2025-38310In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38311In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2025-38306?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
