Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
CISA Warns of Actively Exploited Critical WordPress Core SQL Injection Flaw
July 22, 2026
FBI Warns of AI Deepfake Scams and Fake IC3 Sites Targeting Fraud Victims
July 22, 2026
Critical Zimbra CVE-2024-28902 flaw lets attackers inject commands
July 22, 2026
Home/CyberSecurity News/Critical Azure DevOps Vulnerability Exposes AI Agents to Data Theft
CyberSecurity News

Critical Azure DevOps Vulnerability Exposes AI Agents to Data Theft

Key Takeaways A critical vulnerability in Microsoft’s Azure DevOps MCP server allows attackers to hijack AI coding assistants. The flaw exploits hidden HTML comments within pull request...

Emy Elsamnoudy
Emy Elsamnoudy
July 22, 2026 4 Min Read
4 0

Key Takeaways

  • A critical vulnerability in Microsoft’s Azure DevOps MCP server allows attackers to hijack AI coding assistants.
  • The flaw exploits hidden HTML comments within pull request descriptions to execute malicious commands.
  • Attackers can leverage a victim’s AI agent to exfiltrate sensitive data from otherwise inaccessible projects.
  • While Microsoft has acknowledged the issue, no CVE has been assigned, and a patch is not yet available.

Critical Azure DevOps Flaw Enables AI Agent Data Theft via Hidden PR Comments

A recently uncovered security vulnerability within Microsoft’s official Azure DevOps MCP server presents a significant risk, demonstrating how an attacker can covertly manipulate a developer’s AI coding assistant. This manipulation transforms the AI agent into an instrument for data exfiltration, all initiated by an invisible comment embedded within a pull request (PR).

Table Of Content

  • Key Takeaways
  • Critical Azure DevOps Flaw Enables AI Agent Data Theft via Hidden PR Comments
  • How the Attack Works: Indirect Prompt Injection
  • Azure DevOps MCP Vulnerability: A “Confused Deputy” Problem
  • What You Should Do

Researchers at Manifold Security identified this critical flaw, which permits an attacker with access to even a single project to direct a victim’s AI agent. This redirection enables the agent to steal sensitive data from other projects that the attacker would ordinarily be unable to access directly.

How the Attack Works: Indirect Prompt Injection

The Azure DevOps MCP server provides AI agents with access to various development artifacts, including pull requests, pipelines, wikis, and work items, allowing the agent to interact with these on a user’s behalf. Given that Azure DevOps PR descriptions support Markdown, an attacker can strategically embed malicious instructions within an HTML comment. While this comment remains invisible in the web user interface, the API returns its content verbatim.

When a developer instructs their AI agent to review such a pull request, the agent ingests this hidden text. It then proceeds to execute the embedded instructions as if they were legitimate commands, exemplifying a classic indirect prompt injection attack.

In a proof-of-concept demonstration, the Manifold Security researchers showed how an injected comment could compel a victim’s AI agent to approve a PR, trigger a pipeline in a completely separate “Payments” project, read a confidential wiki page within that project, and then post its contents back as a PR comment visible to the attacker. Crucially, the agent was simultaneously instructed not to disclose any of these actions to the human reviewer. Because the AI agent operates under the victim’s credentials, it gained access to data that the attacker themselves could not directly reach.

Azure DevOps MCP Vulnerability: A “Confused Deputy” Problem

This vulnerability is characterized as a “confused deputy” problem. In this scenario, a highly privileged entity – the AI agent – is tricked into misusing its own authorized access on behalf of an unauthorized third party. The privilege escalation is particularly effective because PR reviewers, who are often more senior and possess broader project access than the original contributors, effectively have their authority co-opted through text that they never visually perceive.

Microsoft had previously recognized the potential for this type of risk. The Azure DevOps MCP server implements a defense mechanism called “spotlighting.” This feature wraps untrusted external content within specific delimiters, helping the AI model differentiate between data and instructions. However, this fix, introduced in PR #1062, was applied to tools handling pipeline and wiki content but crucially omitted from the tool responsible for returning PR descriptions. This oversight created the precise entry point exploited by attackers.

Manifold Security reported the issue to the Microsoft Security Response Center (MSRC), which has acknowledged and triaged the vulnerability. As of this publication, a CVE identifier has not been assigned, and a patch has not yet been released.

Researchers connect this incident to Simon Willison’s “lethal trifecta” framework for assessing agentic risk. This framework highlights three critical elements: access to private data, exposure to untrusted content, and an available channel for data exfiltration. Any AI agent combining these three factors, precisely as the Azure DevOps MCP server does, can be weaponized against its owner through a single piece of poisoned text.

What You Should Do

For security teams overseeing AI agents connected to Azure DevOps MCP, the following mitigation steps are recommended:

  • Implement the principle of least privilege by scoping agent tokens strictly to the project under review.
  • Ensure that only the specific MCP tool domains absolutely necessary for a given task are loaded, utilizing available scoping flags.
  • Exclude pipeline execution, wiki read permissions, and comment-posting capabilities from tool sets designed solely for code review.
  • Routinely audit pull request descriptions for any hidden HTML comments and meticulously review agent tool-call traces for any unexpected cross-project activity.

The core insight from this vulnerability is that while each individual action taken by the AI agent might appear authorized, the danger stems from the malicious sequence and hidden intent. This underscores the necessity for continuous visibility into agent-driven automation, rather than relying solely on one-time code audits.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackCVESecurityVulnerability

Share Article

Emy Elsamnoudy

Emy Elsamnoudy

Emy is a cybersecurity analyst and reporter specializing in threat hunting, defense strategies, and industry trends. With expertise in proactive security measures, Emily covers the tools and techniques organizations use to detect and prevent cyber attacks. She is a regular speaker at security conferences and has contributed to industry reports on threat intelligence and security operations. Emily's reporting focuses on helping organizations improve their security posture through practical, actionable insights.

Previous Post

Researcher Leaks 204 Zero-Day Exploits Before Patches Issued

Next Post

Critical Zimbra CVE-2024-28902 flaw lets attackers inject commands

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
Hackers Steal Microsoft 365 Sessions Via Compromised Outlook Accounts
July 22, 2026
Spain Fines 23andMe €2.4M for 6.9M User Data Breach
July 22, 2026
Yubico YubiKey 5.8 Update Adds Secure Enterprise Workflows
July 22, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
Emy Elsamnoudy
Emy Elsamnoudy
David kimber
David kimber
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Released to Detect MongoDB Vulnerability(CVE-2025-14847)

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us