Lucene search
+L

6028 matches found

myhack58
myhack58
added 2008/07/23 12:00 a.m.18 views

Preliminary validation of my thoughts--about 3 6 0 safe guard of self-protection-vulnerability warning-the black bar safety net

About 3 6 0 security guards(3 6 0 safe of self-preservation, I see a lot of advertising, but have not been to research. Today was evacuated carefully looked at because it is doubts it. The program in the kernel just hung up two Hook(KiSystemService, the KeUserModeCallback, then how is it possible...

0.5AI score
SaveExploits0
Packet Storm
Packet Storm
added 2008/07/15 12:00 a.m.29 views

ymsg81-dos.txt

Yahoo Messenger 8.1 latest Remote DoS Safe for Scripting, Safe for Initialize arg1=String517140, "A" target.c arg1...

7.4AI score
SaveExploits0
exploitpack
exploitpack
added 2008/07/14 12:00 a.m.12 views

Yahoo Messenger 8.1 - ActiveX Remote Denial of Service

Yahoo Messenger 8.1 - ActiveX Remote Denial of Service Yahoo Messenger 8.1 latest Remote DoS Safe for Scripting, Safe for Initialize arg1=String517140, "A" target.c arg1 milw0rm.com 2008-07-14...

1.1AI score
SaveExploits0
NVD
NVD
added 2008/07/01 6:41 p.m.24 views

CVE-2008-2311

Launch Services in Apple Mac OS X before 10.5, when Open Safe Files is enabled, allows remote attackers to execute arbitrary code via a symlink attack, probably related to a race condition and automatic execution of a downloaded file...

7.6CVSS7.3AI score0.0297EPSS
SaveExploits1References7
seebug.org
seebug.org
added 2008/06/23 12:00 a.m.74 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.150 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.35 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.1732 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
Exploit DB
Exploit DB
added 2008/06/05 12:00 a.m.37 views

Black Ice Software Inc Barcode SDK - 'BITiff.ocx' Remote Buffer Overflow (2)

Black Ice Software Inc Barcode SDK BITiff.ocx Remote Buffer Overflow url: http://www.blackice.com File : BITiff.ocx Ver. : 10.9.3.0 CLSID: 2324B5B7-D3EF-464C-BB35-06EFF8F11EB3 Mark.: RegKey Safe for Script: True RegKey Safe for Init: True Implements IObjectSafety: False Author: shinnai mail:...

9.3CVSS5.8AI score0.10093EPSS
SaveExploits2
Exploit DB
Exploit DB
added 2008/06/03 12:00 a.m.60 views

C6 Messenger - ActiveX Remote Download and Execute

!-- C6 Messenger Installation Url DownloaderActiveX Control Remote Download & Execute Exploit by Nine:Situations:Group::SnoopyAssault site: http://retrogod.altervista.org/ "C6 Messenger is an instant messaging program produced by Telecom Italia Group, specifically by Alice distribution, Icon Spa...

9.3CVSS5.8AI score0.46936EPSS
SaveExploits5
zdt
zdt
added 2008/05/28 12:00 a.m.22 views

CA Internet Security Suite 2008 SaveToFile() File Corruption PoC

Exploit for unknown platform in category dos / poc ================================================================ CA Internet Security Suite 2008 SaveToFile File Corruption PoC ================================================================ filePath="..............\boot.ini"...

7AI score
SaveExploits0
CERT
CERT
added 2008/05/27 12:00 a.m.39 views

Creative Software AutoUpdate Engine ActiveX stack buffer overflow

Overview The Creative Labs AutoUpdate Engine ActiveX control contains a stack buffer overflow, which can allow a remote, unauthenticated attacker to execute arbitrary code on a vulnerable system. Description The Creative Software AutoUpdate Engine ActiveX control is a component that provides...

9.3CVSS6.8AI score0.41231EPSS
SaveExploits6References1
xssed
xssed
added 2008/05/22 12:00 a.m.15 views

Unfixed XSS vulnerability at www.safeinternetshops.com

Security researcher Venom23, has submitted on 22/05/2008 a cross-site-scripting XSS vulnerability affecting www.safeinternetshops.com, which at the time of submission ranked 1544790 on the web according to Alexa. We manually validated and published a mirror of this vulnerability on 22/05/2008. It...

6.6AI score
SaveExploits0References1
Japan Vulnerability Notes
Japan Vulnerability Notes
added 2008/05/20 3:00 p.m.11 views

Ruby vulnerability caused by a problem with the alias funtion so that safe level 4 does not function as a sandbox

Overview Safe levels exist as a part of the Ruby language security model, in order to limit the operation of untrusted objects. Ruby contains a vulnerability which may allow an attacker to bypass the safe level restrictions and execute normally inaccessible methods, due to a problem in Ruby's ali...

6.4CVSS7.4AI score0.05846EPSS
SaveExploits0References12
Rows per page
Query Builder