Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

CVE-2026-53248

Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-416 Utilización después de liberación
Fecha de publicación:
25/06/2026
Última modificación:
07/07/2026

Descripción

*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> net: airoha: Fix use-after-free in metadata dst teardown<br /> <br /> airoha_metadata_dst_free() runs metadata_dst_free() which frees the<br /> metadata_dst with kfree() immediately, bypassing the RCU grace period.<br /> In the RX path, skb_dst_set_noref() sets a non-refcounted pointer from<br /> the skb to the metadata_dst. This function requires RCU read-side<br /> protection and the dst must remain valid until all RCU readers complete.<br /> Since metadata_dst_free() calls kfree() directly, an use-after-free can<br /> occur if any skb still holds a noref pointer to the dst when the driver<br /> tears it down.<br /> Replace metadata_dst_free() with dst_release() which properly goes<br /> through the refcount path: when the refcount drops to zero, it schedules<br /> the actual free via call_rcu_hurry(), ensuring all RCU readers have<br /> completed before the memory is freed.

Productos y versiones vulnerables

CPE Desde Hasta
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.15 (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:*:*:*:*:*:*