CVE-2026-53333
Gravedad CVSS v3.1:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
01/07/2026
Última modificación:
23/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
mm/mincore: handle non-swap entries before !CONFIG_SWAP guard<br />
<br />
mincore_swap() also fields migration/hwpoison entries (and shmem<br />
swapin-error entries), which can exist on !CONFIG_SWAP builds when<br />
CONFIG_MIGRATION or CONFIG_MEMORY_FAILURE is enabled. The<br />
!IS_ENABLED(CONFIG_SWAP) guard ran before the non-swap-entry early return,<br />
so mincore_pte_range() can spuriously WARN and report these pages<br />
nonresident on !CONFIG_SWAP kernels.<br />
<br />
Move the guard below the non-swap-entry check so only true swap entries<br />
trip the WARN, and migration/hwpoison entries take the existing "uptodate<br />
/ non-shmem" path.
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.18 (incluyendo) | 6.18.36 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.13 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc6:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc7:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



