Security Advisory

CVE-2025-22073

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-04-16 14:12:25
Last updated 2026-05-11 21:12:07
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: spufs: fix a leak on spufs_new_file() failure Its called from spufs_fill_dir(), and caller of that will do spufs_rmdir() in case of failure. That does remove everything wed managed to create, but... the problem dentry is still negative. IOW, it needs to be explicitly dropped.