CVE-2025-68744
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
24/12/2025
Última modificación:
24/12/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
bpf: Free special fields when update [lru_,]percpu_hash maps<br />
<br />
As [lru_,]percpu_hash maps support BPF_KPTR_{REF,PERCPU}, missing<br />
calls to &#39;bpf_obj_free_fields()&#39; in &#39;pcpu_copy_value()&#39; could cause the<br />
memory referenced by BPF_KPTR_{REF,PERCPU} fields to be held until the<br />
map gets freed.<br />
<br />
Fix this by calling &#39;bpf_obj_free_fields()&#39; after<br />
&#39;copy_map_value[,_long]()&#39; in &#39;pcpu_copy_value()&#39;.



