[Openvas-commits] r5967 - in trunk/openvas-plugins: . scripts

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Nov 25 13:02:15 CET 2009


Author: mime
Date: 2009-11-25 13:02:13 +0100 (Wed, 25 Nov 2009)
New Revision: 5967

Modified:
   trunk/openvas-plugins/ChangeLog
   trunk/openvas-plugins/scripts/bind_37118.nasl
Log:
All 9.x versions prior to 9.4.3.P4 are vulnerable

Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog	2009-11-25 11:49:35 UTC (rev 5966)
+++ trunk/openvas-plugins/ChangeLog	2009-11-25 12:02:13 UTC (rev 5967)
@@ -1,5 +1,10 @@
 2009-11-25 Michael Meyer <michael.meyer at intevation.de>
 
+	* scripts/bind_37118.nasl:
+	All 9.x versions prior to 9.4.3.P4 are vulnerable.
+
+2009-11-25 Michael Meyer <michael.meyer at intevation.de>
+
 	* scripts/bind_37118.nasal,
 	scripts/OpenX_detect.nasl,
 	scripts/cacti_37109.nasl,

Modified: trunk/openvas-plugins/scripts/bind_37118.nasl
===================================================================
--- trunk/openvas-plugins/scripts/bind_37118.nasl	2009-11-25 11:49:35 UTC (rev 5966)
+++ trunk/openvas-plugins/scripts/bind_37118.nasl	2009-11-25 12:02:13 UTC (rev 5967)
@@ -71,7 +71,7 @@
 if(!version = get_kb_item("bind/version"))exit(0);
 version = str_replace(find:"-", string: version, replace:".");
 
-if(version =~ "9\.4") {
+if(version =~ "9\.[0-4]+") { 
   if(version_is_less(version: version, test_version: "9.4.3.P4")) {
     VULN = TRUE;
   } 



More information about the Openvas-commits mailing list