Researchers have uncovered multiple AI-centric vulnerabilities, including 'ChatGPhish' in OpenAI ChatGPT which uses Markdown links for phishing and prompt injections. Other significant threats include 'SymJack' and 'TrustFall' targeting AI coding agents for remote code execution, and various prompt injection techniques targeting Apple Intelligence, Anthropic Claude, and Microsoft Semantic Kernel. The findings highlight an expanding attack surface where AI agents can be tricked into executing arbitrary code or exfiltrating data via malicious repositories and configurations.
| IOC Type | Value | Description | Relevant MITRE ATT&CK Techniques |
|---|---|---|---|
| Malwarename | SymJack | Attack pattern achieving RCE via symlink manipulation in AI coding agents | T1059 |
| Malwarename | TrustFall | One-click RCE attack via malicious AI repository configurations | T1059 |
| Malwarename | Zealot | PoC agent using LLMs for end-to-end cloud attacks | T1078 |
| Malwarename | ChatGPhish | Prompt injection technique targeting ChatGPT's Markdown rendering | T1566 |
| Vulnerability | CVE-2026-25592 | Vulnerability in Microsoft Semantic Kernel allowing RCE | T1059 |
| Vulnerability | CVE-2026-26030 | Vulnerability in Microsoft Semantic Kernel allowing RCE | T1059 |
| Vulnerability | ClaudeBleed | Vulnerability in Claude's Chrome extension allowing hijacking | T1055 |
| Code | Title |
|---|---|
| T1566 | Phishing - used in ChatGPhish to trick users via AI summaries |
| T1059 | Command and Scripting Interpreter - used for remote code execution in SymJack and TrustFall |
| T1204.001 | User Execution: Malicious Link - clicking phishing links rendered by AI |
| T1548 | Abuse Elevation Control Mechanism - overwriting config files to gain privileges |
| T1071 | Application Layer Protocol - using MCP servers for C2 |
| T1592 | Gather Victim Host Information - leaking IP and User-Agent via Markdown images |
| T1055 | Process Injection - hijacking browser extensions via ClaudeBleed |
| T1566.002 | Phishing: Spearphishing Link - hidden text in emails to bypass AI filters |
| T1078 | Valid Accounts - capturing tokens for SaaS access via rogue npm packages |
| T1588.002 | Obtain Capabilities: Vulnerabilities - leveraging zero-days and N-days via AI automation |
| Type | Value |
|---|---|
| Company | Anthropic |
| Company | Apple |
| Company | Microsoft |
| Company | NVIDIA |
| Company | OpenAI |
| Sector | Technology/AI users |
Cybersecurity researchers have disclosed details of a vulnerability in
In other words, a regular web page summarized with ChatGPT is enough to render phishing links, spoofed account alerts, remote images, and QR codes directly inside a trusted AI interface. As organizations increasingly use ChatGPT for research and summarization, this vulnerability means any malicious web page an employee asks the AI chatbot to process could contain a payload that transforms ChatGPT into a phishing surface. "The shift from email to the browser significantly expands the potential attack surface. A user no longer has to open a malicious attachment or interact with a suspicious message," Permiso said. "Simply summarizing a page during normal browsing activity can introduce attacker-controlled instructions into the model context and ultimately into the rendered response." The disclosure comes as Adversa AI documented two attack techniques codenamed
To put it differently, all a threat actor needs to carry out the attack is to create a repository that includes a malicious MCP server and configuration settings that auto-approve it to run. When a developer clones or opens the repository in the AI coding tool and presses "Enter" on the folder trust prompt, the AI coding tool ends up launching the attacker-controlled code with the developer's full system privileges. "The moment a victim clones the repo, runs Claude, and clicks the generic 'Yes, I trust this folder' dialog, the MCP server starts as a native OS process with full user privileges," Adversa AI noted. "The payload executes on server startup, before any tool calls and without additional prompts." The findings coincide with the discovery of a number of attack methods against AI models in recent months - The use of a novel jailbreak approach called Involuntary In-Context Learning ( IICL ) that "exploits the tension between in-context learning (ICL) and safety alignment" to bypass GPT-5.4 safety constraints The safety guardrails of LLMs can be circumvented if a user tricks the model into having a multi-turn conversation. "Multi-turn evaluation matters for one reason: it is where attackers actually live," Cisco said . "Real adversaries iterate. They reframe refusals, decompose tasks across turns, adopt personas, and escalate gradually. A single-turn benchmark cannot see any of that." A vulnerability in
The use of a remote update mechanism that allows an OpenClaw skill to appear benign at installation time, but later allows the attacker to influence the agent through workspace files by instructing the user during skill setup to append specific instructions to the HEARTBEAT.md file . The use of hidden text featuring content pulled from a legitimate newsletter or a romance novel in phishing emails to confuse an AI-based email security system into flagging the message as benign. A vulnerability in Claude's Chrome browser extension called
The use of the Neural Exec prompt injection attack and the Unicode right-to-left-override function to bypass
"It is also likely to enable attackers to move at greater scale, sophistication, and speed than ever before." Last month, the cybersecurity company also detailed a proof-of-concept (PoC) agent called