From this webpage screenshot, the following key information about the vulnerability can be obtained: 1. Vulnerability Description: - Title: fuse: Initialize beyond-EOF page contents before setting uptodate - Description: Page contents beyond EOF must be initialized before setting the page as uptodate. The function does not fully initialize page contents before setting the page as uptodate, which may result in partial page contents being visible in userspace. 2. Impact Scope: - Information Disclosure: This is an information disclosure vulnerability, but it only affects systems that do not enable init-on-alloc (via or corresponding kernel command-line parameters). 3. Fix Status: - Link: https://bugs.chromium.org/p/project-zero/issues/detail?id=2574 - Fix Status: Fixed; the fix patch has been merged into the kernel. 4. Authors and Contributors: - Submitter: Jann Horn - Submission Time: 2024-08-06 21:51:42 +0200 - Merger: Greg Kroah-Hartman - Merge Time: 2024-09-04 13:17:29 +0200 5. Patch Content: - Patch File: - Patch Code: 6. Patch Status: - Status: Merged into the kernel. This information indicates that the vulnerability has been fixed, and the fix patch has been merged into the kernel.