JetBrains TeamCity CVE-2026-44413: Authenticated Exposure of Server API
The National Vulnerability Database has issued an advisory for CVE-2026-44413, a high-severity vulnerability affecting JetBrains TeamCity versions prior to 2026.1 and 2025.11.5. This flaw, rated 8.2 CVSS, allows authenticated users to expose the server API to unauthorized access.
This isn’t a zero-day requiring remote code execution, but it’s dangerous for CI/CD pipelines. An attacker with even low-level authenticated access can leverage this to escalate privileges or exfiltrate sensitive data by exposing internal APIs. The CVSS vector AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N indicates network-based exploitability and high confidentiality impact, meaning critical data could be compromised.
CISOs need to understand the attacker’s calculus here: TeamCity instances are often treasure troves of build secrets, source code, and deployment credentials. Exposing the API provides a direct pathway for an insider threat or an external attacker who has already gained initial access to move laterally and deepen their foothold, potentially leading to a full supply chain compromise.
What This Means For You
- If your organization uses JetBrains TeamCity, you must immediately verify your version. Patching to a secure version (2026.1 or 2025.11.5 or newer) is critical. Beyond patching, audit your TeamCity user permissions and API access logs for any suspicious activity or unauthorized API calls, especially from accounts with low privileges. This isn't just about patching; it's about controlling who can even see your API endpoints.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
JetBrains TeamCity Authenticated API Exposure - Free Tier
title: JetBrains TeamCity Authenticated API Exposure - Free Tier
id: scw-2026-05-11-ai-1
status: experimental
level: high
description: |
Detects an authenticated user accessing the TeamCity server API endpoint '/app/rest/server' via a GET request. This is a specific indicator for CVE-2026-44413, where authenticated users can expose server API details to unauthorized access, potentially leading to further compromise.
author: SCW Feed Engine (AI-generated)
date: 2026-05-11
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-44413/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/app/rest/server'
cs-method:
- 'GET'
sc-status:
- '200'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-44413 | Auth Bypass | JetBrains TeamCity before 2026.1 2025.11.5 |
| CVE-2026-44413 | Information Disclosure | expose server API to unauthorised access |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 11, 2026 at 21:16 UTC |
This content was AI-rewritten and enriched by Shimi's Cyber World based on the original source. All intellectual property rights remain with the original author.
Believe this infringes your rights? Submit a takedown request.