mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
Backport the fix for CVE-2026-66035. The ETM decrypt path does not validate the received packet length before calculating the decrypt buffer size. A malformed packet can therefore lead to a heap overflow. Use Debian's libssh2 1.11.1 backport of the upstream fix. Signed-off-by: Stefan Müller <stefan.mueller@rey-technology.com> [Julien: add links to Debian patches] Signed-off-by: Julien Olivain <ju.o@free.fr>