Lucene search
+L

865 matches found

OpenVAS
OpenVAS
added 2008/09/24 12:00 a.m.25 views

Gentoo Security Advisory GLSA 200410-14 (phpMyAdmin)

The remote host is missing updates announced in advisory GLSA 200410-14. SPDX-FileCopyrightText: 2008 E-Soft Inc. Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5CVSS6.7AI score0.02926EPSS
SaveExploits0References4
OpenVAS
OpenVAS
added 2008/09/24 12:00 a.m.21 views

Gentoo Security Advisory GLSA 200410-14 (phpMyAdmin)

The remote host is missing updates announced in advisory GLSA 200410-14. OpenVAS Vulnerability Test $ Description: Auto generated from Gentoo's XML based advisory Authors: Thomas Reinke Copyright: Copyright c 2008 E-Soft Inc. http://www.securityspace.com Text descriptions are largely excerpted fr...

7.5CVSS0.2AI score0.02926EPSS
SaveExploits0
Packet Storm
Packet Storm
added 2008/09/15 12:00 a.m.44 views

cpanel-lfi.txt

Fantastico In all Version Cpanel 11.x First Create directory Let the name /includes/ and upload Shell.php in /includes/ Then rename it to enclicensingservers.php :::xploit:::: http://xxx.com:2082/frontend/x/fantastico/includes/xml.php?fantasticopath=/home/user Discoverd By : joker1 for info :...

7.4AI score
SaveExploits0
zdt
zdt
added 2008/09/14 12:00 a.m.33 views

Cpanel <= 11.x (Fantastico) LFI Vulnerability (sec bypass)

Exploit for unknown platform in category web applications ========================================================== Cpanel First Create directory Let the name /includes/ and upload Shell.php in /includes/ Then rename it to enclicensingservers.php :::xploit::::...

7.1AI score
SaveExploits0
RubySec
RubySec
added 2008/08/08 12:00 a.m.47 views

Ruby multiple insufficient safe mode restrictions

Ruby 1.8.5 and earlier, 1.8.6 through 1.8.6-p286, 1.8.7 through 1.8.7-p71, and 1.9 through r18423 does not properly restrict access to critical variables and methods at various safe levels, which allows context-dependent attackers to bypass intended access restrictions via 1 untracevar, 2...

7.5CVSS5.8AI score0.14085EPSS
SaveExploits3References1Affected Software1
seebug.org
seebug.org
added 2008/06/23 12:00 a.m.77 views

PHP 5 'chdir()'和'ftok()' 'safe_mode'安全绕过漏洞

BUGTRAQ ID: 29796 CVE ID:CVE-2008-2666 CNCVE ID:CNCVE-20082666 PHP 5是一款开放源代码的网络编程语言。 PHP 5 'chdir'和'ftok'函数存在'safemode绕过问题,远程攻击者可以利用漏洞在未授权位置检测文件是否存在等敏感信息。 问题代码如下: - --- PHPFUNCTIONchdir char str; int ret, strlen; if zendparseparametersZENDNUMARGS TSRMLSCC, "s", &str, &strlen == FAILURE RETURNFALS...

5CVSS6.3AI score0.13923EPSS
SaveExploits3
securityvulns
securityvulns
added 2008/06/23 12:00 a.m.73 views

PHP safe_mode protection bypass

Protection bypass with posixaccess, chdir, ftok functions...

5CVSS2AI score0.13923EPSS
SaveExploits7References2Affected Software1
UbuntuCve
UbuntuCve
added 2008/06/20 1:41 a.m.28 views

CVE-2008-2666

Multiple directory traversal vulnerabilities in PHP 5.2.6 and earlier allow context-dependent attackers to bypass safemode restrictions by creating a subdirectory named http: and then placing ../ dot dot slash sequences in an http URL argument to the 1 chdir or 2 ftok function...

5CVSS7.1AI score0.13923EPSS
SaveExploits3References1
Cvelist
Cvelist
added 2008/06/20 1:00 a.m.45 views

CVE-2008-2665

Directory traversal vulnerability in the posixaccess function in PHP 5.2.6 and earlier allows remote attackers to bypass safemode restrictions via a .. dot dot in an http URL, which results in the URL being canonicalized to a local filename after the safemode check has successfully run...

8.3AI score0.03377EPSS
SaveExploits4References17
CVE
CVE
added 2008/06/20 1:00 a.m.153 views

CVE-2008-2666

CVE-2008-2666 affects PHP 5.2.6 and earlier, where context-dependent attackers can bypass safe_mode by creating a subdirectory named http: and appending ../ in an http URL argument, triggering chdir or ftok. Multiple sources (OpenVAS entries) tie this to PHP versions older than 5.2.7. Root cause ...

5CVSS8.8AI score0.13923EPSS
SaveExploits3References17Affected Software1
CVE
CVE
added 2008/06/20 1:00 a.m.135 views

CVE-2008-2665

CVE-2008-2665: PHP 5.2.6 and earlier contains a directory traversal vulnerability in the posix_access function. An attacker can use a .. in an HTTP URL to bypass safe_mode restrictions, with the URL being canonicalized to a local filename after the safe_mode check has executed. The description ex...

5CVSS8.3AI score0.03377EPSS
SaveExploits4References17Affected Software1
seebug.org
seebug.org
added 2008/06/20 12:00 a.m.49 views

PHP chdir()和ftok()函数绕过safe_mode限制漏洞

BUGTRAQ ID: 29796 CVECAN ID: CVE-2008-2666 PHP是广泛使用的通用目的脚本语言,特别适合于Web开发,可嵌入到HTML中。 PHP的chdir和ftok函数中存在多个绕过safemode限制漏洞。 在chdir函数中: - --- PHPFUNCTIONchdir char str; int ret, strlen; if zendparseparametersZENDNUMARGS TSRMLSCC, "s", &str, &strlen == FAILURE RETURNFALSE; if PGsafemode &&...

5CVSS6.2AI score0.13923EPSS
SaveExploits3
exploitpack
exploitpack
added 2008/06/18 12:00 a.m.36 views

PHP 5.2.6 - chdir() Function http URL Argument Safe_mode Restriction Bypass

PHP 5.2.6 - chdir Function http URL Argument Safemode Restriction Bypass source: https://www.securityfocus.com/bid/29796/info PHP is prone to multiple 'safemode' restriction-bypass vulnerabilities. Successful exploits could allow an attacker to determine the presence of files in unauthorized...

0.2AI score
SaveExploits0
Exploit DB
Exploit DB
added 2008/06/18 12:00 a.m.1733 views

PHP 5.2.6 - 'chdir()' Function http URL Argument Safe_mode Restriction Bypass

source: https://www.securityfocus.com/bid/29796/info PHP is prone to multiple 'safemode' restriction-bypass vulnerabilities. Successful exploits could allow an attacker to determine the presence of files in unauthorized locations; other attacks are also possible. Exploiting these issues allows...

5CVSS7.1AI score0.13923EPSS
SaveExploits3
FreeBSD
FreeBSD
added 2008/06/17 12:00 a.m.43 views

php -- input validation error in safe_mode

According to Maksymilian Arciemowicz research, it is possible to bypass security restrictions of safemode in various functions via directory traversal vulnerability. The attacker can use this attack to gain access to sensitive information. Functions utilizing expandfilepath may be affected. It...

6.6AI score
SaveExploits0References1
securityvulns
securityvulns
added 2008/05/08 12:00 a.m.57 views

Advisory SE-2008-03: PHP Multibyte Shell Command Escaping Bypass Vulnerability

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 SektionEins GmbH www.sektioneins.de -= Security Advisory =- Advisory: PHP Multibyte Shell Command Escaping Bypass Vulnerability Release Date: 2008/05/06 Last Modified: 2008/05/06 Author: Stefan Esser stefan.esseratsektioneins.de Application: PHP 5 =...

0.3AI score
SaveExploits0
Packet Storm
Packet Storm
added 2008/03/12 12:00 a.m.44 views

vhcs-root.txt

!/usr/bin/php -q http://acid-root.new.fr/ [email protected] Exploit: + Logged in Administrator + The administrator has 2 resellers / Changing dareseller's password / Trying to connect as dareseller:thatpwnz + Login successful + The reseller has 2 users + Host domaintest.fr is connected /...

7.4AI score
SaveExploits0
Metasploit
Metasploit
added 2008/03/04 7:34 a.m.70 views

PHP Command Shell, Reverse TCP (via PHP)

Reverse PHP connect back shell with checks for disabled functions This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework module MetasploitModule CachedSize = :dynamic include Msf::Payload::Single include Msf::Payload::Php...

7.2AI score
SaveExploits0
seebug.org
seebug.org
added 2008/02/15 12:00 a.m.76 views

Joomla Component MCQuiz 0.9 Final (tid) SQL Injection Vulnerability

No description provided by source. joomla SQL Injectioncommcquiz AUTHOR : S@BUN HOME : http://www.hackturkiye.com http://www.milw0rm.com/author/1334 MA陌L : [email protected] DORK 1 : allinurl: commcquiz "tid" DORK 2 : allinurl: commcquiz ATTACKER CAN SEE PASSWORD AND USERNAME UNDE...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2008/02/15 12:00 a.m.47 views

Joomla Component paxxgallery 0.2 (iid) SQL Injection Vulnerability

No description provided by source. joomla SQL Injectioncompaxxgallery AUTHOR : S@BUN HOME : http://www.milw0rm.com/author/1334 http://www.hackturkiye.com MA陌L : [email protected] DORK 1 : allinurl: compaxxgallery "iid" DORK 2 : allinurl: compaxxgallery "userid" EXPLOIT : AFTER...

7.1AI score
SaveExploits0
Rows per page
Query Builder