亿邮邮件系统命令执行漏洞导致批量Getwebshell

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

### 简要描述: 这套系统还有很多问题,能登录就更多问题了。 ### 详细说明: user/storage_fold_explore.php ``` <?php /** * 用户网络存储目录列表 * * 该页面显示登录邮箱用户的网络存储目录列表,选择后保存邮件附件到指定的目录中。 * * @author FengHui <fenghui@eyou.net> * @copyright 199902008 eYou.net * @version storage_explore.php 2008/11/12 */ require_once('/var/eyou/apache/htdocs/config.php'); require_once(PATH.'inc/function.php'); require_once(PATH.'inc/libeyou.php'); require_once(PATH.'inc/operate.php'); require_once(PATH.'inc/user.config.php'); $skin = getCookieUserValue('SKIN'); $uid = getCookieUserValue('UID'); $domain = getCookieUserValue('DOMAIN'); $user_dir_path = getUserDirPath($uid, $domain); $storage_index_path = $user_dir_path.'/storage/Index/'; $storage_data_path = $user_dir_path.'/storage/Data/'; $file_name = htmlspecialchars(get('file')); $att = htmlspecialchars(get('att')); ?> ``` GetUser_DirPath在/inc/function.php下。 ``` function getUserDirPath($uid, $domain) { $cmd = "/var/eyou/sbin/hashid $uid $domain"; $path = `$cmd`; $path = trim($path); return...

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