5 matches found
PHP-Fuzzer
PHP Fuzzer 该库为PHP实现了一个模糊测试器,可用于通过向其提供“随机”输入来查找库(尤其是解析库)中的错误。来自边缘覆盖插桩的反馈用于指导“随机”输入的选择,从而探索新的代码路径。 安装 Phar(推荐) :您可以从发布页面下载此库的phar包。建议使用phar,因为它避免了与使用PHP-Parser的库产生依赖冲突。 Composer :composer global require nikic/php-fuzzer 使用 首先,需要定义目标函数。以下是一个针对microsoft/tolerant-php-parser查找错误的示例目标: root@kitploit:...
PHP Fuzzer Framework Default Location Insecure Temporary File Creation Vulnerability
No description provided by source. source: http://www.securityfocus.com/bid/35924/info PHP Fuzzer Framework creates temporary files in an insecure manner. An attacker with local access could potentially exploit this issue to overwrite and execute arbitrary code with the privileges of the victim...
MOPS-2010-013: PHP sqlite_array_query() Uninitialized Memory Usage Vulnerability
MOPS-2010-013: PHP sqlitearrayquery Uninitialized Memory Usage Vulnerability May 7th, 2010 PHP’s sqlitearrayquery function will use uninitialized memory if it is used with an empty SQL query. This can lead to arbitrary code execution. Affected versions Affected is PHP 5.2 = 5.2.13 Affected is PHP...
PHP Fuzzer Framework - Default Location Insecure Temporary File Creation
PHP Fuzzer Framework - Default Location Insecure Temporary File Creation // source: https://www.securityfocus.com/bid/35924/info PHP Fuzzer Framework creates temporary files in an insecure manner. An attacker with local access could potentially exploit this issue to overwrite and execute arbitrar...
PHP Fuzzer Framework - Default Location Insecure Temporary File Creation
// source: https://www.securityfocus.com/bid/35924/info PHP Fuzzer Framework creates temporary files in an insecure manner. An attacker with local access could potentially exploit this issue to overwrite and execute arbitrary code with the privileges of the victim user. Successfully exploiting th...