CVE-2025-22076

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

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

exfat: fix missing shutdown check

xfstests generic/730 test failed because after deleting the device that still had dirty data, the file could still be read without returning an error. The reason is the missing shutdown check in ->read_iter.

I also noticed that shutdown checks were missing from ->writeiter, ->spliceread, and ->mmap. This commit adds shutdown checks to all of them.

References

Affected packages