|
| 1 | +Overview of changes in 2.6.10 |
| 2 | +============================= |
| 3 | +Security fixes |
| 4 | +-------------- |
| 5 | +- CVE-2024-27459: Windows: fix a possible stack overflow in the |
| 6 | + interactive service component which might lead to a local privilege |
| 7 | + escalation. |
| 8 | + Reported-by: Vladimir Tokarev < [email protected]> |
| 9 | + |
| 10 | +- CVE-2024-24974: Windows: disallow access to the interactive service |
| 11 | + pipe from remote computers. |
| 12 | + Reported-by: Vladimir Tokarev < [email protected]> |
| 13 | + |
| 14 | +- CVE-2024-27903: Windows: disallow loading of plugins from untrusted |
| 15 | + installation paths, which could be used to attack openvpn.exe via |
| 16 | + a malicious plugin. Plugins can now only be loaded from the OpenVPN |
| 17 | + install directory, the Windows system directory, and possibly from |
| 18 | + a directory specified by HKLM\SOFTWARE\OpenVPN\plugin_dir. |
| 19 | + Reported-by: Vladimir Tokarev < [email protected]> |
| 20 | + |
| 21 | +Bug fixes |
| 22 | +--------- |
| 23 | +- Windows: if the win-dco driver is used (default) and the GUI requests |
| 24 | + use of a proxy server, the connection would fail. Disable DCO in |
| 25 | + this case. (Github: #522) |
| 26 | + |
| 27 | +- Compression: minor bugfix in checking option consistency vs. compiled-in |
| 28 | + algorithm support |
| 29 | + |
| 30 | +- systemd unit files: remove obsolete syslog.target |
| 31 | + |
| 32 | +User visible changes |
| 33 | +-------------------- |
| 34 | +- Update copyright notices to 2024 |
| 35 | + |
| 36 | +New features |
| 37 | +------------ |
| 38 | +- t_client.sh can now run pre-tests and skip a test block if needed |
| 39 | + (e.g. skip NTLM proxy tests if SSL library does not support MD4) |
| 40 | + |
| 41 | +Documentation |
| 42 | +------------- |
| 43 | +- remove license warnings about mbedTLS linking (README.mbedtls) |
| 44 | + |
| 45 | +- update documentation references in systemd unit files |
| 46 | + |
| 47 | +- sample config files: remove obsolete tls-*.conf files |
| 48 | +
|
| 49 | +- document that auth-user-pass may be inlined |
| 50 | + |
| 51 | + |
1 | 52 | Overview of changes in 2.6.9 |
2 | 53 | ============================ |
3 | 54 |
|
|
0 commit comments