Skip to content

Commit b1b4e34

Browse files
committed
Dropbear 2026.93
1 parent b594329 commit b1b4e34

3 files changed

Lines changed: 38 additions & 1 deletion

File tree

CHANGES

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
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+
132
2026.92 - 6 July 2026
233

334
Note >> for compatibility/configuration changes

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
dropbear (2026.92-0.1) unstable; urgency=low
28

39
* New upstream release.

src/sysoptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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. */

0 commit comments

Comments
 (0)