CVE-2026-31571
Gravedad CVSS v3.1:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
24/04/2026
Última modificación:
27/04/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/i915: Unlink NV12 planes earlier<br />
<br />
unlink_nv12_plane() will clobber parts of the plane state<br />
potentially already set up by plane_atomic_check(), so we<br />
must make sure not to call the two in the wrong order.<br />
The problem happens when a plane previously selected as<br />
a Y plane is now configured as a normal plane by user space.<br />
plane_atomic_check() will first compute the proper plane<br />
state based on the userspace request, and unlink_nv12_plane()<br />
later clears some of the state.<br />
<br />
This used to work on account of unlink_nv12_plane() skipping<br />
the state clearing based on the plane visibility. But I removed<br />
that check, thinking it was an impossible situation. Now when<br />
that situation happens unlink_nv12_plane() will just WARN<br />
and proceed to clobber the state.<br />
<br />
Rather than reverting to the old way of doing things, I think<br />
it&#39;s more clear if we unlink the NV12 planes before we even<br />
compute the new plane state.<br />
<br />
(cherry picked from commit 017ecd04985573eeeb0745fa2c23896fb22ee0cc)
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:*:*:*:*:*:*:*:* | 6.15.1 (incluyendo) | 6.18.21 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 6.19.11 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:6.15:-:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



