PULSE
EN VIVO65señales / 24h
FEED
← Todos los CVEs
CVE Watch4 ago 2026

CVE-2023-54050

In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix memleak when insert_old_idx() failed Following process will

CVSS

7.8

Alto

EPSS

0.2%

p7

KEV

Exploit Today

2

0-100

Publicado: 24 dic 2025 · Última mod.: 4 ago 2026

EPSS · 30d
0.2%EPSS · 30 días0.2%
2026-07-072026-08-04
Descripción técnica

In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix memleak when insert_old_idx() failed Following process will cause a memleak for copied up znode: dirty_cow_znode zn = copy_znode(c, znode); err = insert_old_idx(c, zbr->lnum, zbr->offs); if (unlikely(err)) return ERR_PTR(err); // No one refers to zn. Fetch a reproducer in [Link]. Function copy_znode() is split into 2 parts: resource allocation and znode replacement, insert_old_idx() is split in similar way, so resource cleanup could be done in error handling path without corrupting metadata(mem & disk). It's okay that old index inserting is put behind of add_idx_dirt(), old index is used in layout_leb_in_gaps(), so the two processes do not depend on each other.

Referencias oficiales
CVEs relacionados

Sin CVEs relacionados por CWE o producto.