Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2024-27199

CVE-2024-27199: JetBrains TeamCity Path Traversal Flaw

CVE-2024-27199 is a path traversal vulnerability in JetBrains TeamCity that enables attackers to perform limited admin actions. This article covers the technical details, affected versions, security impact, and mitigation.

Updated: January 22, 2026

CVE-2024-27199 Overview

CVE-2024-27199 is a path traversal vulnerability in JetBrains TeamCity, a popular continuous integration and continuous deployment (CI/CD) server used by development teams worldwide. This vulnerability allows unauthenticated attackers to perform limited administrative actions on affected TeamCity instances by exploiting improper path validation in the web server component.

Critical Impact

Unauthenticated attackers can leverage path traversal techniques to bypass access controls and perform limited administrative operations on TeamCity servers, potentially compromising build pipelines and development infrastructure.

Affected Products

  • JetBrains TeamCity versions before 2023.11.4
  • All TeamCity installations accessible via network without updated patches

Discovery Timeline

  • 2024-03-04 - CVE CVE-2024-27199 published to NVD
  • 2025-05-30 - Last updated in NVD database

Technical Details for CVE-2024-27199

Vulnerability Analysis

This path traversal vulnerability (CWE-22, CWE-23) in JetBrains TeamCity stems from insufficient validation of user-supplied input in URL path handling. The vulnerability enables attackers to craft malicious requests that traverse directory structures, allowing access to administrative functionality that should be protected by authentication mechanisms.

The exploitation of this vulnerability does not require any authentication or user interaction, making it particularly dangerous for internet-exposed TeamCity instances. According to Dark Reading's analysis, mass exploitation campaigns have been observed targeting this vulnerability, with attackers creating rogue accounts on compromised servers.

Root Cause

The root cause of CVE-2024-27199 is improper path validation in TeamCity's web server component. The application fails to properly sanitize path traversal sequences (such as ../) in HTTP requests, allowing attackers to escape the intended directory structure and access protected administrative endpoints. This falls under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory) and CWE-23 (Relative Path Traversal).

Attack Vector

The vulnerability is exploitable over the network without authentication. An attacker can send specially crafted HTTP requests containing path traversal sequences to a vulnerable TeamCity server. By manipulating URL paths, the attacker can bypass access controls and invoke administrative functions that would normally require authentication.

The attack methodology involves:

  1. Identifying an exposed TeamCity instance
  2. Crafting HTTP requests with path traversal sequences targeting administrative endpoints
  3. Executing limited administrative actions such as modifying server settings or accessing sensitive configuration data

Detection Methods for CVE-2024-27199

Indicators of Compromise

  • Unusual HTTP requests containing path traversal sequences (../, ..%2f, %2e%2e/) in TeamCity web server logs
  • Unauthorized administrative actions in TeamCity audit logs
  • Creation of unexpected user accounts with administrative privileges
  • Modifications to TeamCity server configuration without authorized changes

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block path traversal patterns in incoming requests
  • Monitor TeamCity access logs for requests containing encoded or unencoded directory traversal sequences
  • Configure SIEM alerts for administrative actions performed without corresponding authenticated sessions
  • Deploy endpoint detection solutions to monitor TeamCity server processes for anomalous behavior

Monitoring Recommendations

  • Enable comprehensive audit logging on all TeamCity instances
  • Monitor network traffic for suspicious patterns targeting TeamCity's web interface
  • Implement anomaly detection for administrative API calls from unexpected sources
  • Review TeamCity user accounts and permissions regularly for unauthorized changes

How to Mitigate CVE-2024-27199

Immediate Actions Required

  • Upgrade JetBrains TeamCity to version 2023.11.4 or later immediately
  • Restrict network access to TeamCity instances using firewall rules until patching is complete
  • Audit existing TeamCity user accounts for unauthorized entries
  • Review TeamCity audit logs for evidence of exploitation attempts
  • Consider temporarily taking internet-exposed TeamCity servers offline until patched

Patch Information

JetBrains has released TeamCity version 2023.11.4 which addresses this vulnerability. Organizations should apply this update as the primary remediation measure. The security advisory and patch details are available at the JetBrains Security Issues Fixed page.

Workarounds

  • Place TeamCity servers behind a reverse proxy with path traversal filtering capabilities
  • Implement network segmentation to limit access to TeamCity servers from trusted networks only
  • Configure web application firewall rules to block requests containing path traversal sequences
  • Disable external network access to TeamCity instances if remote access is not required
bash
# Example: iptables rule to restrict TeamCity access to internal network only
iptables -A INPUT -p tcp --dport 8111 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 8111 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechJetbrains Teamcity

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability94.49%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-23

  • CWE-22
  • Technical References
  • Dark Reading Cyberattack Analysis

  • GitHub PoC for CVE-2024-27198
  • Vendor Resources
  • JetBrains Security Issues Fixed
  • Related CVEs
  • CVE-2025-54531: JetBrains TeamCity Path Traversal Flaw

  • CVE-2025-46433: JetBrains TeamCity Path Traversal Flaw

  • CVE-2026-28196: JetBrains TeamCity Info Disclosure Flaw

  • CVE-2026-28195: JetBrains TeamCity Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English