File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2026.93 - 21 July 2026
2+
3+ Note >> for compatibility/configuration changes
4+
5+ - Security: Fix a use-after-free in X11 forwarding that could possibly lead
6+ to memory corruption. This is vulnerable to authenticated users if X11
7+ forwarding is enabled. By default X11 forwarding is not built.
8+ In 2026.89 the server is running as the authenticated user for X11
9+ forwarding, in earlier versions it runs as root.
10+ This removes X11 "single connection" which has probably never been used.
11+ Reported by @peter-pe
12+ https://github.com/mkj/dropbear/commit/882f83806d5e133037cd28e954a878984ef7b9c4
13+
14+ - >> "permitlisten" authorized_keys lines will now be ignored if
15+ the port is invalid (>65536). From Basavaraj S Maneppagol.
16+
17+ - >> In 2026.92, the configure option --enable-plugin-deprecated
18+ wasn't correctly renamed. This is now implemented.
19+ Patch from Alexander Dahl
20+
21+ - Two factor auth "-t" is no longer deprecated, it will be kept.
22+ The "DEPRECATED_TWO_FACTOR" option is ignored, and no longer required.
23+
24+ - Fix out of bounds read during utmp/wtmp log file handling, reported by
25+ Basavaraj S Maneppagol.
26+
27+ - More robust handling of ascii inputs for some platforms.
28+ From Basavaraj S Maneppagol
29+
30+ - Convert manpages to mdoc format, from shrub
31+
1322026.92 - 6 July 2026
233
334Note >> for compatibility/configuration changes
Original file line number Diff line number Diff line change 1+ dropbear (2026.93-0.1) unstable; urgency=low
2+
3+ * New upstream release.
4+
5+ -- Matt Johnston <matt@ucc.asn.au> Tue, 21 July 2026 22:51:57 +0800
6+
17dropbear (2026.92-0.1) unstable; urgency=low
28
39 * New upstream release.
Original file line number Diff line number Diff line change 44 *******************************************************************/
55
66#ifndef DROPBEAR_VERSION
7- #define DROPBEAR_VERSION "2026.92 "
7+ #define DROPBEAR_VERSION "2026.93 "
88#endif
99
1010/* IDENT_VERSION_PART is the optional part after "SSH-2.0-dropbear". Refer to RFC4253 for requirements. */
You can’t perform that action at this time.
0 commit comments