From bf567ca9f342c69ff1234601982db7c606e264f3 Mon Sep 17 00:00:00 2001 From: linuxdaemon Date: Wed, 3 Jul 2024 17:08:28 +0000 Subject: [PATCH] Build module to prevent CVE-2024-39844 exploitation --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 65f077f..ca4fda8 100644 --- a/install.sh +++ b/install.sh @@ -31,6 +31,7 @@ install_extras() { # Modules that are in inspircd-contrib. ./modulemanager upgrade third_extra 'm_asciiswitch' + third_extra 'm_cve_2024_39844' third_extra 'm_dccblock' third_extra 'm_join0' third_extra 'm_joinpartsno'