Bitwarden 2025.11.0: The SUID sandbox helper binary was found

Bitwarden Password Manager desktop app 2025.11.0 on openSUSE Linux.
When attempting to start Bitwarden it fails with the following error:

./Bitwarden-2025.11.0-x86_64.AppImage
[191838:1116/112543.453330:FATAL:sandbox/linux/suid/client/setuid_sandbox_host.cc:169] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I’m aborting now. You need to make sure that /tmp/.mount_bitwarDUO2z0/chrome-sandbox is owned by root and has mode 4755.
/tmp/.mount_bitwarDUO2z0/bitwarden: line 28: 191838 Trace/breakpoint trap $APP_PATH/bitwarden-app $PARAMS “$@”
<[1116/112543.485745:ERROR:base/i18n/icu_util.cc:224] Invalid file descriptor to ICU data received.

This problem did not exist with Bitwarden 2025.10.0.
Any ideas?

@tibitts Welcome to the forum!

If I’m not mistaken, it’s the same issue as this one:

 

Someone posted a workaround there.

It appears to be the same problem, however I’m using the AppImage version of Bitwarden. No workaround for the AppImage version works here. So I’m sticking with v2025.10.0 for the time being. Hope this will be fixed soon.

I’m no Linux expert by any means… But that issue here: AppImage refuses to start after latest auto-update · Issue #17408 · bitwarden/clients · GitHub was closed as a duplicate of the other one - and it was mentioned there, that the same workaround also would work with the AppImage version.

Yeah, that’s what I tried, but I couldn’t get Bitwarden to start.

1 Like

I’m facing the same issue with Bitwarden-2025.11.2-x86_64.AppImage on Ubuntu 22.04.5 LTS (Jammy Jellyfish). To bypass it, at the moment, I launched the appimage with the parameter –appimage-extract. It deflated the subfolder “squashfs-root”. I found a files/folder tree within it and the executable “bitwarden-app” among the files. Running directly this executable, temporarily resolves the issue getting Bitwarden working again.
However, according to the mentioned Issue running desktop app after upgrade to `2025.11.0` · Issue #17375 · bitwarden/clients · GitHub , launching the AppImage as
Bitwarden-2025.11.2-x86_64.AppImage --no-sandbox > /dev/null 2>&1 &
works as well for now.