Lucene search
+L

10971 matches found

Exploit DB
Exploit DB
•added 2007/03/08 12:00 a.m.•43 views

WEBO (Web ORGanizer) 1.0 - 'baseDir' Remote File Inclusion

\ /\ \ / | \ \ | / \ // / | \ | \ \ Y / | \ / / \ /| /\ / / / / / .OR.ID ECHOADV67$2007 ----------------------------------------------------------------------------------------- ECHOADV67$2007 WEBO Web Organizer = 1.0 baseDir Remote File Inclusion Vulnerability...

10CVSS5.8AI score0.04949EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
•added 2007/03/07 12:00 a.m.•51 views

WebCalendar includes/functions.php noSet Variable Overwrite

The version of WebCalendar installed on the remote host allows an attacker to overwrite the 'noSet' array used by the application to protect selected global variables. By leveraging this issue, an unauthenticated, remote attacker can gain control of protected global variables, which could lead to...

7.5CVSS5.5AI score0.02144EPSS
SaveExploits0References2
Prion
Prion
•added 2007/03/06 8:19 p.m.•38 views

Design/Logic Flaw

The Zend Engine in PHP 4.x before 4.4.7, and 5.x before 5.2.2, allows remote attackers to cause a denial of service stack exhaustion and PHP crash via deeply nested arrays, which trigger deep recursion in the variable destruction routines...

5CVSS6.4AI score0.18162EPSS
SaveExploits2References38Affected Software7
UbuntuCve
UbuntuCve
•added 2007/03/06 8:19 p.m.•43 views

CVE-2007-1285

The Zend Engine in PHP 4.x before 4.4.7, and 5.x before 5.2.2, allows remote attackers to cause a denial of service stack exhaustion and PHP crash via deeply nested arrays, which trigger deep recursion in the variable destruction routines...

7.5CVSS7.1AI score0.18162EPSS
SaveExploits2References2
securityvulns
securityvulns
•added 2007/03/06 12:00 a.m.•76 views

PHP php_binary / WDDX information leak

Fragment of heap memory may be red because of missed variable length checking...

7.6CVSS1.3AI score0.09082EPSS
SaveExploits4References2Affected Software1
seebug.org
seebug.org
•added 2007/03/04 12:00 a.m.•22 views

PHP ZendEngine变量释放远程拒绝服务漏洞

PHP是广泛使用的通用目的脚本语言,特别适合于Web开发,可嵌入到HTML中。 PHP没有对嵌套数组的深度强制任何过滤检查。由于变量注册是以迭代的方式执行的,因此PHP会接受任何深度,直到达到memorylimit。PHP数组的释放是以递归的方式执行的,因此在耗尽了栈极限的时候就会崩溃。 攻击者可以利用上述问题以可控的方式导致PHP崩溃。假设以下PHP代码: if !checkUserPWD$user, $pass $errmsg = "There is problem ..."; displayError$errmsg; notifyAdminOfCrackAttempt; else ...

7.1AI score
SaveExploits0
FreeBSD
FreeBSD
•added 2007/03/04 12:00 a.m.•36 views

WebCalendar -- "noSet" variable overwrite vulnerability

Secunia reports: A vulnerability has been discovered in WebCalendar, which can be exploited by malicious people to compromise a vulnerable system. Input passed to unspecified parameters is not properly verified before being used with the "noSet" parameter set. This can be exploited to overwrite...

7.5CVSS6.6AI score0.02144EPSS
SaveExploits0References2
securityvulns
securityvulns
•added 2007/03/02 12:00 a.m.•69 views

MOPB-01-2007:PHP 4 Userland ZVAL Reference Counter Overflow Vulnerability

Summary The Month of PHP Bugs starts with a PHP 4 security vulnerability that exploits a problem known for many years among the PHP developers. When a PHP application is run in PHP 4 it can overflow the variable reference counter because it is only 16 bit wide. Whenever this happens it will resul...

0.4AI score
SaveExploits0
Exploit DB
Exploit DB
•added 2007/03/01 12:00 a.m.•32 views

PHP 3/4/5 - ZendEngine Variable Destruction Remote Denial of Service

source: https://www.securityfocus.com/bid/22764/info PHP is prone to a denial-of-service vulnerability because it fails to properly sanitize user-supplied input. An attacker who can run PHP code on a vulnerable computer may exploit this vulnerability to crash PHP and the webserver, denying servic...

7.5CVSS7AI score0.18162EPSS
SaveExploits2
Cvelist
Cvelist
•added 2007/02/28 12:00 a.m.•43 views

CVE-2006-7087

CRLF injection vulnerability in the mail function in Dotdeb PHP before 5.2.0 Rev 3 allows remote attackers to bypass the protection scheme and inject arbitrary email headers via CRLF sequences in the query string, which is processed via the PHPSELF variable...

7.1AI score0.01788EPSS
SaveExploits0References9
Cvelist
Cvelist
•added 2007/02/27 6:00 p.m.•30 views

CVE-2006-7079

Variable extraction vulnerability in include/common.php in exV2 2.0.4.3 and earlier allows remote attackers to overwrite arbitrary program variables and conduct directory traversal attacks to execute arbitrary code by modifying the $xoopsOption'pagetype' variable...

9.8AI score0.12939EPSS
SaveExploits2References3
CVE
CVE
•added 2007/02/27 6:00 p.m.•57 views

CVE-2006-7079

CVE-2006-7079 affects exV2 versions 2.0.4.3 and earlier, in include/common.php. The issue allows remote attackers to overwrite arbitrary program variables and perform directory traversal to execute arbitrary code by modifying xoopsOption['pagetype']. The initial docs provide CVSS data: CVSS v2 ba...

9.8CVSS8AI score0.12939EPSS
SaveExploits2References3Affected Software1
zdt
zdt
•added 2007/02/24 12:00 a.m.•38 views

phpBB Module NoMoKeTos Rules 0.0.1 Remote File Include Exploit

Exploit for unknown platform in category web applications ============================================================== phpBB Module NoMoKeTos Rules 0.0.1 Remote File Include Exploit ============================================================== !/usr/bin/perl phpBB Module NoMoKeTos Rules 0.0.1...

7.1AI score
SaveExploits0
RedHat Linux
RedHat Linux
•added 2007/02/22 11:11 a.m.•14 views

php session extension global variable clobber

PHP 4 before 4.4.5, and PHP 5 before 5.2.1, when registerglobals is enabled, allows context-dependent attackers to execute arbitrary code via deserialization of session data, which overwrites arbitrary global variables, as demonstrated by calling sessiondecode on a string beginning with...

6.8CVSS6.2AI score0.09233EPSS
SaveExploits1References4
Prion
Prion
•added 2007/02/21 5:28 p.m.•30 views

Cross site scripting

Cross-site scripting XSS vulnerability in the wpexplainnonce function in the nonce AYS functionality wp-includes/functions.php for WordPress 2.0 before 2.0.9 and 2.1 before 2.1.1 allows remote attackers to inject arbitrary web script or HTML via the file parameter to wp-admin/templates.php, and...

4.3CVSS5.9AI score0.06469EPSS
SaveExploits2References10Affected Software1
OSV
OSV
•added 2007/02/21 5:28 p.m.•16 views

DEBIAN-CVE-2007-1049

Cross-site scripting XSS vulnerability in the wpexplainnonce function in the nonce AYS functionality wp-includes/functions.php for WordPress 2.0 before 2.0.9 and 2.1 before 2.1.1 allows remote attackers to inject arbitrary web script or HTML via the file parameter to wp-admin/templates.php, and...

4.3CVSS6.1AI score0.06469EPSS
SaveExploits2References1
Tenable Nessus
Tenable Nessus
•added 2007/02/21 12:00 a.m.•42 views

RHEL 4 : php (RHSA-2007:0076)

The remote Redhat Enterprise Linux 4 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2007:0076 advisory. - security flaw CVE-2007-0906, CVE-2007-0907, CVE-2007-0908, CVE-2007-0909, CVE-2007-0910, CVE-2007-0988 - php session extension information...

10CVSS5.8AI score0.12197EPSS
SaveExploits6References12
Exploit DB
Exploit DB
•added 2007/02/20 12:00 a.m.•44 views

SendStudio 2004.14 - 'ROOTDIR' Remote File Inclusion

\ /\ \ / | \ \ | / \ // / | \ | \ \ Y / | \ / / \ /| /\ / / / / / .OR.ID ECHOADV66$2007 ----------------------------------------------------------------------------------------- ECHOADV66$2007 SendStudio = 2004.14 Remote File Inclusion Vulnerability...

6.8CVSS5.8AI score0.0796EPSS
SaveExploits1
RedHat Linux
RedHat Linux
•added 2007/02/19 9:08 p.m.•10 views

php session extension global variable clobber

PHP 4 before 4.4.5, and PHP 5 before 5.2.1, when registerglobals is enabled, allows context-dependent attackers to execute arbitrary code via deserialization of session data, which overwrites arbitrary global variables, as demonstrated by calling sessiondecode on a string beginning with...

6.8CVSS6.2AI score0.09233EPSS
SaveExploits1References4
Prion
Prion
•added 2007/02/16 1:28 a.m.•22 views

Design/Logic Flaw

Variable extraction vulnerability in Ian Bezanson Apache Stats before 0.0.3 beta allows attackers to overwrite critical variables, with unknown impact, when the extract function is used on the REQUEST superglobal array...

5CVSS7AI score0.01224EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder