← Volver al buscador de CVEs

CVE-2026-72219

linux

Descripción

In the Linux kernel, the following vulnerability has been resolved: lockd: Plug nlm_file leak when nlm_do_fopen() fails A client can repeatedly drive nlm_do_fopen() failures by presenting file handles that the underlying export rejects. After kzalloc_obj() succeeds in nlm_lookup_file(), the freshly allocated nlm_file is not yet inserted into nlm_files[]. The nlm_do_fopen() failure path jumps to out_unlock, which releases nlm_file_mutex and returns without freeing the allocation, so each failure leaks one nlm_file. Route the failure through out_free so kfree() runs before the function returns.

EPSS 0.216%Riesgo 0
Ver fuente
Publicación
2026-08-15 06:21:40
Versiones afectadas
unknown
Tipo
Kernel
Última modificación
2026-08-17 06:18:22
Vector
Pending