cve/2024/CVE-2024-47746.md
2025-09-29 21:09:30 +02:00

953 B

CVE-2024-47746

Description

In the Linux kernel, the following vulnerability has been resolved:fuse: use exclusive lock when FUSE_I_CACHE_IO_MODE is setThis may be a typo. The comment has said shared locks arenot allowed when this bit is set. If using shared lock, thewait in fuse_file_cached_io_open may be forever.

POC

Reference

No PoCs from references.

Github