nessus-plugins/scripts inktomi_path_disclosure.nasl,1.2,1.3
Update of /usr/local/cvs/nessus-plugins/scripts
In directory raccoon.nessus.org:/tmp/cvs-serv35163
Modified Files:
inktomi_path_disclosure.nasl
Log Message:
Bug seen by Andrej Fenik
if (webroot == webroot) is always true: the script never displayed any
alert.
Index: inktomi_path_disclosure.nasl
===================================================================
RCS file: /usr/local/cvs/nessus-plugins/scripts/inktomi_path_disclosure.nasl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- inktomi_path_disclosure.nasl 2 Aug 2004 01:12:53 -0000 1.2
+++ inktomi_path_disclosure.nasl 8 Nov 2004 07:47:23 -0000 1.3
@@ -77,11 +77,11 @@
if ( "httpsrvr.py:1033" >!< res ||
"500 Internal Server Error" >!< res ) exit(0);
-webroot = egrep(pattern:"directory", string:res);
-if(webroot)
+w = egrep(pattern:"directory", string:res);
+if(w)
{
- webroot = ereg_replace(string:webroot, pattern:"^.*'(.*)'.*$", replace:"\1");
- if (webroot == webroot ) exit(0);
+ webroot = ereg_replace(string:w, pattern:"^.*'(.*)'.*$", replace:"\1");
+ if (webroot == w) exit(0);
report = "
This web server is running a vulnerable version of Inktomi Search
@@ -90,7 +90,7 @@
as the physical path of the webroot. This information may be useful to
an attacker.
-The remote web root is : " + webroot + "
+The remote web root is : " + w + "
Solution :
Upgrade to the latest version. This product is now devloped by Verity
- Previous by Date: libnasl/nasl nasl_includes.c, NONE, 1.1 nasl_includes.h, NONE, 1.1 Makefile, 1.66, 1.67 nasl_grammar.y, 1.39, 1.40
- Next by Date: nessus-core/nessus/prefs_dialog prefs_dialog.c,1.48,1.48.4.1
- Previous by Thread: nessus-plugins/scripts imp_status_xss.nasl,NONE,1.1
- Next by Thread: nessus-plugins/scripts inmail_inshop_xss.nasl,1.1,1.2
-
Nessus-cvs November 2004 archives indexes sorted by: [ thread ]
[ subject ]
[ author ]
[ date ]
-
Nessus-cvs list archive Table of Contents
-
More information about the Nessus-cvs mailing list
This archive was generated by a fusion of
Pipermail 0.09 (Mailman edition) and
MHonArc 2.6.8.