
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-68208 is a Linux kernel vulnerability in the BPF (Berkeley Packet Filter) subsystem, specifically in the widen_imprecise_scalars() function of the BPF verifier. The flaw allows an out-of-bounds access on bpf_verifier_state->frame[*]->stack when a predecessor state in the explored states tree has a different (larger) allocated stack depth than the currently queued state. The vulnerability was published on December 16, 2025, and affects Linux kernel versions starting from commit 2793a8b015f7 (Feedly, CVE.org). No CVSS score has been assigned at this time; the EPSS score is approximately 0.018% (Feedly).
The root cause is an out-of-bounds memory access (CWE-125) in the BPF verifier's widen_imprecise_scalars() function. When the verifier processes iterator-based loops involving function calls with varying stack usage, it may compare a previously explored state (prev_st) with a newly queued state (queued_st) where prev_st->allocated_stack is larger (e.g., 128 bytes) than queued_st->allocated_stack. The function fails to account for this discrepancy before indexing into bpf_verifier_state->frame[*]->stack, resulting in an out-of-bounds read. The fix requires widen_imprecise_scalars() to bound its stack slot iteration by the minimum of the two states' allocated_stack values (Feedly, EUVD).
Exploitation of this vulnerability could cause kernel memory corruption or a kernel crash (denial of service) due to the out-of-bounds stack access within the BPF verifier. Because the BPF subsystem runs with kernel privileges, a local attacker with the ability to load BPF programs could potentially leverage this flaw to read sensitive kernel memory or destabilize the system. The impact is primarily on availability and confidentiality of the affected Linux system (Feedly).
The Linux kernel maintainers have released patches addressing this vulnerability in the following stable versions: 6.6.117, 6.12.59, 6.17.9, and 6.18 (Feedly, EUVD). The corresponding upstream fix commits are available at the kernel stable repository. Users and administrators should update their Linux kernel to one of the patched versions as soon as possible. As a temporary workaround, restricting unprivileged access to BPF program loading (e.g., setting kernel.unprivileged_bpf_disabled=1 via sysctl) can reduce exposure.
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."