github mkj/dropbear DROPBEAR_2025.88
Dropbear 2025.88

4 months ago

Download tarballs from
https://matt.ucc.asn.au/dropbear/releases/dropbear-2025.88.tar.bz2 or
https://dropbear.nl/mirror/releases/dropbear-2025.88.tar.bz2
The tarball is reproducible from git with release.sh

  • Security: Don't allow dbclient hostname arguments to be interpreted
    by the shell.

    dbclient hostname arguments with a comma (for multihop) would be
    passed to the shell which could result in running arbitrary shell
    commands locally. That could be a security issue in situations
    where dbclient is passed untrusted hostname arguments.

    Now the multihop command is executed directly, no shell is involved.
    Thanks to Marcin Nowak for the report, tracked as CVE-2025-47203

  • Fix compatibility for htole64 and htole32, regression in 2025.87
    Patch from Peter Fichtner to work with old GCC versions, and
    patch from Matt Robinson to check different header files.

  • Fix building on older compilers or libc that don't support
    static_assert(). Regression in 2025.87

  • Support ~R in the client to force a key re-exchange.

  • Improve strict KEX handling. Dropbear previously would allow other
    packets at the end of key exchange prior to receiving the remote
    peer's NEWKEYS message, which should be forbidden by strict KEX.
    Reported by Fabian Bäumer.

Don't miss a new dropbear release

NewReleases is sending notifications on new releases.