CVE-2026-68176
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
10/08/2026
Última modificación:
19/08/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
tracing: Fix mmiotrace possible NULL dereferencing of hiter->dev<br />
<br />
If the mmio_pipe_open() fails to find a PCI device, the hiter->dev<br />
will be assigned to NULL. The mmiotrace read() function dereferences the<br />
hiter->dev if hiter exists.<br />
<br />
Change the test of the read to not only check hiter being NULL, but also<br />
the hiter->dev before dereferencing it.
Impacto
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/0d5aaf91a3d05f7f993401af27872a5fc0f26edc
- https://git.kernel.org/stable/c/144f29e85702234b23d2a62abf723e6a17eb5427
- https://git.kernel.org/stable/c/201a01102c529772168181190cb084471082cf5c
- https://git.kernel.org/stable/c/3635a9e8b453e658a49b39d025f35bbc6e58d0e2
- https://git.kernel.org/stable/c/724cd84b0546c07806840fa658714488553d13a2
- https://git.kernel.org/stable/c/8464427e1c177809a9488a97dfa2807d9dcf323b
- https://git.kernel.org/stable/c/c06470320f8156306986a831010cdc9f9f87cb50
- https://git.kernel.org/stable/c/faaf95135184208ee3ac6f33175c8d1800669dfc


