In the Linux kernel, the following vulnerability has been resolved:
fuse: write inode in fuse_release()
A race between write(2) and close(2) allows pages to be dirtied after
fuse_flush -> write_inode_now(). If these pages are not flushed from
fuse_release(), then there might not be a writable open file later. So any
remaining dirty pages must be written back before the file is released.
This is a partial revert of the blamed commit.
CVSS
No CVSS.
References
Configurations
No configuration.
History
18 Jun 2025, 11:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-06-18 11:15
Updated : 2025-06-18 13:47
NVD link : CVE-2022-50217
Mitre link : CVE-2022-50217
CVE.ORG link : CVE-2022-50217
JSON object : View
Products Affected
No product.
CWE
No CWE.