From 5f8579697c187e8621f0191cfd1600e45c9638ad Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Sun, 4 Apr 2021 19:39:04 +0200 Subject: [PATCH] Update Changelog.md --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index a9f654872..250fbb896 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +Version 0.9.8-26-44 [04-Apr-2021] +================================================== +* [Security] Preventing denial-of-service in openssl library in vesta-nginx service (CVE-2021-3449) +* [Security] Preventing admin to install non-vesta packages from vesta admin user interface (Credits to: Numan Türle @numanturle) +* [Bugfix] Preventing multiple execution of v-backup-users +* [UserInterface] CSS fix for Apache status table (Credits to: Milos Spasic) + Version 0.9.8-26-43 [15-Mar-2021] ================================================== * [Security] fix for: CSRF remote code execution in UploadHandler.php - CVE-2021-28379 (Credits to: Fady Osman @fady_othman)