AutoJack Attack Lets One Web Page Hijack AI Agent for Host Code Execution Vulnerability
Key Facts
- Microsoft made a similar localhost argument in its Semantic Kernel RCE research, tracked as CVE-2026-26030 and CVE-2026-25592.
- Microsoft researchers have detailed an exploit chain, named AutoJack, that turns an AI browsing agent into a delivery vehicle for remote code execution.
- A plain pip install autogenstudio pulls the current stable release, 0.4.2.2, the build Microsoft inspected, and it has no Model Context Protocol (MCP) route at all.
- What to do A plain pip install autogenstudio gives you 0.4.2.2, which has no MCP route, so you are not affected.
- The flaw sits in AutoGen Studio, the open-source prototyping interface for Microsoft Research's AutoGen multi-agent framework.
- But the vulnerable handler did ship to PyPI, in two pre-release builds, 0.4.3.dev1 and 0.4.3.dev2.
- Microsoft describes this as research, not an active campaign, and reported no exploitation in the wild.
- The proof of concept used a "Web Content Summarizer" agent that, when fed an attacker URL, pops calc.exe on the developer's desktop, launched by the AutoGen Studio process.
- If you installed a pre-release, you have the vulnerable handler and no patched PyPI build to move to.
- The AutoGen Studio bugs are patched in the source.
Microsoft made a similar localhost argument in its Semantic Kernel RCE research, tracked as CVE-2026-26030 and CVE-2026-25592. The issue is tracked as CVE-2026-26030, CVE-2026-25592. Microsoft researchers have detailed an exploit chain, named AutoJack, that turns an AI browsing agent into a delivery vehicle for remote code execution.
The Vulnerability
A plain pip install autogenstudio pulls the current stable release, 0.4.2.2, the build Microsoft inspected, and it has no Model Context Protocol (MCP) route at all.
Further details indicate that what to do A plain pip install autogenstudio gives you 0.4.2.2, which has no MCP route, so you are not affected.
The flaw sits in AutoGen Studio, the open-source prototyping interface for Microsoft Research’s AutoGen multi-agent framework.
But the vulnerable handler did ship to PyPI, in two pre-release builds, 0.4.3.dev1 and 0.4.3.dev2.
“was never included in a PyPI release.”, Spokesperson
Technical Details
CVEs:
From a technical standpoint, the vulnerability presents several concerns:
Microsoft describes this as research, not an active campaign, and reported no exploitation in the wild.
Risk & Exposure
That is the basis for Microsoft’s statement that the vulnerable MCP WebSocket surface “was never included in a PyPI release.” It holds for the stable build. But the vulnerable handler did ship to PyPI, in two pre-release builds, 0.4.3.dev1 and 0.4.3.dev2. But a browsing agent running on the same box is localhost, so anything it loads inherits that localhost identity and passes the check.
Timeline
| Date | Event | |, , |, , -| | 0477 | There is still no PyPI build carrying the main-branch hardening for them; the fixed code is in GitHub main at commit … | | 0477 | Microsoft reported the behavior to the Microsoft Security Response Center, and the maintainers hardened the main bran… |
Patching & Remediation
-
There is still no PyPI build carrying the main-branch hardening for them; the fixed code is in GitHub main at commit b047730.
-
First, the socket trusted localhost, a check meant to block a normal browser pointed at a malicious site.
-
It never did, so the socket accepted unauthenticated connections regardless of the configured auth mode.
-
The fixed handler no longer reads the command from the URL; parameters are stored server-side behind a one-time session ID, and unknown IDs are refused.
-
If you installed a pre-release, you have the vulnerable handler and no patched PyPI build to move to.
-
The AutoGen Studio bugs are patched in the source.
Analysis
This disclosure adds to a growing pattern of significant vulnerabilities affecting enterprise infrastructure. As AI tooling proliferates, security teams face expanding attack surfaces tied to model inference and data pipelines.
Security teams should monitor vendor advisories and threat intelligence sources closely for additional context or updates. Organizations with mature security programs are advised to incorporate this intelligence into their regular risk assessments and prioritize response activities based on exposure and asset criticality. For environments where immediate remediation is not feasible, compensating controls such as network segmentation, enhanced monitoring, and access restrictions should be evaluated. Security leadership should communicate relevant details to operational teams and ensure that incident response capabilities are prepared if exploitation is observed in the wild.
Sources
Sources & References
- CVE-2026-26030 — NIST National Vulnerability Database entry. https://nvd.nist.gov/vuln/detail/CVE-2026-26030
- CVE-2026-25592 — NIST National Vulnerability Database entry. https://nvd.nist.gov/vuln/detail/CVE-2026-25592
- CVE-2026-26030 — Microsoft advisory. https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-26030
- CVE-2026-25592 — Microsoft advisory. https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-25592
- CVE-2026-26030 — National Vulnerability Database
- CVE-2026-25592 — National Vulnerability Database
SecurityXP delivers daily cybersecurity news, vulnerability analysis, data breach reports, and threat intelligence.
Security Digest
Get the latest cybersecurity news, vulnerability alerts, and threat intelligence delivered to your inbox.
Related Articles
Week in review: 74k Fortinet firewall credentials stolen, Splunk Enterprise RCE under active attack
Microsoft working on patch for RoguePlanet Defender zero-day (CVE-2026-50656) Microsoft has acknowledged the local elevation of privilege issue in Microsoft...
Vulnerabilities & ExploitsMicrosoft Confirms RoguePlanet Zero-Day in Defender, Patch Under Development Vulnerability
I think it even works in the case of passive mode, but not really sure, haven't tested that." Microsoft told The Hacker News last week that it's aware of the...
Vulnerabilities & ExploitsMicrosoft June 2026 Security Updates
Microsoft's Urgent Security Update Microsoft has just released a massive security update, fixing 204 vulnerabilities, including 38 critical ones. This is a...
Vulnerabilities & ExploitsHitachi Energy e-mesh EMS Vulnerability (CVE-2026-42945)
The following versions of Hitachi Energy e-mesh EMS are affected: - Hitachi Energy e-mesh EMS 4.1.6, 4.4.2, 4.7.0 Background - Critical Infrastructure...