제출 #50192: RCE in easyii정보

제목RCE in easyii
설명insecure file upload lead to rce in admin file upload management within below file https://github.com/noumo/easyii/blob/ef522fc952675e910e8dd7ed83af29da1381c830/helpers/Upload.php Code block: public static function file(UploadedFile $fileInstance, $dir = '', $namePostfix = true) { $fileName = Upload::getUploadPath($dir) . DIRECTORY_SEPARATOR . Upload::getFileName($fileInstance, $namePostfix); if(!$fileInstance->saveAs($fileName)){ throw new HttpException(500, 'Cannot upload file "'.$fileName.'". Please check write permissions.'); } return Upload::getLink($fileName); } 1. login to easyii 2. goto to file upload management 3. direct uplaod a php webshell like c99
사용자
 rezaduty (UID 10530)
제출2022. 10. 31. AM 10:19 (4 연령 ago)
모더레이션2022. 10. 31. PM 02:30 (4 hours later)
상태수락
VulDB 항목212501 [easyii CMS File Upload Management helpers/Upload.php file 권한 상승]
포인트들13

Want to know what is going to be exploited?

We predict KEV entries!