#libfuse
Further to troubleshooting if you can bring up a shell and just run "cat /etc/fstab" and "mount" that should tell you how it's mounting the volume and how the volume is currently mounted. I'm beginning to suspect it's mounted in Dolphin instead of the kernel so it'd be libfuse or something...
September 20, 2026 at 11:20 AM
Building on FUSE in Rust means a lot of boilerplate. Ruiji Yu (Nanjing University) presents libfuse-fs - trait-based abstractions, async I/O, and overlay support out of the box - with lessons from real integrations.

🔗 oxidizeconf.com/sessions/lib...

#Oxidize2026 #RustLang #FUSE #AsyncRust
June 8, 2026 at 8:15 AM
[Scena PS4] Rilasciato Itemzflow v1.08 ora con supporto per firmware 13.02, libFuse 2.8.6, lingua araba e miglioramenti dump system
[Scena PS4] Rilasciato Itemzflow v1.08 ora con supporto per firmware 13.02, libFuse 2.8.6, lingua araba e miglioramenti dump system - BiteYourConsole
Itemzflow v1.08 aggiunge supporto firmware 13.02, libFuse 2.8.6, lingua araba e fix dump. Game manager PS4 più stabile e compatibile.
www.biteyourconsole.net
June 1, 2026 at 7:10 AM
🛢️ sshfs-mac 🛢️

Network filesystem client to connect to SSH servers

🔗 https://github.com/libfuse/sshfs/

#homebrew #newpkg #macos #cask
May 16, 2026 at 6:50 PM
Linux と Kubernetes に FUSE の深刻な脆弱性。
アプデが必要。
libfuse 3.18.0 〜 3.19.0-rc0 が対象。
March 31, 2026 at 12:37 AM
libfuse Use-After-Free / NULL Pointer Dereference https://packetstorm.news/files/218096 #advisory
March 30, 2026 at 9:21 PM
Critical libfuse io_uring Vulnerabilities Threaten Linux and Kubernetes Infrastructure
Critical libfuse io_uring Vulnerabilities Threaten Linux and Kubernetes Infrastructure
Researchers uncover two flaws in libfuse's io_uring transport (CVE-2026-33150 & 33179). Impacting Kubernetes CSI drivers, these bugs allow RCE and DoS. Patch now!
securityonline.info
March 30, 2026 at 2:41 PM
CVE-2026-33150, CVE-2026-33179: libfuse io_uring memory safety vulnerabilities (use-after-free, NULL deref)

Posted by Abhinav Agarwal on Mar 28Two memory safety vulnerabilities in libfuse's io_uring code path
(introduced in 3.18.0) have been fixed in libfuse 3.18.2. Only the
io…
#hackernews #news
CVE-2026-33150, CVE-2026-33179: libfuse io_uring memory safety vulnerabilities (use-after-free, NULL deref)
Posted by Abhinav Agarwal on Mar 28Two memory safety vulnerabilities in libfuse's io_uring code path (introduced in 3.18.0) have been fixed in libfuse 3.18.2. Only the io_uring transport is affected; the traditional /dev/fuse path is not. Affected versions: libfuse >= 3.18.0, < 3.18.2 Fixed in: libfuse 3.18.2 https://github.com/libfuse/libfuse/releases/tag/fuse-3.18.2 CVE-2026-33150: Use-After-Free Severity: High (CVSS 7.8) CWE: CWE-416 Use-after-free in io_uring...
seclists.org
March 30, 2026 at 4:35 AM
📌 CVE-2026-33150 - libfuse is the reference implementation of the Linux FUSE. From version 3.18.0 to before version 3.18.2, a use-after-free vulnerability in the io_urin... https://www.cyberhub.blog/cves/CVE-2026-33150
CVE-2026-33150
libfuse is the reference implementation of the Linux FUSE. From version 3.18.0 to before version 3.18.2, a use-after-free vulnerability in the io_uring subsystem of libfuse allows a local attacker to crash FUSE filesystem processes and potentially execute arbitrary code. When io_uring thread creatio
www.cyberhub.blog
March 24, 2026 at 1:00 AM
🔒 Libfuse io_uring use-after-free and NULL deref (CVE-2026-33150, CVE-2026-33179)

Libfuse contains high-severity use-after-free and NULL dereference vulnerabilities (CVE-2026-33150, CVE-2026-3317...

crustylabs.ai #CyberSecurity #InfoSec #CrustyTLDR
March 21, 2026 at 4:45 AM
🟠 CVE-2026-33150 - High (7.8)

libfuse is the reference implementation of the Linux FUSE. From version 3.18.0 to before version ...

https://www.thehackerwire.com/vulnerability/CVE-2026-33150/

#infosec #cybersecurity #CVE #vulnerability #security #patchstack
March 20, 2026 at 9:17 PM
🚨 EUVD-2026-13794
📊 5.5/10
🏢 libfuse

📝 libfuse is the reference implementation of the Linux FUSE. From version 3.18.0 to before version 3.18.2, a NULL pointer dereference and memory leak in fus...

🔗 https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-13794

#cybersecurity #infosec #cve #euvd
March 20, 2026 at 9:01 PM
🚨 EUVD-2026-13786
📊 7.8/10
🏢 libfuse

📝 libfuse is the reference implementation of the Linux FUSE. From version 3.18.0 to before version 3.18.2, a use-after-free vulnerability in the io_uring su...

🔗 https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-13786

#cybersecurity #infosec #cve #euvd
March 20, 2026 at 9:01 PM
Show HN: Mount any OpenAPI/Swagger HTTP API (or JSON data) as a local filesystem Does what the title says it does. Requires libFUSE (MacOS/Linux) and Python. It was made because I am a CLI kind of ...

Origin | Interest | Match
apifusefs/README.md at main · scottvr/apifusefs
APIFUSE - filesystem mounted projection of HTTP/REST OpenAPI-described (swagger/openapi.[json|yaml]) APIs or non-API JSON collections) - scottvr/apifusefs
github.com
March 5, 2026 at 2:25 AM
FUSE started as a Linux standard but there are user-mode filesystems for the BSDs, MINIX, macOS, and even a few Windows ports. github.com/libfuse/libf...

en.wikipedia.org/wiki/Filesys...
GitHub - libfuse/libfuse: The reference implementation of the Linux FUSE (Filesystem in Userspace) interface
The reference implementation of the Linux FUSE (Filesystem in Userspace) interface - libfuse/libfuse
github.com
October 27, 2025 at 1:53 AM
> cant run appimages without fuse
> install fuse
> rip gnome
> reinstall gnome
> rip fuse
> try libfuse instead
> libfuse is already installed
> run the flatpak
> libfuse2 isnt here
> install libfuse2
> libfuse 2 is already installed

i love linux and all, but come tf on
September 20, 2025 at 3:25 PM
trying to implement something with libfuse and I'm having a Bad Time. documentation is a mess 🥲 multiple versions exist and it's hard to know which is which.
September 20, 2025 at 8:23 AM
oh man. more than slightly aghast to find that FUSE doesn't have fsnotify / inotify support! there's a wiki with some wild theorycrafting but no progess. major major surprise to me, yikes.
github.com/libfuse/libf...
Monitoring fuse for filesystem events · Issue #328 · libfuse/libfuse
I have a fuse filesystem that I'd like to monitor for events, as with inotify or incron. I am not able to set "allow_root" in fuse.conf, and I'm not sure if these tools will work even if I could. I...
github.com
September 9, 2025 at 2:16 AM
Update main.​yml damn libfuse is not default
August 15, 2025 at 4:11 PM