3 matches found
CVE-2026-80671
In the Linux kernel, the following vulnerability has been resolved: perf sched: Fix registerpid overflow, strcpy, and BUGON registerpid has several issues when processing untrusted perf.data: 1. Integer overflow: pid + 1 sizeofstruct taskdesc can wrap to a small value on 32-bit systems when pid i...
EUVD-2026-67547
In the Linux kernel, the following vulnerability has been resolved: perf sched: Fix registerpid overflow, strcpy, and BUGON registerpid has several issues when processing untrusted perf.data: 1. Integer overflow: pid + 1 sizeofstruct taskdesc can wrap to a small value on 32-bit systems when pid i...
CVE-2026-80671
Linux kernel perf sched contains multiple memory-safety flaws in register_pid() when parsing untrusted perf.data files. An integer overflow in the (pid + 1) * sizeof(struct task_desc *) calculation can wrap on 32-bit systems, yielding a tiny allocation and subsequent out-of-bounds writes. A heap ...