CVE-2025-22073

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-22073
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-22073.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-22073
Downstream
Related
Published
2025-04-16T15:16:01Z
Modified
2025-08-09T20:01:27Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

spufs: fix a leak on spufsnewfile() failure

It's called from spufsfilldir(), and caller of that will do spufs_rmdir() in case of failure. That does remove everything we'd managed to create, but... the problem dentry is still negative. IOW, it needs to be explicitly dropped.

References

Affected packages