CVE-2025-39976
Last modified
CVE-2025-39976 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: futex: Use correct exit on failure from futex_hash_allocate_default() copy_process() uses the wrong error exit path from futex_hash_allocate_default(). After exiting from futex_hash_allocate_default(), neither tasklist_lock nor siglock has been acquired. The exit label bad_fork_core_free unlocks both of these locks which is wrong. The next exit label, bad_fork_cancel_cgroup, is the correct exit. sched_cgroup_fork() did not allocate any resources that need to freed. Use bad_fork_cancel_cgroup on error exit from futex_hash_allocate_default().. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: futex: Use correct exit on failure from futex_hash_allocate_default() copy_process() uses the wrong error exit path from futex_hash_allocate_default(). After exiting from futex_hash_allocate_default(), neither tasklist_lock nor siglock has been acquired. The exit label bad_fork_core_free unlocks both of these locks which is wrong. The next exit label, bad_fork_cancel_cgroup, is the correct exit. sched_cgroup_fork() did not allocate any resources that need to freed. Use bad_fork_cancel_cgroup on error exit from futex_hash_allocate_default().
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 | >= 7c4f75a21f636486d2969d9b6680403ea8483539, < f1635765cd0fdbf27b04d9a50be91a01b5adda13; >= 7c4f75a21f636486d2969d9b6680403ea8483539, < 4ec3c15462b9f44562f45723a92e2807746ba7d1 |
| Linux | Linux | 6.16 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-39976?
How severe is CVE-2025-39976?
How do I fix CVE-2025-39976?
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-39970In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2025-39971In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2025-39972In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2025-39973In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2025-39974In the Linux kernel, the following vulnerability has been re…
- CVE-2025-39975In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2025-39977In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-39978In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-39979In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-3998A vulnerability classified as critical was found in CodeAstr…9.8
- CVE-2025-39980In the Linux kernel, the following vulnerability has been re…
- CVE-2025-39981In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2025-39976?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
