FUSE-Rust: Uninitalized memory read and leak caused by fuser crate
        
  High severity
        
          GitHub Reviewed
      
        Published
          Sep 15, 2025 
          to the GitHub Advisory Database
          •
          Updated Sep 15, 2025 
      
  
Description
        Published to the GitHub Advisory Database
      Sep 15, 2025 
    
  
        Reviewed
      Sep 15, 2025 
    
  
        Last updated
      Sep 15, 2025 
    
  
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.References