EduSoho 最新版两处泄露accessKey和secretKey

- AV AC AU C I A
发布: 2025-04-13
修订: 2025-04-13

### 简要描述: 可在官网重新绑定,发送云短信,下载安装应用。 ### 详细说明: 出现问题的地方在安装文件/start-install.php ``` <?php use Composer\Autoload\ClassLoader; require __DIR__.'/../../vendor/autoload.php'; $loader = new Twig_Loader_Filesystem(__DIR__ . '/templates'); $twig = new Twig_Environment($loader, array( 'cache' => false, )); $twig->addGlobal('edusho_version', \Topxia\System::VERSION); $step =intval(empty($_GET['step']) ? 0 : $_GET['step']); $functionName = 'install_step' . $step; $functionName(); use Topxia\Service\Common\ServiceKernel; use Topxia\Service\User\CurrentUser; use Topxia\Service\CloudPlatform\KeyApplier; use Symfony\Component\HttpFoundation\ParameterBag; function check_installed() { if (array_key_exists('nokey', $_GET)) { setcookie('nokey', 1); $_COOKIE['nokey'] = 1; } if (file_exists(__DIR__ . '/../../app/data/install.lock')) { exit('already install.'); } } function install_step0() { check_installed(); global $twig; echo $twig->render('step-0.html.twig', array('step' => 0)); } function...

0%
暂无可用Exp或PoC
当前有0条受影响产品信息