In the Linux kernel, the following vulnerability has been resolved:spufs: fix a leak on spufs_new_file() failureIt's called from spufs_fill_dir(), and caller of that will dospufs_rmdir() in case of failure. That does remove everythingwe'd managed to create, but... the problem dentry is stillnegative. IOW, it needs to be explicitly dropped.
No PoCs from references.
- https://github.com/w4zu/Debian_security