Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2024-27198 — Exploit for CVE-2024-27198 - TeamCity Server | Kitploit
Tools/GitHubGitHub/yoryio/cve-2024-27198
Authentication & AuthorizationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLabs & Practice
GitHubyoryio/cve-2024-27198

CVE-2024-27198

Exploit for CVE-2024-27198 - TeamCity Server

View Repository
3741 year agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2024-27198

CVE-2024-27198 - Authentication Bypass Using an Alternate Path vulnerability in JetBrains TeamCity Server

  • Please refer to Rapid7's blogpost for more information: CVE-2024-27198 and CVE-2024-27199: JetBrains TeamCity Multiple Authentication Bypass Vulnerabilities

teamcityserverlogo

Products and Versions affected:

ProductAffected Versions
TeamCity Server<= 2023.11.3
  • CVSS: 9.8
  • Actively Exploited: YES
  • Patch: YES
  • Mitigation: YES

Lab

You can deploy a TeamCity server with Docker to test this exploit

  • Download a vulnerable TeamCity Server docker image, for this case version: 2023.11.3
root@kitploit:~
docker pull jetbrains/teamcity-server:2023.11.3
  • Then run the docker container
root@kitploit:~
docker run -it -d --name teamcity -u root -p 8111:8111 jetbrains/teamcity-server:2023.11.3
  • Finally, go to: http://localhost:8111 and follow the configuration instructions for your new server (just click Proceed and create a new admin account).

Help

root@kitploit:~
usage: CVE-2024-27198.py [-h] -t TARGET -u USERNAME -p PASSWORD

options:
  -h, --help            show this help message and exit
  -t TARGET, --target TARGET
                        Target TeamCity Server URL
  -u USERNAME, --username USERNAME
                        Insert username for the new user
  -p PASSWORD, --password PASSWORD
                        Insert password for the new user

Example:

root@kitploit:~
python CVE-2024-27198.py -t http://localhost:8111 -u mynewadminuser -p mypassword

References

  • CVE-2024-27198 and CVE-2024-27199: JetBrains TeamCity Multiple Authentication Bypass Vulnerabilities (FIXED)
  • Additional Critical Security Issues Affecting TeamCity On-Premises (CVE-2024-27198 and CVE-2024-27199) – Update to 2023.11.4 Now
  • CISA Adds One Known Exploited JetBrains Vulnerability, CVE-2024-27198, to Catalog
  • GreyNoise Tag - TeamCity JetBrain CVE-2024-27198 Auth Bypass Attempt
Download Tool