CVE-2026-46051
Gravedad CVSS v3.1:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
27/05/2026
Última modificación:
16/06/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
md/raid5: fix soft lockup in retry_aligned_read()<br />
<br />
When retry_aligned_read() encounters an overlapped stripe, it releases<br />
the stripe via raid5_release_stripe() which puts it on the lockless<br />
released_stripes llist. In the next raid5d loop iteration,<br />
release_stripe_list() drains the stripe onto handle_list (since<br />
STRIPE_HANDLE is set by the original IO), but retry_aligned_read()<br />
runs before handle_active_stripes() and removes the stripe from<br />
handle_list via find_get_stripe() -> list_del_init(). This prevents<br />
handle_stripe() from ever processing the stripe to resolve the<br />
overlap, causing an infinite loop and soft lockup.<br />
<br />
Fix this by using __release_stripe() with temp_inactive_list instead<br />
of raid5_release_stripe() in the failure path, so the stripe does not<br />
go through the released_stripes llist. This allows raid5d to break out<br />
of its loop, and the overlap will be resolved when the stripe is<br />
eventually processed by handle_stripe().
Impacto
Puntuación base 3.x
5.50
Gravedad 3.x
MEDIA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 3.12 (incluyendo) | 5.10.258 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (incluyendo) | 5.15.209 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (incluyendo) | 6.1.175 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (incluyendo) | 6.6.140 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (incluyendo) | 6.12.86 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.27 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.4 (excluyendo) |
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/09880592f5a9dc73377d6eb5ac123537b5f8df49
- https://git.kernel.org/stable/c/1985cb3247e87ff6b8ca4bc5f9626f4f51024507
- https://git.kernel.org/stable/c/4166d5234fe8b6c3c7f796a6c198605356c5b355
- https://git.kernel.org/stable/c/66df9f30673db66ac35145820a8e24906069ae57
- https://git.kernel.org/stable/c/7f9f7c697474268d9ef9479df3ddfe7cdcfbbffc
- https://git.kernel.org/stable/c/80fc6ca2cbde018d52e13f305edcd643911bd94b
- https://git.kernel.org/stable/c/883cc33b7af1c448663287f069ef9dfea001e90f
- https://git.kernel.org/stable/c/a9055300e07d9d6800264d3c2560e1d0144689ca



