Security Advisory

CVE-2025-39787

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-09-11 16:56:36
Last updated 2026-05-12 12:07:00
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: mdt_loader: Ensure we dont read past the ELF header When the MDT loader is used in remoteproc, the ELF header is sanitized beforehand, but thats not necessary the case for other clients. Validate the size of the firmware buffer to ensure that we dont 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.