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-2023-42793-TeamCity-Unauthenticated-RCE — A PoC and automated version detection/exploit tool for JetBrains TeamCity Authentication Bypass & RCE (CVE-2023-42793). | Kitploit
Tools/GitHubGitHub/burakacar6/cve-2023-42793-teamcity-unauthenticated-rce
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingAuthenticationRed Teaming
GitHubburakacar6/cve-2023-42793-teamcity-unauthenticated-rce

CVE-2023-42793-TeamCity-Unauthenticated-RCE

A PoC and automated version detection/exploit tool for JetBrains TeamCity Authentication Bypass & RCE (CVE-2023-42793).

View Repository
6h 37m agoNot yet reviewed

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-2023-42793 - JetBrains TeamCity Security Assessment Tool

This repository provides a Python-based utility designed to assess and demonstrate the security implications of CVE-2023-42793, a critical vulnerability affecting on-premises JetBrains TeamCity servers.


Vulnerability Details

  • CVE Identifier: CVE-2023-42793
  • CVSSv3 Score: 9.8 (Critical)
  • Vulnerability Type: Authentication Bypass / Remote Code Execution (RCE)
  • Affected Versions: JetBrains TeamCity before 2023.05.4
  • Fixed Version: 2023.05.4 and subsequent releases

Technical Summary

The vulnerability exists within the handling of specific HTTP request paths in the TeamCity web application, allowing an unauthenticated remote attacker to bypass authentication mechanisms. This access enables the creation of administrative authentication tokens, modification of internal server properties (internal.properties), and subsequent invocation of debug endpoints to achieve arbitrary command execution on the host operating system.


Features

  • Version Checking (check): Parses the server login page to detect the running TeamCity version and compares it against known vulnerable version thresholds.
  • Proof-of-Concept Execution (exploit): Demonstrates the chained impact by generating an administrative token, enabling the required process execution flags, and running authorized verification commands.
  • CLI Interface: Built using standard subcommands (check and exploit) via argparse.

  • Prerequisites and Installation

    Ensure Python 3.8+ is installed on your system.

    1. Clone the repository:
      root@kitploit:~
      git clone https://github.com/burakacar6/CVE-2023-42793-TeamCity-Unauthenticated-RCE.git
      cd CVE-2023-42793
      pip install -r requiremenets.txt
      
    Download Tool