CVE-2025-68208
BaseFortify
Publication date: 2025-12-16
Last updated on: 2025-12-18
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 in the Linux kernel involves the function widen_imprecise_scalars() in the BPF subsystem. The issue arises because the function does not properly account for differences in allocated stack depth between ancestor and current states during verification. This can lead to out-of-bounds access of the stack in the bpf_verifier_state, potentially causing incorrect behavior or crashes.
How can this vulnerability impact me? :
The vulnerability can cause the Linux kernel's BPF verifier to access stack memory out of bounds, which may lead to kernel crashes or instability. This could affect system reliability and security, potentially allowing attackers to exploit the kernel for denial of service or other malicious activities.