Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:L
Primary rating from Vendor (JetBrains) · only source for this CVE.
CVSS VectorVendor: JetBrains
Lifecycle Timeline
3DescriptionCVE.org
In JetBrains TeamCity before 2026.1 improper permission checks exposed build configuration parameters
AnalysisAI
Information disclosure in JetBrains TeamCity prior to version 2026.1 allows authenticated low-privilege users to read sensitive build configuration parameters they should not have access to due to missing authorization checks. The flaw carries a CVSS 7.6 score driven by high confidentiality impact on a network-reachable CI/CD server, though no public exploit identified at time of analysis. Because TeamCity build parameters frequently contain secrets such as deployment credentials, signing keys, and API tokens, the disclosure can cascade into broader compromise of downstream systems.
Technical ContextAI
JetBrains TeamCity is a widely deployed continuous integration and build management server where build configurations carry parameters (typed values, passwords, environment variables, system properties) intended to be scoped by project-level role assignments. The root cause is CWE-862 Missing Authorization, meaning the server accepts a request to view or enumerate configuration parameters without verifying that the requesting account holds the permission required for the target project or build configuration. In TeamCity's permission model, parameters can be marked as 'password' type which masks them in the UI, but the underlying API surface must still enforce role-based access; when an authorization check is omitted at that layer, even masked secrets and project-private parameters can be returned to lower-privileged callers. The CPE confirms the affected product is the TeamCity application itself rather than a plugin or agent, and the issue affects all versions prior to 2026.1.
RemediationAI
Vendor-released patch: TeamCity 2026.1 - upgrade on-premises servers to 2026.1 or later as the primary fix, following the JetBrains upgrade guidance referenced from https://www.jetbrains.com/privacy-security/issues-fixed/. Where immediate upgrade is not feasible, reduce blast radius by auditing and tightening project-level role assignments so that only trusted users hold any project role, rotating any secrets that were stored as TeamCity parameters (deployment keys, registry credentials, signing tokens, cloud API keys) since they must be assumed disclosed, and moving high-value secrets out of build parameters into an external secrets manager fetched at build time with short-lived tokens. As a network-layer compensating control, restrict TeamCity web UI and REST API access to a VPN or SSO-gated reverse proxy to shrink the pool of accounts that can authenticate at all; the trade-off is added friction for remote contributors and CI integrations that call the REST API directly.
Path traversal in JetBrains TeamCity before 2023.11.4 enables remote attackers to perform a limited set of administrativ
Remote code execution in JetBrains TeamCity before 2026.1.3 and 2025.11.7 allows unauthenticated attackers to execute ar
In JetBrains TeamCity before 2023.11.4 authentication bypass allowing to perform admin actions was possible. Rated criti
In JetBrains TeamCity before 2023.05.4 authentication bypass leading to RCE on TeamCity Server was possible. Rated criti
In JetBrains TeamCity before 2023.11.3 authentication bypass leading to RCE was possible. Rated critical severity (CVSS
Remote code execution in JetBrains TeamCity before 2026.1.2 and 2025.11.6 allows an attacker to escape the Kotlin DSL sa
In JetBrains TeamCity before 2024.07 access tokens could continue working after deletion or expiration. Rated critical s
In JetBrains TeamCity before 2022.04.7, 2022.10.6, 2023.05.6, 2023.11.5 authentication bypass was possible in specific e
In JetBrains TeamCity before 2023.05 bypass of permission checks allowing to perform admin actions was possible. Rated c
JetBrains TeamCity before 2021.2.3 was vulnerable to OS command injection in the Agent Push feature configuration. Rated
In JetBrains TeamCity before 2021.2.1, XXE during the parsing of the configuration file was possible. Rated critical sev
In JetBrains TeamCity before 2021.1.4, GitLab authentication impersonation was possible. Rated critical severity (CVSS 9
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-33382
GHSA-pqrm-v5f6-j44f