3.21.0 release
FreeRDP 3.21.0 has just been released and uploaded to
https://pub.freerdp.com/releases/
Bugfix release with a few new API functions addressing shortcomings with regard to input data validation. Thanks to @ehdgks0627 we have fixed the following additional (medium) client side vulnerabilities:
- CVE-2026-23530
- CVE-2026-23531
- CVE-2026-23532
- CVE-2026-23533
- CVE-2026-23534
- CVE-2026-23732
- CVE-2026-23883
- CVE-2026-23884
What’s Changed
- [client,sdl] fix monitor resolution (#12142)
- [codec,progressive] fix progressive_rfx_upgrade_block (#12143)
- Krb cache fix (#12145)
- Rdpdr improved checks (#12141)
- Codec advanced length checks (#12146)
- Glyph fix length checks (#12151)
- Wlog printf format string checks (#12150)
- [warnings,format] fix format string warnings (#12152)
- Double free fixes (#12153)
- [clang-tidy] clean up code warnings (#12154)