CVE-2025-68378
Out-of-Bounds Write in Linux Kernel BPF Stackmap Overflow
Publication date: 2025-12-24
Last updated on: 2025-12-24
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 is a flaw in the Linux kernel's BPF subsystem, specifically in the __bpf_get_stackid() function. It occurs when the perf trace contains more stack entries than the stack map bucket can hold, causing an out-of-bounds write in the bucket's data array. This was identified as a KASAN slab-out-of-bounds write issue reported by Syzkaller.
How can this vulnerability impact me? :
The vulnerability can lead to memory corruption due to an out-of-bounds write in the kernel's stack map data structure. This could potentially cause system instability, crashes, or be exploited to execute arbitrary code with kernel privileges.