Lucene search
K

730 matches found

CVE
CVE
added 2005/05/10 4:0 a.m.35 views

CVE-2003-1137

CVE-2003-1137 affects sh-httpd versions 0.3 and 0.4. The issue allows remote attackers to read files or execute arbitrary CGI scripts via a GET request containing an asterisk (*) wildcard character, indicating improper handling of wildcards in input. The provided documents do not specify a fix or...

5CVSS7.6AI score0.06466EPSS
Exploits1References4Affected Software1
Ubuntu
Ubuntu
added 2005/05/06 6:4 p.m.44 views

USN-120-1: Apache 2 vulnerability

Luca Ercoli discovered that the "htdigest" program did not perform any bounds checking when it copied the "user" and "realm" arguments into local buffers. If this program is used in remotely callable CGI scripts, this could be exploited by a remote attacker to execute arbitrary code with the...

7.5CVSS5.7AI score0.12886EPSS
Exploits1
securityvulns
securityvulns
added 2005/05/04 12:0 a.m.97 views

[Full-disclosure] NIC Chile CGI Script Zone Transfers

NIC Chile CGI Script Zone Transfers. Autor: Rodrigo Gutierrez rodrigo at intellicomp.cl Affected: All ".cl" domains which use NIC's Chile Secondary NS. Vendor url: http://www.nic.cl Rate: Critical Background. NIC Chile is a part of the University of Chile and is in charge of handling all the...

7AI score
Exploits0
securityvulns
securityvulns
added 2005/04/26 12:0 a.m.22 views

remote command execution in inserter.cgi script

Tunis 24/04/2005 BUG found by fireboy [email protected] THERE ARE SOME BUGS IN inserter.cgi SCRIPT THAT CAN SHOW SENSILBLES FILES IN A SYSTEM OR EXECUTE COMMANDS IN THE TARGET HOST WICH CAN COMPROMISE IT. IT IS ONLY FOR SECURITY AND EDUCATIONAL PURPOSE 1file showing...

1.5AI score
Exploits0
Exploit DB
Exploit DB
added 2005/04/08 12:0 a.m.68 views

The Includer CGI 1.0 - Remote Command Execution (2)

!/usr/bin/perl Target - The Includer CGI \n\n"; print " - Host name of taget.\n"; print " - If not in dir type / symbol.\n"; print " - command for execution.\n\n"; print " Examples:\n\n"; print " incl10.pl 127.0.0.1 /cgi-bin/ "ls -la"\n"; print " incl10.pl 127.0.0.1 / "uname -a"\n"; print "...

7.4AI score
Exploits0
securityvulns
securityvulns
added 2005/02/17 12:0 a.m.26 views

lighttpd script source code leak

It's possible to retrieve CGI script source code...

0.7AI score
Exploits0References1Affected Software1
Tenable Nessus
Tenable Nessus
added 2005/02/16 12:0 a.m.32 views

lighttpd < 1.3.8 Null Byte Request CGI Script Source Code Disclosure

According to its banner, the version of lighttpd running on the remote host is prior to 1.3.8. It is, therefore, affected by an information disclosure vulnerability. An unauthenticated, remote attacker can exploit this vulnerability, by requesting a CGI script that is appended by a '%00', to read...

5CVSS5.6AI score0.00812EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2005/02/14 12:0 a.m.1219 views

AWStats Multiple Remote Vulnerabilities (Cmd Exec, Traversal, ID)

The remote host is running AWStats, a free logfile analysis tool for analyzing ftp, mail, web, ... traffic. The remote version of this software is prone to a command execution flaw as well as an information disclosure vulnerability. An attacker may exploit this feature to obtain more information...

7.5CVSS6.1AI score0.08513EPSS
Exploits2References3
Gentoo Linux
Gentoo Linux
added 2005/01/25 12:0 a.m.70 views

AWStats: Remote code execution

Background AWStats is an advanced log file analyzer and statistics generator. Description When 'awstats.pl' is run as a CGI script, it fails to validate specific inputs which are used in a Perl open function call. Furthermore, a user could read log file content even when plugin rawlog was not...

7.5CVSS6.9AI score0.91976EPSS
Exploits11
Debian
Debian
added 2005/01/20 4:7 p.m.17 views

[SECURITY] [DSA 650-1] New sword packages fix arbitrary command execution

-------------------------------------------------------------------------- Debian Security Advisory DSA 650-1 [email protected] http://www.debian.org/security/ Martin Schulze January 20th, 2005 http://www.debian.org/security/faq -...

7.5CVSS7AI score0.01079EPSS
Exploits0
OSV
OSV
added 2005/01/20 12:0 a.m.14 views

DSA-650-1 sword - missing input sanitising

Bulletin has no description...

7.5CVSS6.1AI score0.01079EPSS
Exploits0
securityvulns
securityvulns
added 2005/01/18 12:0 a.m.36 views

[Full-Disclosure] iDEFENSE Security Advisory 01.17.05: AWStats Remote Command Execution Vulnerability

AWStats Remote Command Execution Vulnerability iDEFENSE Security Advisory 01.17.05 www.idefense.com/application/poi/display?id=185&type=vulnerabilities January 17, 2005 I. BACKGROUND AWStats is a free tool that generates advanced web, ftp or mail server statistics, graphically. More information...

1.7AI score
Exploits0
Tenable Nessus
Tenable Nessus
added 2004/12/14 12:0 a.m.32 views

UseModWiki wiki.pl XSS

The remote host is using UseModWiki, a wiki CGI written in Perl. The CGI 'wiki.pl' is vulnerable to a cross-site-scripting issue that may allow attackers to steal the cookies of third parties. %NASLMINLEVEL 70300 C Tenable Network Security, Inc. include'deprecatednasllevel.inc';...

4.3CVSS5.5AI score0.00409EPSS
Exploits1References2
0day.today
0day.today
added 2004/12/03 12:0 a.m.63 views

phpBB <= 2.0.10 Remote Command Execution Exploit (cgi version)

Exploit for unknown platform in category web applications ============================================================== phpBB param"atak"; $serv = $CGI-param"serv"; $dir = $CGI-param"dir"; $topic = $CGI-param"topic"; $cmd = $CGI-param"cmd"; print...

7.1AI score
Exploits0
Exploit DB
Exploit DB
added 2004/12/03 12:0 a.m.55 views

phpBB 2.0.10 - Remote Command Execution (CGI)

!/usr/bin/perl wphpbb.cgi hack service: http://site/cgi-bin/wphpbb.cgi use CGI qw:standard; $CGI::HEADERSONCE = 1; $CGI = new CGI; $atak = $CGI-param"atak"; $serv = $CGI-param"serv"; $dir = $CGI-param"dir"; $topic = $CGI-param"topic"; $cmd = $CGI-param"cmd"; print...

7.4AI score
Exploits0
Tenable Nessus
Tenable Nessus
added 2004/09/29 12:0 a.m.23 views

Debian DSA-033-1 : analog - buffer overflow

The author of analog, Stephen Turner, has found a buffer overflow bug in all versions of analog except of version 4.16. A malicious user could use an ALIAS command to construct very long strings which were not checked for length and boundaries. This bug is particularly dangerous if the form...

10CVSS5.8AI score0.04972EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2004/09/01 4:0 a.m.31 views

CVE-2002-1156

Apache 2.0.42 allows remote attackers to view the source code of a CGI script via a POST request to a directory with both WebDAV and CGI enabled...

5CVSS6.5AI score0.38519EPSS
Exploits0
Cvelist
Cvelist
added 2004/09/01 4:0 a.m.18 views

CVE-2002-1361

overflow.cgi CGI script in Sun Cobalt RaQ 4 with the SHP Security Hardening Patch installed allows remote attackers to execute arbitrary code via a POST request with shell metacharacters in the email parameter...

7.5AI score0.22861EPSS
Exploits0References7
CVE
CVE
added 2004/09/01 4:0 a.m.60 views

CVE-2002-1361

CVE-2002-1361 affects Sun Cobalt RaQ4 with the Security Hardening Patch (SHP) installed. The overflow.cgi CGI script did not properly filter input, allowing a POST to set the email parameter to shell metacharacters and enabling remote code execution with superuser privileges. Public sources descr...

10CVSS7.6AI score0.22861EPSS
Exploits0References7Affected Software1
Cvelist
Cvelist
added 2004/09/01 4:0 a.m.23 views

CVE-2002-1156

Apache 2.0.42 allows remote attackers to view the source code of a CGI script via a POST request to a directory with both WebDAV and CGI enabled...

6.4AI score0.38519EPSS
Exploits0References17
Rows per page
Query Builder