From aa85efa7f1ebc0d996005583fd6453e5afc088d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20L=C3=B6nnhager?= Date: Mon, 4 Dec 2023 16:57:18 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be653e994af..081eb68af530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,8 @@ Line wrap the file at 100 chars. Th - Add CLI support for applying patches to the settings with `mullvad import-settings`. ### Changed +- Update OpenVPN to 2.6.8 from 2.6.0. + #### Android - Migrate welcome view to compose. - Migrate in app notifications to compose. @@ -44,6 +46,10 @@ Line wrap the file at 100 chars. Th - Rename interface name from `wg-mullvad` to `wg0-mullvad`. ### Fixed +- Update OpenVPN to 2.6.8 to fix CVE-2023-46850, which could cause freed memory to be sent to the + peer. + + #### Linux - Prevent fragmentation when multihop is enabled by setting a default route MTU.