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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Oct 15 12:26:44 CEST 2008


Author: chandra
Date: 2008-10-15 12:26:43 +0200 (Wed, 15 Oct 2008)
New Revision: 1546

Modified:
   trunk/openvas-plugins/ChangeLog
   trunk/openvas-plugins/scripts/secpod_rhinosoft_serv-u_dir_trav_and_dos_vuln_900149.nasl
Log:
Fixed an issue, description had double quoted string

Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog	2008-10-14 20:48:24 UTC (rev 1545)
+++ trunk/openvas-plugins/ChangeLog	2008-10-15 10:26:43 UTC (rev 1546)
@@ -1,3 +1,7 @@
+2008-10-15 Chandrashekhar B <bchandra at secpod.com>
+	* scripts/secpod_rhinosoft_serv-u_dir_trav_and_dos_vuln_900149.nasl:
+	  Description cannot have double quote string, changed to signle quote	 
+
 2008-10-14 Chandrashekhar B <bchandra at secpod.com>
 	* scripts/secpod_hp_smh_unspecified_xss_vuln_900150.nasl,
 	  scripts/secpod_rhinosoft_serv-u_dir_trav_and_dos_vuln_900149.nasl:

Modified: trunk/openvas-plugins/scripts/secpod_rhinosoft_serv-u_dir_trav_and_dos_vuln_900149.nasl
===================================================================
--- trunk/openvas-plugins/scripts/secpod_rhinosoft_serv-u_dir_trav_and_dos_vuln_900149.nasl	2008-10-14 20:48:24 UTC (rev 1545)
+++ trunk/openvas-plugins/scripts/secpod_rhinosoft_serv-u_dir_trav_and_dos_vuln_900149.nasl	2008-10-15 10:26:43 UTC (rev 1546)
@@ -37,7 +37,7 @@
   Traversal and Denial of Service Vulnerabilities. 
 
   The flaws are due to,
-  - error in handling "STOU" FTP command. It can exhaust available CPU
+  - error in handling 'STOU' FTP command. It can exhaust available CPU
     resources when exploited through a specially crafted argument vaule.
   - input validation error in the FTP service when renaming files which can be
     exploited to overwrite or rename files via directory traversal attacks.



More information about the Openvas-commits mailing list