
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-68321 is a Linux kernel vulnerability in the page_pool memory allocation mechanism where driver authors omit the GFP_NOWARN flag for atomic page allocations from the network datapath. This omission causes spurious out-of-memory (OOM) warning messages to be emitted during normal network receive (Rx) operations under memory pressure, which is an expected and routine condition. The vulnerability was disclosed on December 16, 2025, and affects the Linux kernel across a wide range of stable versions. It carries a CVSS v3.1 base score of 5.5 (Medium), with a local attack vector and high availability impact (Red Hat CVE, ENISA EUVD).
The root cause is a missing GFP_NOWARN flag in atomic (GFP_ATOMIC) page allocation calls within the Linux kernel's page_pool subsystem, which is used by network drivers for efficient page management on the receive datapath. Without GFP_NOWARN, the kernel's memory allocator emits warning messages (OOM traces) when allocation fails under memory pressure — a condition that is entirely expected during network Rx operations. The fix modifies page_pool to automatically append GFP_NOWARN to all atomic allocations, removing the burden from individual driver authors. This is classified under improper resource management behavior (CWE-400 or similar resource exhaustion handling). Patches were applied across multiple stable kernel branches (ENISA EUVD).
The primary impact is an availability disruption: under OOM conditions, network receive operations may generate excessive kernel warning logs and potentially experience unexpected behavior due to unhandled allocation failures, degrading network service reliability. There is no confidentiality or integrity impact. The issue is scoped to the local system and does not enable lateral movement or data exfiltration, but could contribute to denial-of-service conditions on network-intensive workloads during memory pressure events (Red Hat CVE, ENISA EUVD).
The Linux kernel maintainers have released patches across multiple stable branches. Affected users should update to the following patched versions or later: 5.15.197, 6.1.159, 6.6.117, 6.12.58, 6.17.8, or 6.18. Distribution-specific updates are available from Red Hat, Ubuntu (USN-8096-1, USN-8096-2, USN-8096-3, USN-8116-1), Amazon Linux 2 (ALAS2KERNEL-5.15-2025-096), Oracle Linux, and Google Cloud. For systems that cannot be immediately patched, monitoring kernel logs for OOM-related warnings during network operations and implementing memory management strategies to reduce OOM frequency are recommended interim measures (Red Hat CVE, Ubuntu USN-8096-1, Amazon Linux).
The vulnerability received routine coverage from Linux distribution security teams, with Ubuntu, Red Hat, Oracle Linux, and Amazon Linux all issuing advisories. No notable researcher commentary or significant social media discussion beyond automated CVE tracking posts has been observed. The fix was straightforward and merged into multiple stable kernel branches shortly after disclosure (Ubuntu USN-8096-1, Red Hat CVE).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."