In the Linux kernel, the following vulnerability has been resolved:
ntfs: fix hole runlist memory leak in insert range error path
ntfsnonresidentattrinsertrange() allocates holerl before mapping the whole runlist. If ntfsattrmapwholerunlist() fails, the error path drops ni->runlist.lock and returns without freeing holerl. This leaks memory of sizeof(*holerl) * 2 bytes.
Fix this memory leak by freeing hole_rl before returning from that error path, matching the later error paths in the same function.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72184.json",
"cna_assigner": "Linux"
}