Linux Kernel Memory Management Vulnerability in Process Operations
CVE-2025-39992

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
15 October 2025

What is CVE-2025-39992?

A memory management flaw in the Linux kernel occurs during process fork operations and swapoff processes, which can lead to kernel NULL pointer dereference errors. This vulnerability arises from a race condition where the memory address space is not fully initialized before use, specifically when a process is being duplicated and a swapoff operation occurs concurrently. When this happens, the system may attempt to access a zero entry as if it were a valid virtual memory area, causing a crash. Developers must ensure that partially valid memory trees are not exposed during operations to prevent such failures, and the introduction of checks like MMF_UNSTABLE is critical in mitigating this issue.

Affected Version(s)

Linux d2406291483775ecddaee929231a39c70c08fda2 < 4e5f060d7347466f77aaff1c0d5a6c4f1fb217ac

Linux d2406291483775ecddaee929231a39c70c08fda2 < 9cddad3b26dac830407d2d3c0de5205ff6d6dda0

Linux d2406291483775ecddaee929231a39c70c08fda2

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.
CVE-2025-39992 : Linux Kernel Memory Management Vulnerability in Process Operations