From b733eb8de3439d34d4c42194938cfaf4c8874fc2 Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Tue, 27 Jan 2026 15:08:53 +0100 Subject: [PATCH] Add security update to v2.13.14 changelog (cherry picked from commit 376da7f202978af947a4c26feb69837bcccf418a) --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0609dbefb..6379ca44d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -581,9 +581,12 @@ Add `linux_netdev` check command. #9045 ## 2.13.14 (2026-01-29) -This release updates the bundled OpenSSL library and includes changes to allow -building with newer toolchains. +This security release fixes a problem in the Icinga 2 Windows MSI that did not +set proper permissions for `%ProgramData%\icinga2\var`. Additionally, it +updates the bundled OpenSSL library and includes changes to allow building with +newer toolchains. +* CVE-2026-24413: Fix permissions of `%ProgramData%\icinga2\var` on Windows. * Windows: Update to OpenSSL 3.0.19. #10704 * Allow building with CMake 4. #10625