Bug 2424871 (CVE-2025-68378) - CVE-2025-68378 kernel: bpf: Fix stackmap overflow check in __bpf_get_stackid()
Summary: CVE-2025-68378 kernel: bpf: Fix stackmap overflow check in __bpf_get_stackid()
Keywords:
Status: NEW
Alias: CVE-2025-68378
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-24 11:02 UTC by OSIDB Bzimport
Modified: 2025-12-25 16:32 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-24 11:02:34 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.