// 1 ZERO-DAY IN THE LAST 24H→
CISA updated the KEV catalog on September 23, 2026, designating CVE-2026-63077 as "Known" for ransomware use. The critical authentication bypass in JetBrains TeamCity On-Premises — patched in late July but still found on roughly 160 exposed servers — shifts from a manageable risk to an immediate operational threat to software supply chains.

On September 23, 2026, the Cybersecurity and Infrastructure Security Agency modified the CVE-2026-63077 entry in the Known Exploited Vulnerabilities catalog, updating the "Known To Be Used in Ransomware Campaigns" field to "Known." The critical authentication bypass in JetBrains TeamCity On-Premises — patched in late July but still present on approximately 160 exposed servers — moves from manageable risk to immediate operational threat for software infrastructure.

Key Takeaways
  • CISA updated the KEV on September 23, 2026, to flag that CVE-2026-63077, an authentication bypass with CVSS 9.8 in TeamCity, is exploited in active ransomware campaigns.
  • The vulnerability enables unauthenticated RCE via the agent polling protocol, with an untrusted data deserialization mechanism classified as CWE-502 per the NVD record.
  • JetBrains released patches on July 25–27, 2026, for versions 2025.11.7 and 2026.1.3; CISA had already added the CVE to the KEV on August 5 with a federal deadline of August 8.
  • Shadowserver detects roughly 160 unpatched TeamCity servers still exposed on the internet, down from 700 initially detected.

KEV Designation Shifts: From Exploited to Ransomware-Specific

On August 5, 2026, CISA had already included CVE-2026-63077 in the KEV catalog with a three-day federal patching deadline. The September 23 change does not concern a new vulnerability discovery, but a risk reclassification: the same flaw is now labeled as an active tool in the hands of ransomware operators. According to BleepingComputer, since 2023 CISA has flagged four TeamCity vulnerabilities in the KEV, and all four have subsequently been linked to ransomware campaigns.

This historical pattern is significant. Continuous integration servers host deployment credentials, repository access tokens, code-signing keys, and pipeline configurations. Their compromise extends beyond a data breach: it enables build artifact manipulation and malicious code injection into distributed software.

Technical Mechanism: Deserialization via Agent Polling

The NVD record for CVE-2026-63077 assigns a CVSS 3.1 score of 9.8 with vector AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H. The CWE-502 classification indicates deserialization of untrusted data. The root-cause analysis published by Rapid7 on August 7, 2026, identifies the issue in an overly permissive XStream allowlist in the TeamCity agent polling protocol: the absence of NoTypePermission.NONE allows deserialization of arbitrary objects.

"JetBrains TeamCity contains a deserialization of untrusted data vulnerability that could allow unauthenticated remote code execution via the agent polling protocol" — CISA, reported by The Hacker News

An unauthenticated attacker can send serialized payloads through the agent polling protocol, bypass authentication checks, and execute arbitrary commands on the system with the privileges of the TeamCity server process. Per the JetBrains advisory reported by BleepingComputer, the attacker gains "arbitrary operating system commands with the privileges of the TeamCity server process."

Timeline and Confirmed Exploitation

JetBrains released patches for versions 2025.11.7 and 2026.1.3 between July 25 and 27, 2026. On August 8, 2026, JetBrains confirmed in-the-wild exploitation through its own advisory. Rapid7 published technical analysis and proof-of-concept on August 7. The windowsforum.com source, which explicitly acknowledges relying on BleepingComputer for the ransomware news, notes that the ransomware designation represents a "change in the KEV field, not a new exploitation" — an operationally relevant distinction for security teams.

The JetBrains Cadence case, mentioned in some analyses, is not labeled as ransomware and is a separate event from the CISA designation of September 23. The dossier does not specify whether the ransomware exploitation is distinct from or overlaps with the generic exploitation confirmed in August, nor does it identify the ransomware group involved.

Immediate Actions

  • Immediately verify the TeamCity On-Premises version in production: builds 2025.11.7 and 2026.1.3 or later remediate the vulnerability per the vendor advisory.
  • Isolate or monitor servers still exposed on the internet: Shadowserver detects roughly 160 unpatched instances, each a potential supply-chain compromise vector.
  • Review build artifacts distributed during the July–September 2026 window: compromise of a CI/CD server may have introduced unauthorized modifications into compiled code.
  • Reconstruct the TeamCity server access timeline to identify potential anomalous activity prior to patch application, given the confirmation of in-the-wild exploitation from August 8.

Why Build Servers Are the New Preferred Target

The specific ransomware designation transforms the risk calculus. This is no longer a vulnerability to schedule in the ordinary patching cycle, but an attack vector with software supply chain impact. CI/CD servers represent a higher-value target than endpoint systems: a single compromise exposes not only corporate data, but trust in products delivered to customers.

The drop from roughly 700 to roughly 160 exposed servers signals that many organizations responded to the initial August alert. The remaining 160, however, are active nodes in a threat network that CISA has now explicitly classified as ransomware. For these, the absence of a patch is no longer an acceptable risk: it is a condition of an ongoing incident.

Sources

Information verified against cited sources and current as of publication.

Sources


Sources and references
  1. bleepingcomputer.com
  2. daily.dev
  3. blog.netmanageit.com
  4. windowsforum.com
  5. thehackernews.com
  6. tech-insider.org
  7. nvd.nist.gov
  8. cisa.gov