CVE-2026-31713

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
01/05/2026
Last modified:
06/05/2026

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> fuse: abort on fatal signal during sync init<br /> <br /> When sync init is used and the server exits for some reason (error, crash)<br /> while processing FUSE_INIT, the filesystem creation will hang. The reason<br /> is that while all other threads will exit, the mounting thread (or process)<br /> will keep the device fd open, which will prevent an abort from happening.<br /> <br /> This is a regression from the async mount case, where the mount was done<br /> first, and the FUSE_INIT processing afterwards, in which case there&amp;#39;s no<br /> such recursive syscall keeping the fd open.

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.18 (including) 6.18.25 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.19 (including) 7.0.2 (excluding)
cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*