diff options
author | Bjorn Andersson <bjorn.andersson@oss.qualcomm.com> | 2025-06-10 21:58:28 -0500 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2025-06-16 22:19:52 -0500 |
commit | 9f9967fed9d066ed3dae9372b45ffa4f6fccfeef (patch) | |
tree | 85c8015e958578714e825cb0b100baf744f033bd /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 19272b37aa4f83ca52bdf9c16d5d81bdd1354494 (diff) |
soc: qcom: mdt_loader: Ensure we don't read past the ELF header
When the MDT loader is used in remoteproc, the ELF header is sanitized
beforehand, but that's not necessary the case for other clients.
Validate the size of the firmware buffer to ensure that we don't read
past the end as we iterate over the header. e_phentsize and e_shentsize
are validated as well, to ensure that the assumptions about step size in
the traversal are valid.
Fixes: 2aad40d911ee ("remoteproc: Move qcom_mdt_loader into drivers/soc/qcom")
Cc: stable@vger.kernel.org
Reported-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250610-mdt-loader-validation-and-fixes-v2-1-f7073e9ab899@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions