summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSunday Clement <Sunday.Clement@amd.com>2026-02-02 12:41:39 -0500
committerSasha Levin <sashal@kernel.org>2026-03-04 07:21:24 -0500
commitbfcd6b53e1f4feb182952f4ff9a137c36ceaf20b (patch)
treedd2ef9c0cd7986ba3e6f4f6c27fa8a9722879311 /tools/perf/scripts/python
parentd58f8d4dcfb1c81c15afc3b8bbfd34846ae84982 (diff)
downloadkernel-bfcd6b53e1f4feb182952f4ff9a137c36ceaf20b.tar.gz
drm/amdkfd: Fix out-of-bounds write in kfd_event_page_set()
[ Upstream commit 8a70a26c9f34baea6c3199a9862ddaff4554a96d ] The kfd_event_page_set() function writes KFD_SIGNAL_EVENT_LIMIT * 8 bytes via memset without checking the buffer size parameter. This allows unprivileged userspace to trigger an out-of bounds kernel memory write by passing a small buffer, leading to potential privilege escalation. Signed-off-by: Sunday Clement <Sunday.Clement@amd.com> Reviewed-by: Alexander Deucher <Alexander.Deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions