Security Advisory

CVE-2025-68378

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-12-24 10:33:06
Last updated 2026-05-23 16:02:48
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix stackmap overflow check in __bpf_get_stackid() Syzkaller reported a KASAN slab-out-of-bounds write in __bpf_get_stackid() when copying stack trace data. The issue occurs when the perf trace contains more stack entries than the stack map bucket can hold, leading to an out-of-bounds write in the bucket's data array.