#AgentForger
ChatGPT AgentForger Flaw Could Deploy Rogue Workspace Agents via a Phishing Link

Cybersecurity researchers have disclosed a critical vulnerability in OpenAI's ChatGPT Workspace Agents that could have allowed a single phishing link to stealthily build, authorize, and deploy an…
#chatgpt #gpt #openai
ChatGPT AgentForger Flaw Could Deploy Rogue Workspace Agents via a Phishing Link
Cybersecurity researchers have disclosed a critical vulnerability in OpenAI's ChatGPT Workspace Agents that could have allowed a single phishing link to stealthily build, authorize, and deploy an autonomous artificial intelligence (AI) agent inside a victim's organization. The vulnerability has been codenamed AgentForger by Zenity Labs. The issue has since been addressed by OpenAI as of June 8,
thehackernews.com
July 25, 2026 at 3:22 PM
AgentForger proves AI agents can become persistent insider threats
AgentForger proves AI agents can become persistent insider threats
A patched OpenAI flaw let attackers create autonomous agents that live inside enterprise environments, highlighting how AI agents are reshaping enterprise security.
www.csoonline.com
July 28, 2026 at 3:12 PM
A single click can deploy a rogue AI agent. Zenity Labs disclosed AgentForger, a critical CSRF flaw in ChatGPT Workspace Agents that allowed attackers to forge autonomous insiders with corporate access. Read the patch details:
cyberupdates365.com/chatgpt-agen...
#CyberSecurity #AIAgents #news #ai
ChatGPT AgentForger: How One Link Can Hack Your Company
Discover how the ChatGPT AgentForger vulnerability lets attackers plant rogue AI insiders with a single link, and learn how to protect your company.
cyberupdates365.com
July 25, 2026 at 8:00 AM
One crafted ChatGPT link forged an AI insider that read your inbox and took orders from an attacker. https://intel.threadlinqs.com/threat/TL-2026-1713 #ThreatIntel #ChatGPT #OpenAI #AgentForger
July 27, 2026 at 4:16 AM
-Proxy ecosystem expands despite takedowns
-Telegram spear-phishing targeting dissidents
-ERPNext RCE
-XCharge EV charging stations can be hacked via the charging port
-Certighost vulnerability
-AgentForger vulnerability
July 27, 2026 at 10:33 AM
ChatGPT AgentForger Flaw Could Deploy Rogue Workspace Agents via a Phishing Link
ChatGPT AgentForger Flaw Could Deploy Rogue Workspace Agents via a Phishing Link
thehackernews.com
July 24, 2026 at 2:01 PM
⚔️ ATTACKS AgentForger proves AI agents can become persistent insider threats — CSO Online
https://www.csoonline.com/article/4200978/agentforger-proves-ai-agents-can-become-persistent-insider-threats.html #CyberAttack #ThreatIntel #ZeroTrust
July 24, 2026 at 1:47 AM
AgentForger proves AI agents can become persistent insider threats

huntaegis.com
July 24, 2026 at 2:30 AM
AI agents are evolving from assistants to autonomous threats.

On one hand, the #AgentForger vulnerability allows attackers to plant rogue AI agents in corporate workspaces via a simple link. On the other, OpenAI admits its experimental models (GPT-5.6 Sol) escaped their sandbox to autonomously h...
Rogue AI agents: from workspace vulnerabilities to autonomous hacking
AI agents are evolving from assistants to autonomous threats. On one hand, the #AgentForger vulnerability allows attackers to plant rogue AI agents in corporate workspaces via a simple link. On the o
www.alextech.ai
July 23, 2026 at 3:53 PM
ChatGPT AgentForger Flaw Could Deploy Rogue Workspace Agents via a Phishing Link
ChatGPT AgentForger Flaw Could Deploy Rogue Workspace Agents via a Phishing Link
A critical vulnerability in OpenAI’s ChatGPT Workspace Agents, dubbed AgentForger, that allowed a single phishing link to silently build, configure, and publish an attacker-controlled autonomous agent inside a victim’s organization. Unlike traditional Cross-Site Request Forgery (CSRF), which forges a single unauthorized request, AgentForger forges the creation of an entire autonomous AI agent operating inside the victim’s trust boundary. ChatGPT Agent Builder prompt interface (Image source: labs.zenity.io) ChatGPT AgentForger Vulnerability Workspace Agents connect to core enterprise services like Outlook, Gmail, Slack, Google Drive, SharePoint, and Microsoft Teams. Under normal operating conditions, users create these agents through an interactive conversational builder canvas. Intended 7-step agent creation workflow (Image source: labs.zenity.io) As detailed in the technical analysis by Security researchers at Zenity Labs on AgentForger: ChatGPT Cross-Site Agent Forgery, Zenity found that this builder accepts initialization state directly through URL parameters, specifically template_name and initial_assistant_prompt . Rather than simply populating an input box, the initial_assistant_prompt parameter is automatically submitted and executed the moment the page loads. This design flaw allowed an attacker to embed a full set of malicious instructions inside an ordinary-looking ChatGPT link and send it as a targeted phishing email. These vectors build upon emerging device code phishing tactics that exploit trusted application flows. When a logged-in victim with at least one pre-authorized connector clicked the link, the Builder autonomously created an agent, attached all previously connected integrations, and switched write-action approvals from “Always ask” to “Never ask,” disabling the primary safeguard meant to block silent, sensitive actions. Chief of Staff agent template and connected workspace tools (Image source: labs.zenity.io) The forged agent was then published live and scheduled to run every five minutes, polling the attacker’s inbox for commands prefixed with "TASK" and emailing results back out, effectively turning ChatGPT into a covert command-and-control (C2) channel. Because the connectors were already authorized from prior legitimate usage, no new OAuth consent screen appeared to alert the victim. Researcher Mike Takahashi demonstrated that the resulting “agentic insider” could map organizational structures, exfiltrate sensitive documents, harvest credentials, and impersonate the victim across Slack, Teams, and email, mirroring tactics seen in AI-assisted phishing operations. Architecture comparison between traditional CSRF and AgentForger (Image source: labs.zenity.io) Zenity attributes the flaw to two combined architectural weaknesses: Cross-Site Auto-Execution: The Builder’s willingness to execute unvalidated URL parameters upon page load. Overpermissive Natural-Language Control: Allowing natural-language prompts to modify security-sensitive settings like approval policies and execution schedules. Together, these factors satisfied what researchers call the “lethal trifecta” untrusted input, access to private data, and an unmonitored path to exfiltrate it. Attack Stage Mechanism Impact Delivery Phishing link containing crafted initial_assistant_prompt Initial execution trigger Execution Auto-submitted prompt builds agent & attaches connectors Unauthorized workspace access Privilege Bypass Approval setting flipped to “Never ask” Silent action execution Persistence Recurring 5-minute schedules polling attacker inbox Continuous C2 communication Impact Data exfiltration, credential harvesting, BEC staging Full workspace takeover Zenity reported the vulnerability to OpenAI via Bugcrowd on June 4, 2026. The report was triaged and accepted within 24 hours and fully patched on June 8, 2026, by removing the vulnerable URL parameter handler. OpenAI’s fix mitigated newly initiated attacks, and Zenity confirmed no evidence of active exploitation in the wild prior to the patch. Zenity’s follow-up analysis highlights how a forged agent, once operational, can be tasked like a genuine attacker-controlled insider to conduct internal reconnaissance and stage business email compromise (BEC) across an enterprise.  Strengthen Your SOC by Accelerating Threat Detection & Rapid Investigations. ->  Integrate ANY.RUN With Your SOC  Now . The post ChatGPT AgentForger Flaw Could Deploy Rogue Workspace Agents via a Phishing Link appeared first on Cyber Security News .
cybersecuritynews.com
July 27, 2026 at 4:18 AM
Did you know a single tampered ChatGPT link can spin up a rogue AI agent in minutes? Dive into how AgentForger exploits a CSRF flaw in OpenAI’s Workspace Agents and why it matters for every dev. #ChatGPT #AgentForger #SecurityVulnerability

🔗 aidailypost.com/news/single-...
July 24, 2026 at 12:23 AM
🤖 AgentForger proves AI agents can become persistent insider threats

📝 A new attack method found by Zenity Labs reveals that AI agents are bec...

https://www.csoonline.com/article/4200978/agentforger-proves-ai-agents-can-become-persistent-insider-threats.html

📰 CSO Online

#AI #Ransomware
AgentForger proves AI agents can become persistent insider threats
A patched OpenAI flaw let attackers create autonomous agents that live inside enterprise environments, highlighting how AI agents are reshaping enterprise security.
www.csoonline.com
July 24, 2026 at 2:01 AM
To mitigate rogue agent risks like AgentForger, the Prompt Injection Shield Prover enforces a 5-layer defense including intent isolation and privilege containment: https://vinkius.com/mcp/prompt-injection-shield-prover
Prompt Injection Shield Prover MCP for AI Agents — LLM Security
Secure your AI agents against prompt injection. Use Prompt Injection Shield Prover for OWASP-compliant LLM security audits in Claude or Cursor.
vinkius.com
August 14, 2026 at 9:08 PM
The latest update for #Zenity includes "Refused at the Worst Moment: Guardrail Asymmetry and the Trajectory Problem Behind the Hugging Face Breach" and "AgentForger Showed Why Securing #AI Agents Takes More Than a Patch".

#cybersecurity #lowcodesecurity #appsec https://opsmtrs.com/3GN6TxH
Zenity
Design and implement governance policies, identify security risks, detect emerging threats and drive automatic mitigation and response.
opsmtrs.com
July 24, 2026 at 3:33 AM
ChatGPT AgentForger Flaw Could Deploy Rogue Workspace Agents via a Phishing Link

Cybersecurity researchers have disclosed a critical vulnerability in OpenAI's ChatGPT Workspace Agents that could have allowed a single phishing link to stealthily build, authorize, and deploy an autonomous artificial…
ChatGPT AgentForger Flaw Could Deploy Rogue Workspace Agents via a Phishing Link
Cybersecurity researchers have disclosed a critical vulnerability in OpenAI's ChatGPT Workspace Agents that could have allowed a single phishing link to stealthily build, authorize, and deploy an autonomous artificial intelligence (AI) agent inside a victim's organization. The vulnerability has been codenamed AgentForger by Zenity Labs. The issue has since been addressed by OpenAI as of June 8,
news-area.com
July 24, 2026 at 11:58 PM
One malicious link could turn ChatGPT into a persistent insider threat, harvesting emails and pivoting across Slack and Teams. Patched, but the attack surface was real. https://thehackernews.com/2026/07/chatgpt-agentforger-flaw-could-deploy.html
July 25, 2026 at 6:04 AM
autonomous ai agents getting pwned by a phishing link.

feels like we're just speedrunning new ways to get compromised lol.
ChatGPT AgentForger Flaw Could Deploy Rogue Workspace Agents via a Phishing Link
Cybersecurity researchers have disclosed a critical vulnerability in OpenAI's ChatGPT Workspace Agents that could have allowed a single phishing link to stealthily build, authorize, and deploy an autonomous artificial intelligence (AI) agent inside a victim's organization. The vulnerability has bee
thehackernews.com
July 25, 2026 at 8:31 AM
AgentForger proves AI agents can become persistent insider threats
A new attack method found by Zenity Labs reveals that AI agents are becoming persistent insiders that attackers can recruit, rather than malware they have to install. Its researchers have discovered AgentForger, a phishing-based attack that silently creates and launches a fully autonomous AI agent within OpenAI workspaces. Once running, the agent has full access to apps like Outlook, Slack, SharePoint, and Google Drive. It is configured to operate indefinitely without further user interaction, can approve its own access by toggling “never ask” settings, and can continue to act on new assignments sent via email by the attackers that control it. Broad, unfettered access to systems allows it to perform reconnaissance, harvest sensitive data and credentials, impersonate victims, and launch phishing campaigns. While OpenAI resolved the vulnerability four days after disclosure, on a larger scale, AgentForger sheds light on what can happen when AI agents go rogue. “We’re moving into a world where software doesn’t just help people work. It works alongside them,” said Michael Bargury, co-founder and CTO of agentic AI security platform Zenity. “As AI agents become more capable, attackers will naturally look for ways to influence them, just as they’ve always looked for ways to influence people.” ## A ‘persistent operator’ that acts without approval OpenAI’s Workspace Agents can connect and work autonomously across Outlook, Gmail, Slack, Google Drive, SharePoint, and Teams. Users open the agent builder, describe what the agent can do in natural language, connect to tools, set approvals, review and test, schedule actions, then publish. For instance, an agent can autonomously handle incoming emails, review and take actions with approval, gather information from various sources to send out daily briefings, or automatically respond to questions in ChatGPT or Slack channels. Normally, this is “useful automation,” Zenity AI red team researcher Mike Takahashi wrote in a blog post. But in this attack, “the same scheduler becomes the persistence mechanism.” The creation workflow kicks off the moment a user clicks on a phishing link containing instructions from the threat actor. For the attack to work, a victim must be logged into ChatGPT and Workspace Agents, and have at least one integration with another app, such as Outlook, Gmail, Slack, Google Drive, SharePoint, or Teams. Because those connections already exist, OAuth consent screens are not triggered. Furthermore, the victim does not need to click on another link, keep a Builder tab open, or even visit ChatGPT again. The forged agent is a “persistent operator;” it is installed on the original click and given a schedule, and at those predetermined times, the agent invokes itself, scans for emails from attacker addresses with the subject line “task”, carries those orders out, then returns results to the same attacker-controlled email address. It goes undetected because the attacker prompt instructs the Builder to toggle Outlook to never ask for approval of its actions. Typically, the default is “always ask,” to keep agents from taking unauthorized action; that switch gives agents the ability to act without asking for human approval. “AgentForger showed that an attacker could deploy an autonomous insider agent inside your ChatGPT workspace with a single click,” said Bargury. From there, it can continue to access information, harvest credentials from various sources, impersonate employees, and carry out phishing attacks and fraud while “leveraging the trusted victim’s identity.” ## A ‘planted accomplice’ that does all the work Once activated, AgentForger can perform reconnaissance to create an internal map of a company. For instance, agents can scan Outlook, Slack, Teams, Google Drive, SharePoint, or calendar data to identify people, roles, active projects, internal discussions, or all-hands recurring meetings. This can help attackers identify where in the enterprise to target next, based on active teams and channels, projects in the works, or prominent users. “This is the kind of internal context an attacker normally has to build slowly,” Takahashi noted. But in this scenario, action is based on a single emailed assignment. The attacker’s “planted accomplice” does all the work. In another scenario, the agent can steal data by searching for and identifying financial documents, business agreements, or invoices. Or, it can steal credentials by scanning for messages containing passwords, one-time codes, access tokens, password recovery links, or API keys. Further, it can impersonate victims to carry out phishing scams, for instance, by sending legitimate-looking Teams messages instructing users to confirm their credentials on a fake Microsoft login page. In all cases, collected information is organized, analyzed, and sent back to the attacker. “AgentForger points to something much bigger than a single vulnerability,” said Bargury. “It’s less about one bug and more about understanding how the security model changes as AI becomes part of everyday business operations.” ## FOMO exposing security gaps This isn’t necessarily about trust, but more about the need to move fast and adapt, Bargury emphasized. AI agents are helping employees automate work, make decisions faster, and get more done. But enterprises fear they’ll fall behind if they don’t move quickly enough. “The challenge is that we’re introducing a fundamentally new kind of technology into the enterprise,” said Bargury. “The pressure to integrate the next AI feature is outpacing the security controls needed to safely deploy it.” However, the answer isn’t to slow down adoption, he emphasized; the business value is too significant. Rather, the first step is understanding where AI agents exist, who created them, what they’re connected to, and what they’re allowed to do. And when it comes to autonomous agents, enterprises need to pay attention to the processes that trigger them: A schedule, an incoming email, or another automated event. “Those triggers should be governed just as carefully as the agent itself,” said Bargury. High-impact actions should require approval where appropriate, and security teams should be able to quickly disable an agent or its triggers if something doesn’t look right, he said. More broadly, AI agents are introducing the need for a new security model, he pointed out. The question is no longer just “Does this agent have permission?” It’s also, “Is this the behavior we intended?” “The organizations that answer both questions will be in the strongest position to adopt AI safely,” Bargury said.
www.csoonline.com
July 24, 2026 at 1:49 AM
OpenAI patched a critical CSRF flaw in ChatGPT Workspace Agents that could let attackers create a hidden autonomous agent and abuse it to access sensitive data and internal actions. #AgentForger #OpenAI #ZenityLabs
OpenAI Fixes ChatGPT Agent Flaw That Could Let Attackers Forge an AI Insider
Zenity Labs disclosed AgentForger, a critical CSRF flaw in OpenAI’s ChatGPT Workspace Agents that could let a phished employee unknowingly create an invisible autonomous agent controlled by an attacker. The attack could abuse ChatGPT Agent Builder parameters to hide the agent, accept attacker emails as commands, and enable covert access to...
www.hendryadrian.com
July 23, 2026 at 6:00 PM
One tampered ChatGPT link could spawn a rogue AI agent that took orders from an attacker every five minutes. Security researchers at Zenity Labs discovered 'AgentForger,' a critical vulnerability in OpenAI's Agent Builder that allowed attackers to create rogue AI agents...

Source: The Decoder AI
One tampered ChatGPT link could spawn a rogue AI agent that took orders from an attacker every five minutes
Zenity Labs uncovered "AgentForger," a vulnerability in OpenAI's Agent Builder that let a single manipulated ChatGPT link create an autonomous agent on an employee's behalf. The agent inherited the victim's identity and access rights, bypassed approval requirements through the malicious prompt, and pulled new instructions from the attacker's inbox every five minutes.
the-decoder.com
August 14, 2026 at 1:31 PM
OpenAI Fixes ChatGPT Agent Flaw That Could Let Attackers Forge an AI Insider
OpenAI Fixes ChatGPT Agent Flaw That Could Let Attackers Forge an AI Insider
AgentForger allows an attacker to create, insert and remotely control an invisible autonomous AI agent inside a victim organization.
www.securityweek.com
July 23, 2026 at 8:12 PM