Cyber Resilience

CVE-2024-26925

Linux Kernel 4.19.316 – 4.20

Published
25 April 2024
Modified
12 May 2026
Patch / advisory
CVSS Score v3.1 5.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0026 17th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2024-26925 is a medium-severity Improper Locking (CWE-667) vulnerability in Linux Linux Kernel. Its CVSS base score is 5.5 (Medium).

Operationally, ranked at the 17th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

EU & UK References

Vulnerability Data

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: release mutex after nft_gc_seq_end from abort path The commit mutex should not be released during the critical section between nft_gc_seq_begin() and nft_gc_seq_end(), otherwise, async GC worker could collect…

more

expired objects and get the released commit lock within the same GC sequence. nf_tables_module_autoload() temporarily releases the mutex to load module dependencies, then it goes back to replay the transaction again. Move it at the end of the abort phase after nft_gc_seq_end() is called.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-38650Same product: Debian Debian Linux
CVE-2025-38058Same product: Debian Debian Linux
CVE-2025-39773Same product: Debian Debian Linux
CVE-2025-37741Same product: Debian Debian Linux
CVE-2024-36919Same product: Debian Debian Linux
CVE-2024-26999Same product: Debian Debian Linux
CVE-2025-38491Same product: Debian Debian Linux
CVE-2025-37969Same product: Debian Debian Linux
CVE-2025-23163Same product: Debian Debian Linux
CVE-2025-37967Same product: Debian Debian Linux

Affected Assets

linux
linux kernel
6.5, 6.9 · 4.19.316 — 4.20 · 5.4.262 — 5.4.274 · 5.10.198 — 5.10.215
debian
debian linux
10.0

Mitigating Controls

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly include code reviews, static analysis, and concurrency standards that prevent improper locking.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing can detect race conditions and locking errors before release.

prevents

Secure development lifecycle includes concurrency and locking requirements that reduce improper locking defects.

prevents

Application security requirements can mandate proper lock acquisition/release patterns.

prevents

Secure architecture principles address thread-safety and resource synchronization.

prevents

Secure coding standards directly prohibit missing or incorrect lock usage.

prevents

Change management may catch locking issues introduced by modifications but does not prevent the weakness itself.

References