CVE-2026-43427
Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-125
Lectura fuera de límites
Fecha de publicación:
08/05/2026
Última modificación:
20/05/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
usb: class: cdc-wdm: fix reordering issue in read code path<br />
<br />
Quoting the bug report:<br />
<br />
Due to compiler optimization or CPU out-of-order execution, the<br />
desc->length update can be reordered before the memmove. If this<br />
happens, wdm_read() can see the new length and call copy_to_user() on<br />
uninitialized memory. This also violates LKMM data race rules [1].<br />
<br />
Fix it by using WRITE_ONCE and memory barriers.
Impacto
Puntuación base 3.x
7.10
Gravedad 3.x
ALTA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 2.6.26.1 (incluyendo) | 5.10.253 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (incluyendo) | 5.15.203 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (incluyendo) | 6.1.167 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (incluyendo) | 6.6.130 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (incluyendo) | 6.12.78 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.19 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 6.19.9 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:2.6.26:-:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.26:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.26:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.26:rc6:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.26:rc7:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.26:rc8:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:2.6.26:rc9:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/170e8daca24da6edb4be82ab01abf44e87af387b
- https://git.kernel.org/stable/c/276aef0fd2b92f41b920ac891c72cadeee957934
- https://git.kernel.org/stable/c/4ee3062bf2c9a722afef429826e8607eaf3fc6a0
- https://git.kernel.org/stable/c/638328ca9c17ae6511ad62198c57bae32ffa3c91
- https://git.kernel.org/stable/c/67ed312124bb1b61858778ac0b985b48961c862a
- https://git.kernel.org/stable/c/8df672bfe3ec2268c2636584202755898e547173
- https://git.kernel.org/stable/c/c8fa96ed021923dae147bcd9f9205b8df7b82360
- https://git.kernel.org/stable/c/e3c874b05901dc519054b5107d16620e6d2b5fea



