Bug 2404095 (CVE-2025-39976)
| Summary: | CVE-2025-39976 kernel: futex: Use correct exit on failure from futex_hash_allocate_default() | ||
|---|---|---|---|
| Product: | [Other] Security Response | Reporter: | OSIDB Bzimport <bzimport> |
| Component: | vulnerability | Assignee: | Product Security DevOps Team <prodsec-dev> |
| Status: | NEW --- | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | unspecified | Keywords: | Security |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: |
A flaw was found in the Linux kernel’s futex subsystem: when copy_process() fails in the call to futex_hash_allocate_default(), the code erroneously jumps to an incorrect error-exit label (bad_fork_core_free) that attempts to unlock locks (tasklist_lock and siglock) which were never acquired. This improper error-handling can leave the kernel in an inconsistent locking state, potentially leading to a deadlock or other kernel instability.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
OSIDB Bzimport
2025-10-15 08:01:36 UTC
|