#AutoJack
"master chief's suit sucks him off with its autojack"

yeah well samus is her own family and she's pushing the threshold of identity
September 9, 2026 at 6:20 PM
Gooned out on that Autojack, dude almost forgot to pull it off to #nutt 💦💦💦

#bator #batorbro #b8bro #bate #cum #nutt

Follow @geekitbator.bsky.social for the hottest 💦💦💦
September 9, 2025 at 12:30 AM
AutoJack: no jailbreak, no prompt injection. Agent renders a page, page opens WebSocket to its own MCP endpoint, host RCE.

Agent did exactly what it was told. Architecture was the vulnerability.
https://www.microsoft.com/en-us/security/blog/2026/06/18/autojack-single-page-rce-host-running-ai-agent/
June 27, 2026 at 6:49 PM
Does anyone have that one meme of Katee Sackhoff dressed in armour awkwardly smiling with the caption "I Can't turn my suit's autojack off"?
August 17, 2026 at 6:23 PM
The sound design in this show is also so incredible... lots of old-school tape delay and spring reverb effects used creatively. The AutoJack jumping sound is a favorite, as are the Mammoth Car episode sfx
November 5, 2025 at 8:57 PM
A vulnerability chain dubbed AutoJack in Microsoft's AutoGen Studio interface for prototyping AI agents could let attackers manipulate an agent into executing arbitrary commands on its host system simply by visiting a malicious webpage.
Microsoft fixes AutoGen Studio flaw that enabled code execution
A vulnerability chain dubbed AutoJack in Microsoft's AutoGen Studio interface for prototyping AI agents could let attackers manipulate an agent into executing arbitrary commands on its host system simply by visiting a malicious webpage.
www.bleepingcomputer.com
June 22, 2026 at 5:29 PM
AutoJack – A Single Web Page Can Hijack Your AI Agent to Execute Malicious Code
AutoJack – A Single Web Page Can Hijack Your AI Agent to Execute Malicious Code
A critical exploit chain dubbed AutoJack that allows a single malicious web page to hijack Microsoft’s AutoGen Studio browsing agent and execute arbitrary code on the host machine without any user interaction beyond submitting a URL. AutoJack is a three-vulnerability exploit chain targeting AutoGen Studio, Microsoft Research’s open-source prototyping UI for multi-agent AI systems. The technique weaponizes the agent’s built-in web-browsing capabilities to cross the localhost trust boundary, turning the AI agent into an unwitting delivery vehicle for remote code execution (RCE). Researchers reported the findings to the Microsoft Security Response Center (MSRC), and the upstream main branch was hardened in commit b047730 . Crucially, the vulnerable MCP WebSocket surface was never included in any PyPI release, meaning developers who install AutoGen Studio via pip are not exposed to this specific chain. AutoJack Vulnerability Chain AutoJack chains three independent weaknesses in AutoGen Studio’s Model Context Protocol (MCP) WebSocket surface: CWE-1385 – Missing Origin Validation in WebSockets: The MCP WebSocket only accepts connections from http://127.0.0.1 or http://localhost . While this blocks a human browser tab on evil.com , it does not block JavaScript rendered by a headless browser owned by an AutoGen browsing agent — which inherits localhost identity, bypassing the check entirely. CWE-306 – Missing Authentication for Critical Function: AutoGen Studio’s authentication middleware explicitly skipped /api/mcp/* paths, assuming the WebSocket handler would enforce its own checks. It never did. As a result, the MCP WebSocket accepted unauthenticated connections regardless of the auth mode configured for the rest of the application. CWE-78 – OS Command Injection via server_params : The WebSocket endpoint accepted a server_params query parameter, base64-decoded it into a JSON blob, parsed it into StdioServerParams , and passed command + args directly to stdio_client() . With no executable allowlist in place, an attacker could supply calc.exe , powershell.exe -enc … , or bash -c '...' as the “MCP server.” The end-to-end flow is straightforward. A developer runs AutoGen Studio on localhost:8081 alongside a browsing agent — such as a web summarizer built with MultimodalWebSurfer . An attacker plants a malicious page (or tricks the user into submitting an attacker-controlled URL). The headless browser navigates to the page; its JavaScript opens a WebSocket to ws://localhost:8081/api/mcp/ws/<id>?server_params=<base64_payload> . Because the browsing agent runs locally, the origin check passes; because auth middleware skips /api/mcp/* , no token is required. AutoGen Studio decodes the payload and spawns the attacker-specified command under the developer’s account. In proof-of-concept testing, calc.exe launched on the developer’s desktop within seconds of the agent rendering the malicious page — initiated by the AutoGen Studio process itself, not the browser. Fixes Applied Microsoft’s maintainers addressed all three issues: Server-side parameter binding — server_params is no longer accepted via the URL; parameters are stored server-side and keyed by UUID. Auth skip list tightened — /api/mcp no longer bypasses middleware; all MCP routes now flow through standard authentication. These changes are live on the main branch as of commit b047730 (version 0.7.2 ). The published PyPI package ( autogenstudio 0.4.2.2 ) was confirmed to contain no mcp.py route file or StdioServerParams references. To defend against AutoJack-style attacks broadly: Treat any tool parameter reachable from model output as attacker-controlled. Never bind sensitive control planes to localhost without authentication — loopback is an attack surface for any agent on that machine. Allowlist executables that may be invoked as MCP servers. Isolate agent identity from developer identity using containers, separate OS users, or VMs. If building from main , use a build at or after commit b047730 . AutoJack highlights a concerning risk pattern that is developing across AI agent frameworks. This issue arises when an agent is able to browse untrusted content while also having the ability to communicate with privileged local services. In this case, the local environment can no longer be considered a secure boundary. To effectively mitigate this risk, it is essential to implement consistent control-plane authentication, enforce strict action allowlisting, and ensure identity isolation, regardless of the framework being utilized. Follow us on  Google News ,  LinkedIn , and  X  to Get More Instant Updates. The post AutoJack – A Single Web Page Can Hijack Your AI Agent to Execute Malicious Code appeared first on Cyber Security News .
cybersecuritynews.com
June 20, 2026 at 3:30 AM
AutoJack Attack Lets One Web Page Hijack AI Agent for Host Code Execution

Microsoft researchers have detailed an exploit chain, named AutoJack, that turns an AI browsing agent into a delivery vehicle for remote code execution.

Steer the agent to load an attacker's web…
#hackernews #microsoft #news
AutoJack Attack Lets One Web Page Hijack AI Agent for Host Code Execution
Microsoft researchers have detailed an exploit chain, named AutoJack, that turns an AI browsing agent into a delivery vehicle for remote code execution. Steer the agent to load an attacker's web page, and that page's JavaScript can reach a privileged local service on the same machine and spawn a process on the host. No credentials, no sign-in screen, and no further user interaction once
thehackernews.com
June 21, 2026 at 2:16 AM
AutoJack Attack Lets One Web Page Hijack AI Agent for Host Code Execution #cybersecurity #hacking #news #infosec #security #technology #privacy thehackernews.com/20...
June 20, 2026 at 6:14 PM
The AutoJack exploit chain in AutoGen Studio proves that AI browsing agents are our next massive attack surface. By chaining MCP WebSocket auth bypasses with raw URL param execution, a single malicious webpage achieves full RCE. We must architect for hostile AI agency now. #InfoSec 🛡️
June 20, 2026 at 1:20 AM
🤖 AIエージェントが悪意あるページを**1枚見ただけ**でホストPCが乗っ取られる——

Microsoftが公開した新攻撃「AutoJack」はそんな恐ろしいRCEチェーン。
AIブラウジングエージェントを使っているなら、他人事じゃない。

詳しくはこちら👇
https://www.ebisuda.net/tech/2026/06/19/autojackweb1aipcrcemicrosoft-autojack-how-a-single-page-can-rce-the-host-running/

#TechNews #Microsoft365
June 19, 2026 at 6:54 AM
-FortiBleed also targeted MSSQL and Sophos
-New Bluekit PhaaS
-APT campaign targets Thailand's health sector
-New Squidbleed vulnerability
-New AutoJack technique
-GNU Savannah security update
-Security Fest 2026 videos
-Cisco buys WideField Security
June 22, 2026 at 9:04 AM
📰 Microsoft Tambal Celah Keamanan AutoGen Studio yang Picu Eksekusi Kode Jarak Jauh

👉 Baca artikel lengkap di sini: https://ahmandonk.com/2026/06/23/microsoft-tambal-celah-keamanan-autogen-studio/

#aiA
ge#aiAgentf#artificialIntelligenceg#autogenStudioj#autojacka#keamananSibern#mkerentananKeamanan" class="hover:underline text-blue-600 dark:text-sky-400 no-card-link">#kerentananKeamanan
June 23, 2026 at 4:25 AM
AutoJack Attack Lets One Web Page Hijack AI Agent for Host Code Execution thehackernews.com/2026/06/auto...
AutoJack Attack Lets One Web Page Hijack AI Agent for Host Code Execution
Microsoft details AutoJack exploit chain targeting AutoGen Studio MCP WebSocket in pre-release builds, enabling unauthenticated AI agent command execu
thehackernews.com
June 21, 2026 at 8:31 AM
Microsoft fixes AutoGen Studio flaw that enabled code execution

A vulnerability chain dubbed AutoJack in Microsoft's AutoGen Studio interface for prototyping AI agents could let attackers manipulate an agent into executing arbitrary commands on its host system simply b…
#hackernews #microsoft #news
Microsoft fixes AutoGen Studio flaw that enabled code execution
A vulnerability chain dubbed AutoJack in Microsoft's AutoGen Studio interface for prototyping AI agents could let attackers manipulate an agent into executing arbitrary commands on its host system simply by visiting a malicious webpage. [...]
www.bleepingcomputer.com
June 23, 2026 at 2:01 PM
Microsoft researchers reveal AutoJack: an exploit chain that uses an AI browsing agent to deliver remote code. Just load a malicious page, no login needed.
AutoJack Attack Lets One Web Page Hijack AI Agent for Host Code Execution
Microsoft details AutoJack exploit chain targeting AutoGen Studio MCP WebSocket in pre-release builds, enabling unauthenticated AI agent command execu
thehackernews.com
June 21, 2026 at 7:29 AM
WebページがAIエージェントを悪用し、ホスト上でコードを実行させるAutoJack脆弱性をMicrosoftが発見。ユーザー操作不要で機密情報が漏洩する恐れ。
AutoJack Attack Lets One Web Page Hijack AI Agent for Host Code Execution
Microsoft details AutoJack exploit chain targeting AutoGen Studio MCP WebSocket in pre-release builds, enabling unauthenticated AI agent command execu
thehackernews.com
June 19, 2026 at 5:12 PM
The risk isn't the LLM itself; it's the orchestration layer. AutoJack exploited Model Context Protocol (MCP) implementations, turning an agent’s web-browsing capability into an open pipe for remote code execution. If your dev teams are building custom agents, this is your blind spot.
June 20, 2026 at 1:20 AM
AutoJack shows how a single web page can hijack an AI browsing agent and trigger host code execution through AutoGen Studio’s MCP WebSocket in pre-release builds. #AutoJack #AutoGenStudio #Microsoft
AutoJack Attack Lets One Web Page Hijack AI Agent for Host Code Execution
Microsoft researchers described AutoJack, an exploit chain that can turn an AI browsing agent into a remote code execution path by abusing AutoGen Studio’s MCP WebSocket surface. The issue affected only pre-release builds 0.4.3.dev1 and 0.4.3.dev2, while the stable PyPI release 0.4.2.2 was not exposed; the fix is in GitHub main...
www.hendryadrian.com
June 19, 2026 at 8:00 PM
Research into AutoGen Studio identified an attack chain that could allow attacker-controlled web content rendered by a browsing agent to trigger arbitrary process execution on the host. msft.it/63328vl4u4
AutoJack: How a single page can RCE the host running your AI agent  | Microsoft Security Blog
AutoJack is a novel exploit chain showing how a single malicious webpage can turn an AI browsing agent into a remote code execution vector on the host machine. By abusing trust in localhost, missing authentication, and unsafe parameter handling, attackers can trigger arbitrary process execution through AutoGen Studio’s MCP WebSocket. The research highlights a broader pattern - when agents can browse untrusted content and access local services, traditional boundaries like localhost are no longer secure.
msft.it
June 19, 2026 at 1:22 AM