The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-27198

CVE-2024-27198: JetBrains TeamCity Auth Bypass Vulnerability

CVE-2024-27198 is an authentication bypass vulnerability in JetBrains TeamCity that allows attackers to perform admin actions without proper authentication. This post covers technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2024-27198 Overview

CVE-2024-27198 is a critical authentication bypass vulnerability in JetBrains TeamCity, a popular continuous integration and continuous delivery (CI/CD) server used by development teams worldwide. This vulnerability allows unauthenticated remote attackers to bypass authentication mechanisms and perform administrative actions on affected TeamCity instances. Given TeamCity's role in software development pipelines, successful exploitation could lead to supply chain compromises, source code theft, and deployment of malicious code through compromised build processes.

Critical Impact

This vulnerability enables complete administrative control of TeamCity servers without authentication, potentially compromising entire CI/CD pipelines and enabling supply chain attacks.

Affected Products

  • JetBrains TeamCity versions prior to 2023.11.4
  • All JetBrains TeamCity installations accessible over the network
  • Self-hosted TeamCity deployments with default configurations

Discovery Timeline

  • 2024-03-04 - CVE-2024-27198 published to NVD
  • 2025-10-24 - Last updated in NVD database

Technical Details for CVE-2024-27198

Vulnerability Analysis

This authentication bypass vulnerability (CWE-288: Authentication Bypass Using an Alternate Path or Channel) allows attackers to circumvent normal authentication controls in JetBrains TeamCity. The flaw enables unauthenticated users to access administrative functionality that should require proper authentication credentials. Once exploited, attackers gain the ability to create new administrator accounts, modify build configurations, access sensitive project data, and potentially inject malicious code into software builds.

The vulnerability is particularly dangerous in CI/CD environments where TeamCity manages automated build and deployment processes. Attackers exploiting this flaw can manipulate the software supply chain by modifying build scripts, injecting backdoors into compiled artifacts, or exfiltrating sensitive credentials stored within the build system.

Root Cause

The root cause lies in improper authentication validation within TeamCity's request handling mechanism. The application fails to properly enforce authentication requirements for certain administrative endpoints, allowing requests to bypass the normal authentication flow through an alternate path. This authentication bypass using an alternate channel (CWE-288) means that even with authentication mechanisms in place, certain requests can circumvent these controls entirely.

Attack Vector

The attack is network-based and requires no privileges or user interaction. Attackers can exploit this vulnerability remotely against any TeamCity instance exposed to the network. The exploitation flow typically involves:

  1. Identifying exposed TeamCity instances through network scanning
  2. Crafting requests that bypass authentication mechanisms
  3. Creating rogue administrator accounts for persistent access
  4. Leveraging administrative access to compromise build configurations and deployment pipelines

The vulnerability has been actively exploited in the wild, with mass exploitation campaigns observed creating unauthorized administrator accounts on vulnerable instances. According to Dark Reading analysis, attackers have leveraged this vulnerability to establish persistent access through rogue accounts.

Detection Methods for CVE-2024-27198

Indicators of Compromise

  • Unexpected administrator accounts created in TeamCity without legitimate authorization
  • Unusual login activity or API calls from unfamiliar IP addresses
  • Modified build configurations or newly created build jobs without authorized changes
  • Suspicious network traffic to TeamCity administrative endpoints from external sources

Detection Strategies

  • Monitor TeamCity audit logs for unauthorized user creation events, especially administrator accounts
  • Implement network monitoring to detect anomalous access patterns to TeamCity servers
  • Deploy web application firewalls (WAF) rules to detect exploitation attempts targeting authentication bypass patterns
  • Utilize endpoint detection tools to identify post-exploitation activities on TeamCity servers

Monitoring Recommendations

  • Enable comprehensive audit logging in TeamCity and forward logs to a SIEM solution
  • Establish baseline behavior for TeamCity administrative activities and alert on deviations
  • Monitor for unexpected changes to build configurations, credentials, or system settings
  • Implement alerting for new user account creation, particularly those with administrative privileges

How to Mitigate CVE-2024-27198

Immediate Actions Required

  • Upgrade JetBrains TeamCity to version 2023.11.4 or later immediately
  • Audit all user accounts in TeamCity and remove any unauthorized administrator accounts
  • Review recent audit logs for signs of unauthorized access or configuration changes
  • Restrict network access to TeamCity instances using firewall rules until patching is complete
  • If exposure is suspected, rotate all credentials and API tokens stored in TeamCity

Patch Information

JetBrains has released TeamCity version 2023.11.4 that addresses this vulnerability. Organizations should prioritize this update given the active exploitation and critical severity. The patch is available through the JetBrains Security Issues Fixed page. This vulnerability is listed in the CISA Known Exploited Vulnerabilities Catalog, mandating federal agencies to remediate within specified timeframes.

Workarounds

  • Implement network segmentation to limit TeamCity access to trusted internal networks only
  • Place TeamCity behind a VPN or reverse proxy with additional authentication requirements
  • Enable multi-factor authentication for all TeamCity user accounts where supported
  • Monitor and restrict outbound network connections from TeamCity servers to detect potential data exfiltration
bash
# Network access restriction example using iptables
# Restrict TeamCity web interface 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 -s 192.168.0.0/16 -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
  • TypeAuth Bypass

  • Vendor/TechJetbrains Teamcity

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability94.58%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-288

  • NVD-CWE-Other
  • Technical References
  • Dark Reading Analysis on JetBrains Exploitation

  • CISA Known Exploited Vulnerability Catalog
  • Vendor Resources
  • JetBrains Security Issues Fixed
  • Related CVEs
  • CVE-2026-28195: JetBrains TeamCity Auth Bypass Vulnerability

  • CVE-2023-42793: JetBrains TeamCity Auth Bypass Vulnerability

  • CVE-2024-36470: JetBrains TeamCity Auth Bypass Flaw

  • CVE-2024-41827: JetBrains TeamCity Auth Bypass Vulnerability
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