Atlassian Rovo Assistant Vulnerable to Data Exfiltration via Prompt Injection
Atlassian's Rovo assistant can be tricked into exfiltrating sensitive Jira and Confluence data through two distinct prompt injection vulnerabilities, one of which remains unpatched.

Atlassian's Rovo assistant, an AI-powered tool designed to streamline workflows across Jira and Confluence, is susceptible to data exfiltration attacks, security researchers have revealed. Two separate security firms, PromptArmor and Varonis Threat Labs, independently discovered vulnerabilities that allow attackers to trick Rovo into sending sensitive user data to malicious servers. The core of these attacks lies in prompt injection, where malicious instructions are embedded within content that Rovo processes, causing the assistant to execute unintended actions with the privileges of the signed-in user.
PromptArmor detailed a method where attackers can hide malicious instructions within uploaded documents. When a user asks Rovo to process this document, the AI assistant can be manipulated to collect internal Jira and Confluence data accessible to the user and then exfiltrate it via a URL request to an attacker-controlled server. This attack vector reportedly bypasses Rovo's web-search disabling feature, indicating a deeper flaw in how Rovo handles external data sources. PromptArmor disclosed this issue to Atlassian on May 23, 2026, but as of August 8, 2026, their report indicated the vulnerability was still present, with no confirmed patch for this specific path.
Varonis Threat Labs identified a second vulnerability, dubbed "RovoBlast," which involves embedding malicious instructions within a URL. By preloading attacker instructions into Rovo Chat via the rovoChatPrompt URL parameter, a single click from an authenticated user could trigger Rovo to execute these commands. This allowed Rovo to access and send sensitive data, such as private API keys from Confluence or data from Jira, to an attacker-controlled server. Atlassian addressed this specific vulnerability server-side on July 8, 2026, and the fix was validated by the reporter.
Neither of the discovered vulnerabilities requires a traditional software patch that end-users can apply. The RovoBlast flaw was fixed by Atlassian on their servers. For the content-borne injection method, the mitigation suggested by PromptArmor involves carefully scoping which applications and user groups are permitted to use Rovo, rather than a direct code fix. This highlights the challenges in securing AI assistants that operate across multiple integrated services.
The PromptArmor attack chain is a form of indirect prompt injection. The malicious instructions are not directly given to Rovo but are concealed within data it is asked to process. When Rovo interprets this data, it mistakenly treats parts of it as commands. For instance, a user might ask Rovo to organize Jira tickets, unaware that the document they uploaded contains hidden directives causing Rovo to search Jira and Confluence, append the findings to an attacker's URL, and then open that URL. The exfiltrated data is then visible in the attacker's server logs.
While the PromptArmor attack is not strictly a zero-click exploit, as the victim must expose Rovo to the compromised content and initiate a request, the exfiltration step itself does not require separate human approval. The persistence of this vulnerability even with Rovo's web-search option disabled is particularly concerning, as it suggests Rovo's underlying data retrieval capabilities can be exploited independently of its web-browsing functions.
Neither of these vulnerabilities has been assigned a CVE identifier, and as of August 8, 2026, they were not listed in CISA's Known Exploited Vulnerabilities (KEV) catalog. The risk associated with these flaws is tied to the permissions of the signed-in user, meaning attackers can only access data that the victim user already has legitimate access to. However, in an environment where Rovo is deeply integrated across various Atlassian products and third-party applications, the reach of a single compromised account can be substantial.
Atlassian's Rovo assistant is enabled by default for users on Standard, Premium, and Enterprise plans. While administrators have options to disable Rovo features for specific apps or user groups, the complexity of these settings and the potential for data leakage underscore the need for vigilant security practices when deploying AI-powered tools within enterprise environments. The ongoing discovery of such vulnerabilities emphasizes the evolving threat landscape surrounding AI assistants and the critical need for robust security measures.
This new report from Varonis Threat Labs details a specific one-click vulnerability named RovoBlast, which leverages a URL parameter to inject malicious prompts directly into a user's live Rovo AI session. The exploit allows attackers to exfiltrate sensitive data from integrated services like Confluence, Jira, and SharePoint by chaining the prompt injection with Rovo's autonomous agent capabilities to pull and push data to the open web, a mechanism not detailed in the previous report.