CVE-2025-68247
Memory Leak in Linux Kernel POSIX Timers on Timer Creation
Publication date: 2025-12-16
Last updated on: 2025-12-16
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's posix-timers subsystem. When creating a POSIX timer, if the process of accessing a user space value causes a fault, the function exits without freeing the memory allocated for the timer structure. This leads to a potential memory leak. The fix involved moving the allocation step to occur after the user space access to prevent leaking memory if a fault happens.
How can this vulnerability impact me? :
This vulnerability can lead to a memory leak in the Linux kernel when POSIX timers are created and a fault occurs during user space access. Over time, this could cause increased memory usage and potentially degrade system performance or stability.