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

CVE-2025-54536: JetBrains TeamCity CSRF Vulnerability

CVE-2025-54536 is a CSRF vulnerability in JetBrains TeamCity affecting the GraphQL endpoint. Attackers can exploit this flaw to perform unauthorized actions. This article covers technical details, affected versions, and mitigation.

Updated: May 19, 2026

CVE-2025-54536 Overview

CVE-2025-54536 is a Cross-Site Request Forgery (CSRF) vulnerability affecting JetBrains TeamCity versions prior to 2025.07. The flaw exists in the GraphQL endpoint and allows attackers to trigger authenticated state-changing operations when a logged-in user visits an attacker-controlled page. The issue is tracked under CWE-352 and was disclosed by JetBrains through their security advisory portal.

Critical Impact

Successful exploitation allows an attacker to perform privileged actions in TeamCity on behalf of an authenticated user, potentially compromising CI/CD pipelines, build artifacts, and source code integrity.

Affected Products

  • JetBrains TeamCity versions before 2025.07
  • TeamCity GraphQL endpoint
  • Self-hosted TeamCity build server deployments

Discovery Timeline

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

Technical Details for CVE-2025-54536

Vulnerability Analysis

The vulnerability resides in the GraphQL endpoint exposed by JetBrains TeamCity. The endpoint accepted authenticated requests without sufficient anti-CSRF protections. An attacker who lures an authenticated TeamCity user to a malicious page can submit forged GraphQL mutations that execute under the victim's session.

TeamCity is a continuous integration server frequently deployed with elevated permissions over build configurations, agents, and integrated source control systems. CSRF abuse against its GraphQL API can lead to configuration tampering, credential exposure through build modifications, or unauthorized administrative actions when targeting privileged users.

The scope reaches confidentiality, integrity, and availability of the build system. User interaction is required because exploitation relies on a victim visiting an attacker-controlled resource while authenticated to TeamCity.

Root Cause

The root cause is missing or inadequate CSRF token validation on the GraphQL endpoint. State-changing GraphQL mutations did not enforce origin or token verification consistent with the protections applied to other TeamCity endpoints. This allowed cross-origin requests carrying the victim's session cookies to be accepted as legitimate.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker hosts a crafted page containing JavaScript or an auto-submitting form that issues a GraphQL request to the target TeamCity server. When an authenticated administrator or developer browses to that page, the browser attaches session credentials and the request executes server-side.

No verified public proof-of-concept code is available for CVE-2025-54536. Refer to the JetBrains Issues Fixed Overview for vendor details.

Detection Methods for CVE-2025-54536

Indicators of Compromise

  • Unexpected GraphQL mutation requests in TeamCity access logs containing external Origin or Referer headers
  • Unauthorized changes to build configurations, user roles, or VCS root credentials without corresponding administrator action
  • New administrative users, tokens, or SSH keys created outside of normal change windows

Detection Strategies

  • Review TeamCity HTTP access logs for POST requests to /app/graphql originating from unexpected referrers or external domains
  • Correlate GraphQL mutation events with authenticated user sessions to identify requests not initiated from the TeamCity UI
  • Audit TeamCity action history for configuration changes that do not match user-reported activity

Monitoring Recommendations

  • Forward TeamCity web server and audit logs to a centralized SIEM for retention and correlation
  • Alert on creation or modification of administrative roles, API tokens, and VCS credentials
  • Monitor outbound network traffic from build agents for signs of credential exfiltration following suspicious mutations

How to Mitigate CVE-2025-54536

Immediate Actions Required

  • Upgrade JetBrains TeamCity to version 2025.07 or later, which contains the vendor fix for this CSRF issue
  • Rotate TeamCity user tokens, VCS credentials, and any secrets that may have been exposed through tampered builds
  • Require administrators to log out and re-authenticate after applying the patch to invalidate active sessions

Patch Information

JetBrains addressed the vulnerability in TeamCity 2025.07. Patch details and the broader list of fixed issues are documented in the JetBrains Issues Fixed Overview. Self-hosted deployments should be updated promptly, and TeamCity Cloud tenants are maintained by JetBrains.

Workarounds

  • Restrict TeamCity network exposure to trusted internal networks or VPN access until the upgrade is complete
  • Instruct administrators to use a dedicated browser profile for TeamCity to limit cross-site request risk
  • Enforce strict SameSite=Strict cookie behavior at any reverse proxy in front of TeamCity where supported
bash
# Example: verify the installed TeamCity version
curl -sk https://teamcity.example.com/app/rest/server | grep -oE 'version="[^"]+"'

# Restrict access at the reverse proxy until patched (nginx example)
location /app/graphql {
    allow 10.0.0.0/8;
    deny all;
    proxy_pass http://teamcity_backend;
}

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 Issues Fixed Overview
  • Related CVEs
  • CVE-2025-54528: JetBrains TeamCity CSRF Vulnerability

  • CVE-2025-54529: 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