Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2677+ Articles
165+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. News
  3. Attackers Breached JetBrains Cadence via Unpatched TeamCity, Extracting AWS Credentials
Attackers Breached JetBrains Cadence via Unpatched TeamCity, Extracting AWS Credentials
NEWS

Attackers Breached JetBrains Cadence via Unpatched TeamCity, Extracting AWS Credentials

JetBrains confirms its Cadence cloud service was breached via an unpatched, KEV-listed TeamCity RCE, exposing AWS IAM credentials and a 2024 server backup.

Dylan H.

News Desk

September 5, 2026
4 min read

JetBrains' Own CI/CD Server Went Unpatched

JetBrains has confirmed that its Cadence cloud development service — which lets developers run PyCharm-plugin-driven projects on cloud compute — was compromised after attackers exploited a critical, already-known vulnerability in TeamCity, the CI/CD server JetBrains uses to manage Cadence's cloud workloads. The irony wasn't lost on observers: JetBrains has spent months urging its own customers to patch TeamCity, while running an unpatched instance internally.


The Vulnerability

The attackers exploited CVE-2026-63077 (CVSS 9.8), an authentication-bypass flaw in TeamCity's agent polling protocol. It allows an unauthenticated attacker with HTTP access to the server to run arbitrary OS commands with the privileges of the TeamCity server process. The flaw was already under active exploitation in the wild before this incident, and CISA added it to the Known Exploited Vulnerabilities (KEV) catalog on August 5, 2026.


Timeline

DateEvent
August 5, 2026CISA adds CVE-2026-63077 to the KEV catalog
August 8, 2026Attacker activity begins against api.cadence.jetbrains.com
August 23, 2026JetBrains discovers the intrusion
August 24, 2026JetBrains shuts down the affected server

The api.cadence.jetbrains.com host ran unpatched for the TeamCity flaw for at least two and a half weeks after it was added to KEV — and for over two weeks of active attacker presence before discovery.


What Was Exposed

Attackers accessed and stole personal data belonging to Cadence users, and gained control of a full server backup dated 2024. That backup contained sensitive AWS IAM credentials and configuration data. JetBrains has separately confirmed compromise of several AWS IAM users and attacker access to files stored in its AWS S3 buckets, and says it is still investigating whether customer storage buckets were also accessed.

JetBrains warns that Cadence user data, source code, credentials, configuration, artifacts, logs, and execution outputs may have been exposed or affected.


JetBrains' Response

JetBrains has invalidated all access tokens for the PyCharm Cadence plugin and issued direct guidance to affected customers:

"Cadence users should immediately revoke or rotate all credentials and secrets that may have been used to run their Cadence executions."

The company is advising customers to treat all Cadence executions — including both inputs and outputs — as potentially untrusted, on the basis that any credentials or secrets referenced in Cadence or present in the compromised 2024 backup should now be considered compromised.


Why This Matters

This is a textbook illustration of supply-chain risk from your own tooling: a vendor that builds developer infrastructure was breached through the exact class of vulnerability — an unpatched, KEV-listed CI/CD server flaw — that security teams are routinely told to prioritize. For Cadence users, the blast radius extends well beyond JetBrains' own environment, since AWS credentials used inside Cadence executions may now be in attacker hands.


Recommended Actions

  1. If you use JetBrains Cadence, immediately rotate every credential and secret that was ever used in a Cadence execution — AWS keys, GitHub tokens, container registry credentials, and any other API keys.
  2. Treat all Cadence execution history as untrusted. Review inputs and outputs for the period around August 8–24, 2026 for signs of tampering or exfiltration.
  3. Audit connected AWS environments for unauthorized IAM users, unexpected policy changes, or unfamiliar S3 access patterns tied to credentials that touched Cadence.
  4. Check for unauthorized code changes or new service accounts in any environment connected to a Cadence project.
  5. Prioritize KEV-listed vulnerabilities on your own CI/CD infrastructure — this incident shows the gap between "patch is available" and "patch is applied" can be exploited within days, even by sophisticated vendors.

Sources

  • The Hacker News — Attackers Breached JetBrains Cadence via Unpatched TeamCity, Extracting AWS Credentials
#JetBrains#TeamCity#Data Breach#AWS#Supply Chain#CI/CD Security

Related Articles

CVE-2026-63077: JetBrains TeamCity Deserialization RCE Added to CISA KEV

JetBrains TeamCity contains a critical deserialization of untrusted data vulnerability allowing unauthenticated remote code execution via the agent polling protocol. CISA has added it to the Known Exploited Vulnerabilities catalog.

5 min read

UNC6426 Weaponizes Old nx npm Compromise to Seize AWS Admin Access

Threat actor UNC6426 leveraged stolen credentials from last year's nx npm supply chain attack to achieve full AWS administrator access at a victim...

6 min read

How to Secure GitHub Actions Workflows with OIDC, SHA

Harden your CI/CD pipeline by replacing long-lived secrets with OIDC short-lived tokens, pinning third-party actions to commit SHAs, enforcing...

13 min read
Back to all News