diff options
| author | Sunday Clement <Sunday.Clement@amd.com> | 2026-02-02 12:41:39 -0500 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2026-02-05 17:20:07 -0500 |
| commit | 8a70a26c9f34baea6c3199a9862ddaff4554a96d (patch) | |
| tree | ece547c5bee019bda7c3c40d459f8cf01d6e5d14 /tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git | |
| parent | 56423871e9eef1dd069bddef895207fa5ce275fe (diff) | |
drm/amdkfd: Fix out-of-bounds write in kfd_event_page_set()
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
Diffstat (limited to 'tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions
