← Home
CYBERSECURITY

Amazon Kiro AI IDE Flaw Lets Attackers Steal Data via Prompt Injection

September 2, 2026 Daniel Cross

How Malicious Prompts Bypass Safety Checks

Security researchers revealed a critical weakness in Amazon’s Kiro platform on August 27, 2026. The vulnerability affects the AI-powered integrated development environment. Attackers can exploit this flaw to steal sensitive information. The issue involves malicious prompt injection techniques. These attacks leverage specific features within the tool. Users face risks when interacting with untrusted inputs. The discovery highlights growing threats in agentic coding tools. Developers need to understand this new attack vector. It targets the core logic of modern AI assistants.

The vulnerability allows external actors to manipulate the system’s behavior. This happens through carefully crafted prompts. The flaw specifically abuses the Kiro Powersfeature set. These powers extend the IDE’s capabilities for automated tasks. However, they create a larger surface area for exploitation. An attacker can inject instructions into code or documentation. The AI agent then processes these hidden commands. It executes actions without the developer’s full awareness. This leads to the silent extraction of local data. The process bypasses standard user confirmation steps.

The attack chain begins when a developer opens a project. This project contains hidden, malicious text strings. The Kiro agent reads these strings during analysis. The injected prompts instruct the agent to use specific powers. These powers allow file access and network communication. The agent sends data to an attacker-controlled endpoint. This occurs while the user believes normal operations continue. The mechanism relies on the trust placed in the AI. The system assumes internal commands are safe. This assumption fails when external data is processed.

Does This Threat Affect Other AI Tools?

Researchers noted that the flaw is not isolated. It reflects broader issues in agentic systems. These systems act autonomously based on context. They often lack strict boundaries between data and instructions. The Kiro Powers framework amplifies this risk. Each power acts like a mini-execution environment. When compromised, the entire workflow becomes vulnerable. Developers must scrutinize every input source. Trusting default behaviors can lead to leaks.

This incident raises questions about similar platforms. Many AI IDEs rely on similar architectures. They use large language models for decision-making. They grant agents broad permissions for efficiency. If one tool has this flaw, others might too. Security teams should audit their own implementations. They need to check for prompt injection vectors. Specifically, they should look at how powers execute. Are there clear separation layers? Do users get notified of actions? These checks are now essential. The industry must move faster on standards.

The consequences for developers are significant. Sensitive keys and credentials may leak. Project code could be sent to remote servers. This damages both privacy and intellectual property. Companies using Kiro in production environments face exposure. They must patch or mitigate the issue quickly. Future updates will likely include stricter validation. Users should monitor official security advisories closely. Proactive defense remains the best strategy.

Frequently Asked Questions

Can attackers see the data they steal? Yes, the exfiltrated data is sent to endpoints chosen by the attacker. The developer usually sees no immediate alert.

Does updating Kiro fix the problem automatically? Updates may patch the specific flaw, but users should verify. They must also review any third-party integrations.

Is this only a risk for cloud projects? No, local projects are equally vulnerable. Any input processed by the agent can trigger the exploit.

Read full article on Tech Site News →