diff options
| author | Ning Qiang <[email protected]> | 2022-07-13 23:37:34 +0800 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2022-07-20 22:06:30 +1000 |
| commit | fd97e4ad6d3b0c9fce3bca8ea8e6969d9ce7423b (patch) | |
| tree | df089f6c7100960025943d87557a07155a79bb88 /tools/perf/scripts/python | |
| parent | 69472ffa6575e3a1c1e3324dd06395af0f63eb71 (diff) | |
macintosh/adb: fix oob read in do_adb_query() function
In do_adb_query() function of drivers/macintosh/adb.c, req->data is copied
form userland. The parameter "req->data[2]" is missing check, the array
size of adb_handler[] is 16, so adb_handler[req->data[2]].original_address and
adb_handler[req->data[2]].handler_id will lead to oob read.
Cc: stable <[email protected]>
Signed-off-by: Ning Qiang <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Reviewed-by: Greg Kroah-Hartman <[email protected]>
Acked-by: Benjamin Herrenschmidt <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions