Skip to content
Snippets Groups Projects
  1. May 21, 2017
    • Kevin Darbyshire-Bryant's avatar
      dropbear: bump to 2017.75 · 6e10fc74
      Kevin Darbyshire-Bryant authored
      - Security: Fix double-free in server TCP listener cleanup A double-free
      in the server could be triggered by an authenticated user if dropbear is
      running with -a (Allow connections to forwarded ports from any host)
      This could potentially allow arbitrary code execution as root by an
      authenticated user.  Affects versions 2013.56 to 2016.74. Thanks to Mark
      Shepard for reporting the crash.
      CVE-2017-9078 https://secure.ucc.asn.au/hg/dropbear/rev/c8114a48837c
      
      - Security: Fix information disclosure with ~/.ssh/authorized_keys
      symlink.  Dropbear parsed authorized_keys as root, even if it were a
      symlink.  The fix is to switch to user permissions when opening
      authorized_keys
      
      A user could symlink their ~/.ssh/authorized_keys to a root-owned file
      they couldn't normally read. If they managed to get that file to contain
      valid authorized_keys with command= options it might be possible to read
      other contents of that file.
      This information disclosure is to an already authenticated user.
      Thanks to Jann Horn of Google Project Zero for reporting this.
      CVE-2017-9079 https://secure.ucc.asn.au/hg/dropbear/rev/0d889b068123
      
      
      
      Refresh patches, rework 100-pubkey_path.patch to work with new
      authorized_keys validation.
      
      Signed-off-by: default avatarKevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
      6e10fc74
  2. Apr 26, 2017
  3. Feb 17, 2017
  4. Feb 10, 2017
  5. Jan 05, 2017
  6. Dec 16, 2016
  7. Dec 14, 2016
  8. Sep 26, 2016
  9. Sep 10, 2016
  10. Sep 05, 2016
  11. Aug 12, 2016
    • Jo-Philipp Wich's avatar
      dropbear: security update to 2016.74 · 4e8c6f34
      Jo-Philipp Wich authored
      
      - Security: Message printout was vulnerable to format string injection.
      
        If specific usernames including "%" symbols can be created on a system
        (validated by getpwnam()) then an attacker could run arbitrary code as root
        when connecting to Dropbear server.
      
        A dbclient user who can control username or host arguments could potentially
        run arbitrary code as the dbclient user. This could be a problem if scripts
        or webpages pass untrusted input to the dbclient program.
      
      - Security: dropbearconvert import of OpenSSH keys could run arbitrary code as
        the local dropbearconvert user when parsing malicious key files
      
      - Security: dbclient could run arbitrary code as the local dbclient user if
        particular -m or -c arguments are provided. This could be an issue where
        dbclient is used in scripts.
      
      - Security: dbclient or dropbear server could expose process memory to the
        running user if compiled with DEBUG_TRACE and running with -v
      
        The security issues were reported by an anonymous researcher working with
        Beyond Security's SecuriTeam Secure Disclosure www.beyondsecurity.com/ssd.html
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      4e8c6f34
  12. Jul 29, 2016
  13. May 24, 2016
  14. May 13, 2016
  15. May 12, 2016
  16. Apr 28, 2016
  17. Feb 08, 2016
  18. Jan 15, 2016
  19. Jan 10, 2016
  20. Sep 24, 2015
  21. Sep 08, 2015
  22. Sep 07, 2015
  23. Sep 02, 2015
  24. Apr 18, 2015
  25. Nov 06, 2014
  26. Oct 14, 2014
    • John Crispin's avatar
      scripts: fix wrong usage of '==' operator · 20940138
      John Crispin authored
      
      [base-files] shell-scripting: fix wrong usage of '==' operator
      
      normally the '==' is used for invoking a regex parser and is a bashism.
      all of the fixes just want to compare a string. the used busybox-ash
      will silently "ignore" this mistake, but make it portable/clean at least.
      
      this patch does not change the behavior/logic of the scripts.
      
      Signed-off-by: default avatarBastian Bittorf <bittorf@bluebottle.com>
      
      SVN-Revision: 42911
      20940138
  27. Oct 09, 2014
  28. Aug 29, 2014
  29. Aug 25, 2014
  30. Aug 21, 2014
  31. Aug 13, 2014
  32. Aug 11, 2014
  33. Jun 02, 2014
  34. Mar 29, 2014
Loading