summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 13a2c0b5..4f9a4943 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
1This file documents the major additions and syntax changes between releases. 1This file documents the major additions and syntax changes between releases.
2 2
33.0.1 1st July 2026 33.0.1 1st July 2026
4 Codename: Mileva Marić
5
6 This release fixes a potential local privilege escalation vulnerability
7 in 'check_icmp' which was introduced in 3.0.0.
8
4 FIXES 9 FIXES
5 * check_icmp 10 * check_icmp
6 * Reject more than 65535 target hosts to prevent a buffer overflow 11 * Reject more than 65535 target hosts to prevent a buffer overflow
@@ -9,6 +14,19 @@ This file documents the major additions and syntax changes between releases.
9 threshold is given 14 threshold is given
10 * Reject negative ICMP data length (-b) to prevent a buffer overflow 15 * Reject negative ICMP data length (-b) to prevent a buffer overflow
11 when building the ICMP packet 16 when building the ICMP packet
17 * check_curl
18 * Populate the DNS cache when resolving locally instead of remotely
19 * other smaller improvements
20 * check_mysql_query
21 * Add option '--queryname' to replace the actual query in output
22 * check_mysql:
23 * Fix casing of the MariaDB string
24
25 * General
26 * if the net-snmp library is not available at compile time 'check_snmp' will not be build
27 but the build itself will not fail.
28 This reproduces the behaviour before 3.0.0, where the lack of 'snmpget' caused
29 'check_snmp' to be removed from build targets
12 30
133.0.0 16th Jun 2026 313.0.0 16th Jun 2026
14 Codename: Johann Georg Elser 32 Codename: Johann Georg Elser