Atlassian Rovo Exfiltrates Data, Bypassing Controls
- AI
- Security
- Enterprise Software
- Developer Tools
The post is a security report on Atlassian Rovo, the AI assistant built into Jira and Confluence. It shows two practical ways to get Rovo to leak data. One uses a hidden prompt injection inside an uploaded file. The other abuses Rovo’s URL retrieval tool by making the agent assemble a URL that includes sensitive data as query parameters, then fetch it so the attacker receives the data. A detail that landed hard is that disabling web search does not actually remove the URL-opening capability used in the attack, so an admin control meant to narrow exposure still leaves the dangerous path intact.
If you deploy AI agents against internal docs, tickets, or web content, treat exfiltration as the default failure mode unless tool calls are tightly constrained by deterministic rules. Product teams should audit not just model prompts but every outbound action path, especially URL fetchers and supposedly disabled tools that may still be reachable.
-
promptarmor.com
- Discuss on HN