Critical TeamCity Flaw Could Let Attackers Run OS Commands Without Logging In
A critical vulnerability (CVE-2026-63077, CVSS 9.8) in TeamCity On-Premises allows unauthenticated remote code execution via the agent polling protocol, bypassing authentication checks. The flaw affects all on-premise versions and was patched in versions 2025.11.7 and 2026.1.3; a security patch plugin is also available for older versions (2017.1+). No evidence of exploitation in the wild, but JetBrains recommends upgrading to the latest version and implementing additional security layers like VP
Analysis
TL;DR
- A critical vulnerability (CVE-2026-63077, CVSS 9.8) in TeamCity On-Premises allows unauthenticated remote code execution via the agent polling protocol, bypassing authentication checks.
- The flaw affects all on-premise versions and was patched in versions 2025.11.7 and 2026.1.3; a security patch plugin is also available for older versions (2017.1+).
- No evidence of exploitation in the wild, but JetBrains recommends upgrading to the latest version and implementing additional security layers like VPNs or restricting internet-facing access.
- The vulnerability could lead to data exposure, credential theft, or server state modification depending on the privileges of the TeamCity server process.
Why It Matters
This vulnerability poses a severe risk to CI/CD pipelines and DevOps environments, as it enables attackers to execute arbitrary commands without authentication—potentially compromising entire development workflows and sensitive infrastructure. For AI practitioners and enterprise teams relying on automated build systems, this underscores the importance of securing internal tools against remote exploits, especially when exposed to the internet. Prompt patching and network hardening are essential to prevent supply chain attacks or lateral movement within secure environments.
Technical Details
- Vulnerability type: Unauthenticated remote code execution (RCE) via the agent polling protocol in TeamCity On-Premises.
- Affected versions: All TeamCity On-Premises versions prior to 2025.11.7 and 2026.1.3.
- Patch availability: Fixed in versions 2025.11.7 and 2026.1.3; a dedicated security patch plugin released for versions 2017.1+.
- Exploitation vector: HTTP(S) access to TeamCity servers; no login required to trigger the flaw.
- Impact: Full system compromise possible if the TeamCity server process runs with elevated privileges; potential exposure of configurations, credentials, and stored data.
- Discovery credited to Antoni Tremblay, reported on July 10, 2026.
Industry Insight
Organizations using TeamCity should prioritize immediate upgrades or apply the patch plugin, even if they believe their instances are isolated—since any internet-facing entry point increases risk. This incident highlights the growing need for zero-trust architectures in DevOps tooling, where authentication and network segmentation must be enforced rigorously. As CI/CD platforms become central to software delivery—including AI model training pipelines—security updates must be treated with the same urgency as application patches to prevent cascading breaches across development and deployment ecosystems.
Disclaimer: The above content is generated by AI and is for reference only.