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-36470

CVE-2024-36470: JetBrains TeamCity Auth Bypass Flaw

CVE-2024-36470 is an authentication bypass vulnerability in JetBrains TeamCity that allows unauthorized access in specific edge cases. This article covers the technical details, affected versions, and mitigation steps.

Updated: January 22, 2026

CVE-2024-36470 Overview

CVE-2024-36470 is a critical authentication bypass vulnerability affecting JetBrains TeamCity, a widely-used continuous integration and continuous delivery (CI/CD) server. This vulnerability allows attackers to bypass authentication mechanisms in specific edge cases, potentially gaining unauthorized access to TeamCity instances without valid credentials.

Critical Impact

This authentication bypass vulnerability enables unauthenticated attackers to gain unauthorized access to TeamCity servers, potentially compromising CI/CD pipelines, source code repositories, and deployment credentials.

Affected Products

  • JetBrains TeamCity versions before 2022.04.7
  • JetBrains TeamCity versions before 2022.10.6
  • JetBrains TeamCity versions before 2023.05.6
  • JetBrains TeamCity versions before 2023.11.5

Discovery Timeline

  • 2024-05-29 - CVE-2024-36470 published to NVD
  • 2025-02-07 - Last updated in NVD database

Technical Details for CVE-2024-36470

Vulnerability Analysis

CVE-2024-36470 represents a critical authentication bypass vulnerability in JetBrains TeamCity that allows attackers to circumvent authentication controls under specific edge case conditions. The vulnerability is associated with CWE-288 (Authentication Bypass Using an Alternate Path or Channel) and CWE-306 (Missing Authentication for Critical Function).

TeamCity servers are high-value targets for attackers due to their central role in software development pipelines. A compromised TeamCity instance can provide attackers with access to source code, build artifacts, deployment credentials, and the ability to inject malicious code into software builds. The network-accessible nature of this vulnerability makes it particularly dangerous for internet-facing TeamCity installations.

Root Cause

The vulnerability stems from improper authentication validation logic that fails to properly enforce authentication requirements in specific edge case scenarios. This flaw is classified under CWE-288 (Authentication Bypass Using an Alternate Path or Channel) and CWE-306 (Missing Authentication for Critical Function), indicating that certain request paths or conditions can be exploited to access protected functionality without proper authentication.

The authentication mechanism does not adequately validate all possible access paths, allowing attackers to craft requests that bypass normal authentication checks. This type of flaw typically occurs when authentication middleware or filters do not cover all endpoints or when conditional authentication logic contains logical errors.

Attack Vector

The attack can be carried out remotely over the network without requiring any prior authentication or user interaction. An attacker would need to identify a TeamCity instance running a vulnerable version and craft requests that exploit the specific edge cases where authentication validation fails.

The network-based attack vector with low complexity requirements makes this vulnerability particularly concerning for organizations with internet-exposed TeamCity servers. Attackers can potentially leverage this vulnerability to gain initial access to development infrastructure, establish persistence, and pivot to other systems.

Due to the critical nature of CI/CD systems, successful exploitation could enable supply chain attacks where malicious code is injected into software builds, potentially affecting downstream users and customers of the compromised organization.

Detection Methods for CVE-2024-36470

Indicators of Compromise

  • Unexpected authentication events or sessions from unknown IP addresses in TeamCity access logs
  • Unusual administrative actions performed without corresponding valid user authentication
  • New user accounts or permission changes created without authorized administrator activity
  • Suspicious API requests to authentication endpoints with malformed or missing credentials

Detection Strategies

  • Monitor TeamCity access logs for authentication anomalies, particularly failed or bypassed authentication attempts
  • Implement network-level monitoring for unusual traffic patterns to TeamCity servers
  • Deploy web application firewalls (WAF) with rules to detect authentication bypass attempts
  • Enable detailed audit logging in TeamCity to capture all administrative and sensitive operations

Monitoring Recommendations

  • Configure alerting for any administrative changes made to TeamCity without corresponding user authentication
  • Implement log aggregation and correlation to identify patterns indicative of exploitation attempts
  • Monitor for unusual access patterns to TeamCity build configurations and project settings
  • Track API usage patterns and flag requests that bypass normal authentication flows

How to Mitigate CVE-2024-36470

Immediate Actions Required

  • Upgrade TeamCity to a patched version immediately: 2022.04.7, 2022.10.6, 2023.05.6, or 2023.11.5 or later
  • Restrict network access to TeamCity servers using firewall rules and network segmentation
  • Audit recent TeamCity access logs for signs of unauthorized access or suspicious activity
  • Review and rotate any credentials stored in TeamCity, including deployment keys and service account passwords

Patch Information

JetBrains has released security patches addressing this vulnerability in the following versions:

  • TeamCity 2022.04.7 and later
  • TeamCity 2022.10.6 and later
  • TeamCity 2023.05.6 and later
  • TeamCity 2023.11.5 and later

Organizations should upgrade to the latest patched version for their respective release branch. Detailed information about security fixes is available from the JetBrains Security Issues Fixed advisory page.

Workarounds

  • Place TeamCity servers behind a VPN or reverse proxy with additional authentication requirements
  • Implement IP allowlisting to restrict access to TeamCity from trusted networks only
  • Enable multi-factor authentication for all TeamCity user accounts
  • Consider temporarily taking internet-facing TeamCity instances offline until patches can be applied
bash
# Example: Restrict TeamCity access using iptables
# Allow access only from trusted internal network
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
  • TypeAuth Bypass

  • Vendor/TechJetbrains Teamcity

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.00%

  • 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
  • CWE References
  • CWE-288

  • CWE-306
  • Vendor Resources
  • JetBrains Security Issues Fixed
  • Related CVEs
  • CVE-2026-28195: JetBrains TeamCity Auth Bypass Vulnerability

  • CVE-2024-27198: JetBrains TeamCity Auth Bypass Vulnerability

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

  • 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