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-2025-54530

CVE-2025-54530: JetBrains TeamCity Privilege Escalation

CVE-2025-54530 is a privilege escalation vulnerability in JetBrains TeamCity caused by incorrect directory permissions. Attackers can exploit this to gain elevated access. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 11, 2026

CVE-2025-54530 Overview

CVE-2025-54530 is a critical privilege escalation vulnerability discovered in JetBrains TeamCity, a popular continuous integration and continuous deployment (CI/CD) server. The vulnerability exists due to incorrect directory permissions that can be exploited by attackers to escalate privileges within the TeamCity environment. Given TeamCity's widespread use in enterprise software development pipelines, this vulnerability poses a significant risk to organizations relying on the platform for build automation and deployment workflows.

Critical Impact

Attackers can exploit incorrect directory permissions to achieve privilege escalation, potentially gaining administrative control over the TeamCity server and compromising the entire CI/CD pipeline.

Affected Products

  • JetBrains TeamCity versions prior to 2025.07
  • All TeamCity installations with default or misconfigured directory permissions
  • Enterprise CI/CD environments utilizing vulnerable TeamCity versions

Discovery Timeline

  • 2025-07-28 - CVE-2025-54530 published to NVD
  • 2025-07-31 - Last updated in NVD database

Technical Details for CVE-2025-54530

Vulnerability Analysis

This vulnerability is classified under CWE-276 (Incorrect Default Permissions), which occurs when software installations or operations establish permissions that are more permissive than intended. In the context of JetBrains TeamCity, the incorrect directory permissions allow an attacker with initial limited access to the system to escalate their privileges to a higher level, potentially achieving administrative control over the TeamCity server.

The attack can be initiated remotely without requiring prior authentication or user interaction, making it particularly dangerous in internet-facing deployments. Successful exploitation could lead to complete compromise of the CI/CD pipeline, including access to source code, build secrets, deployment credentials, and the ability to inject malicious code into software builds.

Root Cause

The root cause of CVE-2025-54530 lies in incorrect directory permission settings within the TeamCity installation. Specifically, certain directories that should be restricted to administrative users or the TeamCity service account are configured with overly permissive access controls. This misconfiguration allows lower-privileged users or processes to read, write, or execute files in directories that should be protected.

Directory permission vulnerabilities in CI/CD tools like TeamCity are particularly severe because these systems typically store sensitive information including:

  • Build configurations and scripts
  • Authentication tokens and API keys
  • Database credentials
  • Deployment certificates and SSH keys

Attack Vector

The vulnerability is exploitable over the network, requiring no user interaction and no prior privileges. An attacker can target the vulnerable directory permissions to write malicious files or modify existing configurations, ultimately achieving privilege escalation within the TeamCity environment.

The attack flow typically involves:

  1. Identifying TeamCity installations running versions prior to 2025.07
  2. Exploiting the permissive directory permissions to gain write access to sensitive directories
  3. Modifying configuration files or placing malicious executables in locations that will be executed with elevated privileges
  4. Achieving full administrative control over the TeamCity server

Since no verified code examples are available for this vulnerability, organizations should refer to the JetBrains Security Advisory for detailed technical information and indicators of exploitation.

Detection Methods for CVE-2025-54530

Indicators of Compromise

  • Unexpected modifications to TeamCity configuration files or directory permissions
  • New or modified files in protected TeamCity directories with unusual timestamps
  • Unauthorized user accounts created within TeamCity with elevated privileges
  • Suspicious build configurations or jobs that were not created by legitimate administrators

Detection Strategies

  • Monitor file system events for permission changes on TeamCity installation directories
  • Audit TeamCity user accounts and roles for unauthorized privilege escalations
  • Implement file integrity monitoring (FIM) on critical TeamCity directories and configuration files
  • Review TeamCity audit logs for suspicious administrative actions or configuration changes

Monitoring Recommendations

  • Deploy endpoint detection and response (EDR) solutions to monitor TeamCity servers for anomalous behavior
  • Configure SIEM alerts for unusual file system activities on CI/CD infrastructure
  • Establish baseline directory permissions and alert on deviations from the expected state
  • Monitor network traffic to and from TeamCity servers for potential command and control communications

How to Mitigate CVE-2025-54530

Immediate Actions Required

  • Upgrade JetBrains TeamCity to version 2025.07 or later immediately
  • Audit current directory permissions on all TeamCity installations and correct any overly permissive settings
  • Review TeamCity user accounts and remove any unauthorized or suspicious accounts
  • Implement network segmentation to limit exposure of TeamCity servers to untrusted networks

Patch Information

JetBrains has addressed this vulnerability in TeamCity version 2025.07. Organizations should upgrade to this version or later to remediate the privilege escalation risk. The official security advisory and patch information is available at the JetBrains Issues Fixed page.

Workarounds

  • Restrict network access to TeamCity servers using firewalls or network access control lists
  • Apply principle of least privilege to all TeamCity service accounts and directories
  • Enable enhanced logging and monitoring to detect potential exploitation attempts
  • Consider placing TeamCity behind a VPN or zero-trust network access solution until patching is complete
bash
# Example: Verify and correct TeamCity directory permissions on Linux
# Check current permissions on TeamCity data directory
ls -la /opt/TeamCity/

# Ensure only the TeamCity service user has write access
chown -R teamcity:teamcity /opt/TeamCity/
chmod -R 750 /opt/TeamCity/

# Verify no world-writable directories exist
find /opt/TeamCity/ -type d -perm -0002 -exec ls -ld {} \;

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • 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-276
  • Vendor Resources
  • JetBrains Issues Fixed
  • Related CVEs
  • CVE-2026-28196: JetBrains TeamCity Info Disclosure Flaw

  • CVE-2026-28195: JetBrains TeamCity Auth Bypass Vulnerability

  • CVE-2026-28194: JetBrains TeamCity Open Redirect Vulnerability

  • CVE-2024-27198: 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