|
| 1 | +--- |
| 2 | +layout: posts |
| 3 | +title: 3.24.2 release |
| 4 | +date: 2026-03-25 |
| 5 | +author: an |
| 6 | +--- |
| 7 | + |
| 8 | +FreeRDP 3.24.2 has just been released and uploaded to |
| 9 | + |
| 10 | +[https://pub.freerdp.com/releases/](https://pub.freerdp.com/releases/) |
| 11 | + |
| 12 | +Bug and security fix release |
| 13 | + |
| 14 | +## CVE fixes |
| 15 | + |
| 16 | +We got 4 High and 2 Moderate security reports from |
| 17 | +* Calvin Young - eWalker Consulting |
| 18 | +* Enoch Chow - Isomorph Cyber |
| 19 | + |
| 20 | +and 2 Modreate reports from |
| 21 | +* [Sebastian Alba Vives] ***@***.***) Sebastián Alba |
| 22 | + |
| 23 | +and 1 Moderate report from |
| 24 | +* @prahal |
| 25 | + |
| 26 | +CVE have been requested but not assigned yet. They will be published once assigned at |
| 27 | +https://github.com/FreeRDP/FreeRDP/security |
| 28 | + |
| 29 | +## What's Changed |
| 30 | +* [channels,video] fix wrong cast (#12511) |
| 31 | +* [codec,openh264] reject encoder ABI mismatch on runtime-loaded library (#12510) |
| 32 | +* [client,sdl] create a copy of rdpPointer (#12512) |
| 33 | +* [codec,video] properly pass intermediate format (#12518) |
| 34 | +* [utils, signal] lazily initialize Windows CRITICAL_SECTION to match POSIX static mutex behavior (#12520) |
| 35 | +* winpr: improve libunwind backtraces (#12530) |
| 36 | +* [server,shadow] remember selected caps (#12528) |
| 37 | +* Zero credential data before free in NLA and NTLM context (#12532) |
| 38 | +* [server,proxy] ignore missing client in input channel (#12536) |
| 39 | +* [server,proxy] ignore rdpdr messages (#12537) |
| 40 | +* [winpr,sspi] improve kerberos logging (#12538) |
| 41 | +* Codec fixes (#12542) |
| 42 | + |
| 43 | +## New Contributors |
| 44 | +* @Kotivskyi made their first contribution in #12532 |
| 45 | + |
| 46 | +For a complete and detailed change log since the last release run: |
| 47 | +git log 3.24.2...3.24.1 |
0 commit comments