During the creation of a new libfuse session with fuse_session_new
, the operation list was passed as NULL incorrectly. libfuse expects this argument to always point to list of operations. This caused uninitialized memory read and leaks in libfuse.so.
{ "github_reviewed": true, "severity": "HIGH", "nvd_published_at": null, "cwe_ids": [ "CWE-908" ], "github_reviewed_at": "2025-09-15T17:30:21Z" }