CVE-2026-80706
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
28/08/2026
Última modificación:
28/08/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
can: softing: fw_parse(): validate firmware record spans<br />
<br />
fw_parse() reads a fixed record header, a firmware-provided payload,<br />
and a trailing checksum without knowing the end of the firmware blob. A<br />
truncated record can therefore make those reads exceed the blob.<br />
<br />
The same record also supplies addresses and lengths for writes into<br />
DPRAM. The generic loader uses wrap-prone mixed signed arithmetic for its<br />
bounds check, while the application loader does not bound the staging<br />
copy at all.<br />
<br />
Pass the firmware end to the parser and validate the full source record.<br />
Use a signed wide offset for generic DPRAM records and validate the<br />
application staging span against the mapped DPRAM before copying.
Impacto
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/2ee477e541a6d5e434d6a4041c6b677ab42e1d82
- https://git.kernel.org/stable/c/808ed899dcf8bdef66894fda5eb7ee4bb0eb8dc1
- https://git.kernel.org/stable/c/84c850b08fc0d671c245144b619683129b55690a
- https://git.kernel.org/stable/c/856d6cb04e5407523566b075841dcd6423757d1c
- https://git.kernel.org/stable/c/ad331e26fd213a19fee0de18cdacd67b7ff5b478
- https://git.kernel.org/stable/c/ae588e5b9cc268de1aabf30f939f0870717ca164
- https://git.kernel.org/stable/c/d0eac0ea7cf493e787fd7b4a556e43ef03cb4b50
- https://git.kernel.org/stable/c/f6d9a6a9512430b395a1940d7b216394fd02d30b



