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
    • 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-54528

CVE-2025-54528: JetBrains TeamCity CSRF Vulnerability

CVE-2025-54528 is a cross-site request forgery (CSRF) flaw in JetBrains TeamCity affecting the GitHub App connection flow. This vulnerability allows attackers to perform unauthorized actions. This post covers technical details, affected versions, impact, and mitigation strategies.

Published: April 22, 2026

CVE-2025-54528 Overview

A Cross-Site Request Forgery (CSRF) vulnerability has been identified in JetBrains TeamCity versions prior to 2025.07. This security flaw exists within the GitHub App connection flow, allowing attackers to potentially perform unauthorized actions on behalf of authenticated users. CSRF vulnerabilities enable malicious actors to trick users into executing unwanted actions on web applications where they are currently authenticated.

Critical Impact

Attackers can exploit this CSRF vulnerability to manipulate GitHub App connections in TeamCity, potentially leading to unauthorized access to source code repositories, CI/CD pipeline modifications, and compromise of the software development lifecycle.

Affected Products

  • JetBrains TeamCity versions prior to 2025.07
  • TeamCity instances with GitHub App integration configured
  • Self-hosted and cloud-based TeamCity deployments using GitHub connections

Discovery Timeline

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

Technical Details for CVE-2025-54528

Vulnerability Analysis

This Cross-Site Request Forgery vulnerability (CWE-352) affects the GitHub App connection flow in JetBrains TeamCity. The vulnerability stems from insufficient anti-CSRF token validation during the OAuth-style connection process between TeamCity and GitHub Apps. When a user initiates or manages GitHub App connections, the application fails to properly verify that requests originate from the legitimate user session.

An attacker could craft a malicious web page or email containing hidden requests targeting the GitHub App connection endpoints. When an authenticated TeamCity administrator visits the attacker-controlled content, their browser automatically includes valid session credentials, allowing the attacker to modify GitHub App configurations, establish unauthorized connections, or disconnect existing integrations without user consent.

Root Cause

The root cause of CVE-2025-54528 lies in the absence or improper implementation of CSRF protection mechanisms within the GitHub App connection workflow. Specifically, the application does not adequately validate state tokens or anti-forgery tokens during critical connection operations. This allows forged cross-origin requests to be processed as legitimate user actions when the victim has an active TeamCity session.

Attack Vector

The attack vector for this vulnerability is network-based and requires user interaction. An attacker must lure an authenticated TeamCity user to visit a malicious webpage or click a crafted link. The attack does not require any privileges on the target system, but the attacker must have knowledge of the target TeamCity instance URL. The vulnerability affects confidentiality, integrity, and availability of the system by potentially allowing unauthorized manipulation of source code connections and CI/CD configurations.

The exploitation flow typically involves:

  1. Attacker identifies a target TeamCity instance with GitHub App integration
  2. Attacker crafts a malicious page containing forged requests to GitHub App connection endpoints
  3. Victim with active TeamCity session visits the malicious page
  4. Victim's browser sends authenticated requests to TeamCity
  5. TeamCity processes the forged requests as legitimate, modifying GitHub App configurations

Detection Methods for CVE-2025-54528

Indicators of Compromise

  • Unexpected changes to GitHub App connection configurations in TeamCity
  • New or modified GitHub App integrations that administrators did not authorize
  • Audit log entries showing GitHub connection changes without corresponding administrative actions
  • Unusual OAuth callback requests in web server logs from external referrers

Detection Strategies

  • Monitor TeamCity audit logs for GitHub App connection modifications and correlate with administrator activity
  • Implement web application firewall rules to detect cross-origin requests to GitHub App endpoints
  • Review HTTP referer headers for requests to sensitive TeamCity configuration endpoints
  • Configure alerting for any changes to source control integrations outside of change windows

Monitoring Recommendations

  • Enable verbose logging for all TeamCity administration actions, particularly VCS and connection management
  • Establish baseline patterns for GitHub App connection activity and alert on deviations
  • Monitor for external referrer sources in requests to TeamCity administrative endpoints
  • Implement network segmentation to restrict access to TeamCity administration interfaces

How to Mitigate CVE-2025-54528

Immediate Actions Required

  • Upgrade JetBrains TeamCity to version 2025.07 or later immediately
  • Review all existing GitHub App connections for unauthorized modifications
  • Audit TeamCity access logs for suspicious activity patterns around GitHub integrations
  • Restrict administrative access to TeamCity through network controls until patching is complete

Patch Information

JetBrains has addressed this vulnerability in TeamCity version 2025.07. Organizations should upgrade to this version or later to remediate CVE-2025-54528. The official security advisory and patch information is available through the JetBrains Security Issues Fixed page. Apply the update following standard change management procedures, ensuring proper backup of TeamCity configurations before upgrading.

Workarounds

  • Temporarily disable GitHub App connections if immediate patching is not feasible
  • Implement strict Content Security Policy headers to limit cross-origin request capabilities
  • Require re-authentication for sensitive GitHub App connection operations
  • Use network-level access controls to limit who can access TeamCity administration interfaces
bash
# Configuration example - Restrict TeamCity admin access via reverse proxy
# nginx configuration to limit administration access by IP
location /admin/integrations/github/ {
    allow 10.0.0.0/8;
    allow 192.168.1.0/24;
    deny all;
    
    # Add additional CSRF protection headers
    add_header X-Frame-Options "DENY";
    add_header X-Content-Type-Options "nosniff";
    add_header Referrer-Policy "strict-origin-when-cross-origin";
}

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechJetbrains Teamcity

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-352
  • Vendor Resources
  • JetBrains Privacy Issues Fixed
  • Related CVEs
  • CVE-2025-54529: JetBrains TeamCity CSRF Vulnerability

  • CVE-2025-54536: JetBrains TeamCity CSRF Vulnerability

  • CVE-2026-44413: JetBrains TeamCity Auth Bypass Flaw

  • CVE-2026-28196: JetBrains TeamCity Info Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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