|
| 1 | +Overview of changes in 2.6.16 |
| 2 | +============================= |
| 3 | +Code maintenance / Compat changes |
| 4 | +--------------------------------- |
| 5 | +- adapt to new "encrypt-then-mac" cipher suites in OpenSSL 3.6.0 - these |
| 6 | + need special handling which we don't do, so the t_lpback self-test |
| 7 | + failed on them. Exclude from list of allowed ciphers, as there is no |
| 8 | + strong reason today to make OpenVPN use these. |
| 9 | + |
| 10 | +- fix various compile-time warnings |
| 11 | + |
| 12 | +Documentation updates |
| 13 | +--------------------- |
| 14 | +- fix outdated and non-HTTPS URLs throughout the tree (doxygen, warnings, |
| 15 | + manpage, ...) |
| 16 | + |
| 17 | +Bugfixes |
| 18 | +-------- |
| 19 | +- Fix memcmp check for the hmac verification in the 3way handshake. |
| 20 | + This bug renders the HMAC based protection against state exhaustion on |
| 21 | + receiving spoofed TLS handshake packets in the OpenVPN server inefficient. |
| 22 | + CVE: 2025-13086 |
| 23 | + |
| 24 | +- fix invalid pointer creation in tls_pre_decrypt() - technically this is |
| 25 | + a memory over-read issue, in practice, the compilers optimize it away |
| 26 | + so no negative effects could be observed. |
| 27 | + |
| 28 | +- Windows: in the interactive service, fix the "undo DNS config" handling. |
| 29 | + |
| 30 | +- Windows: in the interactive service, disallow using of "stdin" for the |
| 31 | + config file, unless the caller is authorized OpenVPN Administrator |
| 32 | + |
| 33 | +- Windows: in the interactive service, change all netsh calls to use |
| 34 | + interface index and not interface name - sidesteps all possible attack |
| 35 | + avenues with special characters in interface names. |
| 36 | + |
| 37 | +- Windows: in the interactive service, improve error handling in |
| 38 | + some "unlikely to happen" paths. |
| 39 | + |
| 40 | +- auth plugin/script handling: properly check for errors in creation on |
| 41 | + $auth_failed_reason_file (arf). |
| 42 | + |
| 43 | +- for incoming TCP connections, close-on-exec option was applied to |
| 44 | + the wrong socket fd, leaking socket FDs to child processes. |
| 45 | + |
| 46 | +- sitnl: set close-on-exec flag on netlink socket |
| 47 | + |
| 48 | +- ssl_mbedtls: fix missing perf_pop() call (optional performance profiling) |
| 49 | + |
| 50 | + |
1 | 51 | Overview of changes in 2.6.15 |
2 | 52 | ============================= |
3 | 53 | New features / User visible changes |
|
0 commit comments