In the Linux kernel, the following vulnerability has been resolved:
fuse: limit FUSE_NOTIFY_RETRIEVE to uptodate folios
FUSE_NOTIFY_RETRIEVE must be limited to uptodate folios; !uptodate folios
can contain uninitialized data.
Since FUSE_NOTIFY_RETRIEVE is intended to only return data that is already
in the page cache and not wait for data from the FUSE daemon, treat
!uptodate folios as if they weren't present.
This only has security impact on systems that don't enable automatic
zero-initialization of all page allocations via
CONFIG_INIT_ON_ALLOC_DEFAULT_ON or init_on_alloc=1.
References
Configurations
Configuration 1 (hide)
|
History
06 Jul 2026, 20:11
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Linux linux Kernel
Linux |
|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc5:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc6:*:*:*:*:*:* |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CWE | CWE-908 | |
| References | () https://git.kernel.org/stable/c/1fb8735a3a4d894f8c1f90b741a3ab1d3817f9bd - Patch | |
| References | () https://git.kernel.org/stable/c/4e14f29473eda18fb2af082dd2fd4c12139862cd - Patch | |
| References | () https://git.kernel.org/stable/c/4e3d1b2c48ca6c55f1e9ca7f8dccc76f120f276c - Patch | |
| References | () https://git.kernel.org/stable/c/56763afa013444a9d84ca1b74e4b7130942177ba - Patch | |
| References | () https://git.kernel.org/stable/c/651801d75ad0897dbd331b3cc6a4da3e78f60d42 - Patch | |
| References | () https://git.kernel.org/stable/c/68a9282d5ea5b8780d59122505ad633e6daede90 - Patch | |
| References | () https://git.kernel.org/stable/c/8bef2f840b43e0879478fe3aaa9ff2f0b80798a5 - Patch | |
| References | () https://git.kernel.org/stable/c/feafe8ccb1584254f59fbd4946d6ca7ef1e3e99c - Patch |
04 Jul 2026, 12:17
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
25 Jun 2026, 09:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-06-25 09:16
Updated : 2026-07-06 20:11
NVD link : CVE-2026-53167
Mitre link : CVE-2026-53167
CVE.ORG link : CVE-2026-53167
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-908
Use of Uninitialized Resource
