18 matches found
B2Bbuilder v7.0.1 install.php 设计缺陷可无限制getshell
0x01漏洞简介 B2Bbuilder v7.0.1 在文件install.php处存在一个设计缺陷,导致可无限制getshell。 0x02漏洞详情 /install/install.php if$action == "setup" //检查参数是否完整 $dbhost = $GET'dbhost'; $port = $GET'port'; $dbname = $GET'dbname'; $dbuser = $GET'dbuser'; $dbpassword = $GET'dbpassword'; $tableprefix = $GET'tableprefix'; $guid =...