Lucene search
+L

329 matches found

Fedora
Fedora
added 2007/11/13 12:5 a.m.37 views

[SECURITY] Fedora 7 Update: kdewebdev-3.5.8-3.fc7

Web development applications, including: kfilereplace: batch search and replace tool kimagemapeditor: HTML image map editor klinkstatus: link checker kommander: visual dialog building tool kxsldbg: xslt Debugger quanta+: web development...

9.3CVSS0.5AI score0.0702EPSS
SaveExploits1
Packet Storm
Packet Storm
added 2007/11/02 12:0 a.m.27 views

helios-xss.txt

Hi PacketStormSecurity.org; I'm reporting a vulnerability of type XSS in Helios Calendar, thank you for all. +==============================================================================+ + Helios Calendar =1.2.1 Beta XSS Multiple Remote Vulnerabilities +...

7.4AI score
SaveExploits0
xssed
xssed
added 2007/10/05 12:0 a.m.15 views

Unfixed XSS vulnerability at www.classicwebdevelopment.com

Security researcher OMEHA, has submitted on 10/05/2007 a cross-site-scripting XSS vulnerability affecting www.classicwebdevelopment.com, which at the time of submission ranked 4190254 on the web according to Alexa. We manually validated and published a mirror of this vulnerability on 10/05/2007. ...

SaveExploits0References1
securityvulns
securityvulns
added 2007/09/11 12:0 a.m.71 views

PHP <=5.2.4 open_basedir bypass & code exec & denial of service

Application: PHP =5.2.4 Web Site: http://php.net Platform: unix Bug: openbasedir bypass & code exec & denial of service/some people call this as a buffer overflow , but it's a denial of service./ special condition: default php-memory-limit ------------------------------------------------------- 1...

0.2AI score
SaveExploits0
securityvulns
securityvulns
added 2007/09/11 12:0 a.m.74 views

PHP 5.2.4 <= various mysql functions safemode & open_basedir bypass

Application: PHP =5.2.4 Web Site: http://php.net Platform: unix Bug: safemode & openbasedir bypass ------------------------------------------------------- 1 Introduction 2 Bug 3 Proof of concept 4 Credits =========== 1 Introduction =========== "PHP is a widely-used general-purpose scripting...

0.2AI score
SaveExploits0
Packet Storm
Packet Storm
added 2007/09/10 12:0 a.m.25 views

php524-basedir.txt

Application: PHP dll . / Bug: openbasedir bypass & code exec & denial of service/some people call this as a buffer overflow , but it's a denial of service./ special condition: default php-memory-limit ------------------------------------------------------- 1 Introduction 2 Bug 3 Proof of concept ...

0.1AI score
SaveExploits0
securityvulns
securityvulns
added 2007/09/08 12:0 a.m.58 views

PHP <= 5.2.4 multiple Iconv functions denial of service

Application: PHP =5.2.4 Web Site: http://php.net Platform: unix Bug: denial of service function: iconv,iconvstrlen,iconvmimedecode,iconvmimedecodeheaders special condition: default php-memory-limit ------------------------------------------------------- 1 Introduction 2 Bug 3 Proof of concept 4...

SaveExploits0
securityvulns
securityvulns
added 2007/09/06 12:0 a.m.81 views

PHP < 5.2.3 fnmatch() denial of service

Application: PHP 5.2.3 Web Site: http://php.net Platform: unix Bug: denial of service fonction: fnmatch special condition: default php-memory-limit ------------------------------------------------------- 1 Introduction 2 Bug 3 Proof of concept 4 Greets 5 Credits =========== 1 Introduction...

0.1AI score
SaveExploits0
securityvulns
securityvulns
added 2007/09/06 12:0 a.m.68 views

PHP < 5.2.4 setlocale() denial of service

Application: PHP 5.2.4 Web Site: http://php.net Platform: unix Bug: denial of service fonction: setlocale special condition: default php-memory-limit ------------------------------------------------------- 1 Introduction 2 Bug 3 Proof of concept 4 Greets 5 Credits =========== 1 Introduction...

0.2AI score
SaveExploits0
securityvulns
securityvulns
added 2007/09/06 12:0 a.m.54 views

PHP <=5.2.4 iconv_substr() denial of service

Application: PHP =5.2.4 Web Site: http://php.net Platform: unix Bug: denial of service function: iconvsubstr special condition: default php-memory-limit ------------------------------------------------------- 1 Introduction 2 Bug 3 Proof of concept 4 Greets 5 Credits =========== 1 Introduction...

0.1AI score
SaveExploits0
seebug.org
seebug.org
added 2007/03/24 12:0 a.m.78 views

PHP Hash_Update_File释放资源访问代码执行漏洞

PHP是一款广泛使用的WEB开发脚本语言。 PHP hashupdatefile存在设计错误,远程攻击者可能利用此漏洞获得对释放内存的访问并使用恶意数据覆盖而执行任意代码。 问题存在于GD函数中,在通过资源识别器获得资源数据后,可能用usercode来中断PHP函数,usercode就会会破坏资源,并获取与其内存相同位置来分配PHP字符串相同大小的空间作为释放资源。这个字符串可以用于建立特定构建的资源,以允许利用内部PHP函数,当恶意中断终止函数时,会继续使用替代资源数据。导致任意代码执行。 要获得需要的函数中断,通常需要放置对象到函数的某个参数中,这会在转化一个超长值时触发PHP错误。...

6.8AI score
SaveExploits0
seebug.org
seebug.org
added 2007/03/22 12:0 a.m.20 views

PHP GD扩展访问已释放资源漏洞

PHP是广泛使用的通用目的脚本语言,特别适合于Web开发,可嵌入到HTML中。 PHP GD资源使用的机制上存在漏洞,本地攻击者可能利用此漏洞提升自己的权限。...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2007/03/10 12:0 a.m.41 views

PHP import_request_variables()函数任意变量覆盖漏洞

PHP是广泛使用的通用目的脚本语言,特别适合于Web开发,可嵌入到HTML中。 PHP的importrequestvariables函数实现上存在漏洞,远程攻击者可能利用此漏洞控制服务器。 远程攻击者可以利用PHP的importrequestvariables函数覆盖$和$变量(任意php变量),导致执行任意代码。有漏洞代码位于以下文件中: ./ext/standard/basicfunctions.c:PHPFUNCTIONimportrequestvariables ./Zend/zendhash.c:ZENDAPI void...

7AI score
SaveExploits0
Packet Storm
Packet Storm
added 2007/01/13 12:0 a.m.31 views

ebp2x-rfi.txt

+-------------------------------------------------------------------- + + Easy Banner Pro Version 2. = Remote File Inclusion + +-------------------------------------------------------------------- + + Affected Software .: Easy Banner Pro Version + Venedor ...........: http://www.phpwebscripts.com...

7.4AI score
SaveExploits0
seebug.org
seebug.org
added 2006/11/05 12:0 a.m.37 views

PHP多个安全漏洞.

PHP是广泛使用的通用目的脚本语言,特别适合于Web开发,可嵌入到HTML中。 PHP中存在多个安全漏洞,具体如下: 1 fileexists、imapopen和imapreopen函数中缺少safemode和openbasedir验证; 2 在64位系统上strrepeat和wordwrap函数存在边界错误; 3 可通过cURL扩展和realpath缓存绕过openbasedir和safemode保护机制; 4 GD扩展处理畸形GIF图形时存在边界条件错误; 5 stripos函数中的错误可能导致界外内存读取; 6 64位系统上存在错误的memorylimit限制。...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2006/10/27 12:0 a.m.26 views

PHP ZendEngine ECalloc整数溢出漏洞

PHP是广泛使用的通用目的脚本语言,特别适合于Web开发,可嵌入到HTML中。 PHP内存处理例程ecalloc函数中存在整数溢出漏洞,远程攻击者可能利用此漏洞在服务器上执行指令。 如果脚本能够导致基于不可信任用户数据的内存分配的话,远程攻击者就可以通过发送特制的请求导致以apache用户的权限执行任意指令。 PHP PHP = 5.1.6 RedHat Enterprise Linux WS 2.1 RedHat Enterprise Linux ES 2.1 RedHat Enterprise Linux AS 2.1 目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载...

7.1AI score
SaveExploits0
Packet Storm
Packet Storm
added 2006/10/04 12:0 a.m.30 views

PHPSelect.txt

+-------------------------------------------------------------------- + + PHPSelect Web Development Division : = Remote File Inclusion + +-------------------------------------------------------------------- + + Affected Software .: PHPSelect Web Development Division + Venedor ...........:...

7.4AI score
SaveExploits0
NVD
NVD
added 2006/10/03 4:3 a.m.17 views

CVE-2006-5118

PHP remote file inclusion vulnerability in index.php3 in the PDD package for PHPSelect Web Development Division allows remote attackers to execute arbitrary PHP code via a URL in the ApplicationRoot parameter...

7.5CVSS7.6AI score0.02484EPSS
SaveExploits2References4
Cvelist
Cvelist
added 2006/10/02 8:0 p.m.26 views

CVE-2006-5118

PHP remote file inclusion vulnerability in index.php3 in the PDD package for PHPSelect Web Development Division allows remote attackers to execute arbitrary PHP code via a URL in the ApplicationRoot parameter...

7.6AI score0.02484EPSS
SaveExploits2References4
securityvulns
securityvulns
added 2006/09/28 12:0 a.m.60 views

PHPSelect Web Development Division <= Remote File Inclusion

+-------------------------------------------------------------------- + + PHPSelect Web Development Division : = Remote File Inclusion + +-------------------------------------------------------------------- + + Affected Software .: PHPSelect Web Development Division + Venedor ...........:...

0.1AI score
SaveExploits0
Rows per page
Query Builder