CVE-2026-53084
Gravedad CVSS v3.1:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
24/06/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 />
bpf: return VMA snapshot from task_vma iterator<br />
<br />
Holding the per-VMA lock across the BPF program body creates a lock<br />
ordering problem when helpers acquire locks that depend on mmap_lock:<br />
<br />
vm_lock -> i_rwsem -> mmap_lock -> vm_lock<br />
<br />
Snapshot the VMA under the per-VMA lock in _next() via memcpy(), then<br />
drop the lock before returning. The BPF program accesses only the<br />
snapshot.<br />
<br />
The verifier only trusts vm_mm and vm_file pointers (see<br />
BTF_TYPE_SAFE_TRUSTED_OR_NULL in verifier.c). vm_file is reference-<br />
counted with get_file() under the lock and released via fput() on the<br />
next iteration or in _destroy(). vm_mm is already correct because<br />
lock_vma_under_rcu() verifies vma->vm_mm == mm. All other pointers<br />
are left as-is by memcpy() since the verifier treats them as untrusted.
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.7 (incluyendo) | 6.12.91 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.33 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.10 (excluyendo) |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



