CVE-2025-68208
Linux Kernel vulnerability analysis and mitigation

Overview

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).

Technical details

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).

Impact

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).

Mitigation and workarounds

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.

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management