NetBird v0.76.0

v0.76.0
Added 2
  • Expose RenameProfile in the Android profile manager binding
  • Export peer details for Android
Changed 9
  • Derive each local caller's identity from the kernel in the daemon's local control interface
  • Serve a named pipe instead of loopback TCP on Windows for the daemon's local control interface
  • Automatically migrate existing Windows installations to use the named pipe instead of loopback TCP
  • Build UI release binaries with the production tag
  • Unify route selection in the route manager
  • Parse NB_LAZY_CONN_INACTIVITY_THRESHOLD as a Go duration
Fixed 4
  • Escape dots in interface names for sysctl configuration
  • Serialize iOS tunnel reconfiguration callbacks
  • Add explicit accountID check when deleting a user
  • Fix UI crash on Windows builds without dark-mode support
Deprecated 1
  • Deprecate legacy Dex and Zitadel getting-started scripts
Security 1
  • Fix local privilege escalation in the client daemon by requiring root or administrator privileges to enable the SSH server, enable SSH root login, disable SSH authentication, or change the management URL or deregister the peer while the SSH server is enabled
Security

Fixes a local privilege escalation in the client daemon (https://github.com/netbirdio/netbird/security/advisories/GHSA-qcpp-8vwj-hhwr). The daemon's local control interface accepted any local caller without authentication, so an unprivileged user on the same machine could enable the embedded SSH server, turn on SSH root login and disable SSH authentication, and then open a root shell. Every version from 0.5.0 to 0.75.1 is affected: on Linux, macOS and FreeBSD through the world-writable Unix socket, and on Windows through the loopback TCP listener, which carried no caller identity at all. Reported by @neewek.

The daemon now derives each local caller's identity from the kernel and requires root, or an administrator on Windows, to enable the SSH server, enable SSH root login, disable SSH authentication, or to change the management URL or deregister the peer while that profile has the SSH server enabled. On Windows it serves a named pipe instead of loopback TCP, and existing installations are migrated automatically.

Upgrade note: if you enable any of those settings from a script or an unprivileged session, run the command with sudo, or from an elevated prompt on Windows. Turning them off is unchanged, and so is everything else on the socket.

Learn more here

What's Changed
New Contributors

Full Changelog: https://github.com/netbirdio/netbird/compare/v0.75.1...v0.76.0

View original

Upgraded? How did it go?

Discussion