LIVE · cybersecurity feed
Live wire
Metabase Zero-Day Exploited in the Wild, Exposing Admin Access and Sensitive DataCritical One-Click Vulnerability in Atlassian’s Rovo AI Exposed Enterprise DataCVE-2026-8037 · CISA Adds Progress LoadMaster Command Injection Flaw to KEV CatalogSensitive Info Goes Into ‘No Reply’ Emails Constantly. This Guy Sees It AllAtlassian Rovo Can Be Tricked Into Sending Jira and Confluence Data to AttackersNew CSS Attacks Can Break Webmail Defenses to Steal Passwords and TokensCVE-2023-38646 · Metabase Zero-Day Exploited in Wild Allows Admin Access Without AuthenticationCVE-2026-18577 · N-able Issues N-central Hotfix 2 as Attackers Reach Managed Systems and PersistCVE-2026-8037 · Progress Kemp LoadMaster Flaw Hits CISA KEV After 792 Reported Exploit AttemptsLiving off the coding agent: Two tales of tunnels and LaunchAgents
CVE-2026-63077critical

Rapid7 Analysis: Unauthenticated Remote Code Execution in JetBrains TeamCity (CVE-2026-63077)

JetBrains TeamCity is affected by CVE-2026-63077, a critical vulnerability allowing unauthenticated remote code execution. An attacker can exploit the agent polling protocol to execute OS commands with the privileges of the TeamCity server process. While initially not known to be exploited, CISA has confirmed its use in the wild.

zeroday.news ·

On July 27, 2026, JetBrains issued a security advisory for CVE-2026-63077, a critical unsafe deserialization vulnerability affecting its TeamCity product. This flaw allows an unauthenticated attacker to achieve remote code execution by exploiting the agent polling protocol. An attacker capable of reaching a TeamCity server via HTTP or HTTPS can execute operating system commands with the privileges of the TeamCity server process.

Initially, JetBrains reported no evidence of active exploitation. However, by August 5, 2026, the vulnerability was added to the CISA Known Exploited Vulnerabilities (KEV) catalog, confirming its active exploitation in the wild.

The vulnerability stems from how TeamCity, specifically versions prior to 2026.1.3, handles Java deserialization using the XStream library. TeamCity utilizes a central server to coordinate builds and separate build agents to execute them. Agents communicate with the server via an agent polling protocol, which operates over endpoints under `/app/agents/v1`. This communication channel is distinct from the TeamCity web interface or REST API, and access to many agent endpoints is unauthenticated.

XStream is a Java library designed to convert object graphs to XML and reconstruct them from XML. The core issue lies in TeamCity's wrapper for XStream, `jetbrains.buildServer.messages.XStreamHolder`. In vulnerable versions, such as 2026.1.2, this wrapper configures an XStream instance and then calls `setupSecurityIfNeeded()`. This method adds TeamCity's specific allowlist entries to XStream's default permissions without first clearing them.

The bundled XStream version 1.4.20.3, upon initialization, already permits several broad type hierarchies by default, including `Map` and `Throwable`. Because TeamCity's allowlist is appended to these existing permissions, rather than replacing them, the system does not operate on a deny-by-default baseline. This allows for unsafe deserialization.

The patch, implemented in TeamCity version 2026.1.3, addresses this by explicitly clearing XStream's default permissions before adding TeamCity's allowlist. The `setupSecurityIfNeeded()` method now includes a call to `xStream.addPermission(NoTypePermission.NONE)` if a new `isWhiteListForced` property is true, which it is by default. This ensures that the allowlist operates from an empty permission set, effectively removing the broad default permissions like `Map` and `Throwable`.

Permitting broad type hierarchies like `Map` and `Throwable` covers numerous implementations and subclasses. This exposure, combined with XStream's reflection converter handling of declared fields and object references, provides sufficient callbacks to construct a gadget chain for exploitation. An attacker can leverage XPath references within the XML object graph to reuse allocated objects without additional type checks, facilitating the deserialization of malicious payloads.

jetbrainsteamcityrcedeserializationcve
ShareXLinkedInWhatsAppFacebook

More News

view all →
breach

Hackers breach TrueConf to trojanize client installers with backdoors

The Head Mare hacktivist group has been exploiting vulnerabilities in unpatched TrueConf video conferencing servers to replace client installers with malicious versions that deliver backdoors. [...]

cybersecurity

China Launches Cybersecurity Review of Palo Alto Networks Products

China's Cyberspace Administration has initiated a cybersecurity review of Palo Alto Networks' products sold within the country, citing national security concerns. The review, based on national security and cybersecurity laws, lacks specific details regarding the reasons or potential impact. Palo Alto Networks has stated that its operations and product delivery in the region remain unaffected for now.

ai

Devs to Anthropic, OpenAI, Cursor, and friends: Make security and privacy the default

Researchers scour social media to measure developer concerns about AI coding tools

vulnerabilityhigh

Metabase Zero-Day Exploited in the Wild, Exposing Admin Access and Sensitive Data

Attackers exploited a CVSS 10 Metabase zero-day to gain admin access and steal sensitive data. Framework confirmed it was among the victims. Metabase just confirmed something no analytics vendor wants to write: attackers found and used an unpatched, maximum-severity flaw against Metabase Cloud before anyone on the defense side knew it existed. The company’s own […]

breachcritical

Critical One-Click Vulnerability in Atlassian’s Rovo AI Exposed Enterprise Data

The RovoBlast attack method identified by Varonis researchers could have been exploited to steal Confluence, Jira and SharePoint data. The post Critical One-Click Vulnerability in Atlassian’s Rovo AI Exposed Enterprise Data appeared first on SecurityWeek.

CVE-2026-8037critical

CISA Adds Progress LoadMaster Command Injection Flaw to KEV Catalog

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has added a critical vulnerability in Progress LoadMaster products to its Known Exploited Vulnerabilities catalog. This OS command injection flaw, tracked as CVE-2026-8037, allows unauthenticated attackers to execute arbitrary commands remotely. Exploitation attempts were observed as early as June 29, 2026, shortly after a proof-of-concept exploit became available.