CVE-2025-68787
BaseFortify
Publication date: 2026-01-13
Last updated on: 2026-01-19
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux_kernel | 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 is a memory leak in the Linux kernel's netrom module, specifically in the nr_sendmsg() function. When the function sock_alloc_send_skb() returns NULL in nr_output(), the original socket buffer (skb) allocated in nr_sendmsg() is not freed, causing a memory leak. The fix involves freeing this skb before returning to prevent the leak.
How can this vulnerability impact me? :
The memory leak can lead to increased memory usage over time, potentially exhausting system memory resources. This can degrade system performance, cause instability, or lead to denial of service if the system runs out of memory.