Release notes for xrdp v0.10.6 (2026/04/17)
General announcements
If you like xrdp, please consider sponsoring or donating to the project. We accept financial contributions through Open Collective, and direct donations to individual developers via GitHub Sponsors are also welcome.
- [V0.10.3] Experimental support for utmp/wtmp file is provided in this release. If you use this, be aware that these files are only updated when an xrdp session is created or destroyed. Disconnections and reconnections to the same session are not tracked. In particular:
- the FROM address for a client (as shown by the
wcommand) reflects the IP address of the client at the time of creation, and not the address of the currently connected client. - Sessions started by the
xrdp-sesruncommand do not have a FROM address.
- the FROM address for a client (as shown by the
- The use_vsock parameter in xrdp.ini is deprecated. Use 'port=vsock://' instead.
Security fixes
Thanks to @exploitintel, @smittix and @hessandrew!
- CVE-2026-32105
- CVE-2026-32107
- CVE-2026-32623
- CVE-2026-32624
- CVE-2026-33145
- CVE-2026-33516
- CVE-2026-33689
- CVE-2026-35512
New features
Bug fixes
- Honour
pass_shell_as_envsetting only if user sets a shell (#3725) - We no longer try to create a NULL authentication file when using VNC over UDS (#3727)
- Problems with the Brazilian ABNT2 keyboard mapping have been corrected (#3728 3736)
- A 'file exists' error when installing xrdp over an existing installation has been addressed (#3780)
Internal changes
None
Changes for users
None
Changes for packagers or developers
- (from v0.10.3) The
--enable-utmpneeds to be added to enable UTMP support. - (from v0.10.3) The config file subdirectory (
xrdppart of/etc/xrdp) can now be configured (#3369) - (from v0.10.3) Packagers using TigerVNC to provide the Xvnc backend may wish to configure the 'Xvnc over UDS' session type as a default by using a
code=1line in xrdp.ini. Instructions are provided in the released xrdp.ini file. - The unfinished PIV smartcard support is now disabled by default, but can be re-enabled by adding
--enable-smartcardto the configure command. Because of possible security issues with this code, this should only be done by developers working in non-production environments (#3759)