14 Sources
[1]
OpenAI says AI browsers may always be vulnerable to prompt injection attacks | TechCrunch
Even as OpenAI works to harden its Atlas AI browser against cyberattacks, the company admits that prompt injections, a type of attack that manipulates AI agents to follow malicious instructions often hidden in web pages or emails, is a risk that's not going away any time soon -- raising questions
[2]
How OpenAI is defending ChatGPT Atlas from attacks now - and why safety's not guaranteed
The qualities that make agents useful also make them vulnerable. OpenAI is automating the process of testing ChatGPT Atlas, its agentic web browser, for vulnerabilities that could harm users. At the same time, the company acknowledges that the nature of this new type of browser likely means it
[3]
Traditional Security Frameworks Leave Organizations Exposed to AI-Specific Attack Vectors
In December 2024, the popular Ultralytics AI library was compromised, installing malicious code that hijacked system resources for cryptocurrency mining. In August 2025, malicious Nx packages leaked 2,349 GitHub, cloud, and AI credentials. Throughout 2024, ChatGPT vulnerabilities allowed
[4]
The Real-World Attacks Behind OWASP Agentic AI Top 10
OWASP just released the Top 10 for Agentic Applications 2026 - the first security framework dedicated to autonomous AI agents. We've been tracking threats in this space for over a year. Two of our discoveries are cited in the newly created framework. We're proud to help shape how the industry
[5]
OpenAI's Outlook on AI Browser Security Is Bleak, but Maybe a Little More AI Can Fix It
As OpenAI and other tech companies keep working towards developing agentic AI, they’re now facing some new challenges, like how to stop AI agents from falling for scams. OpenAI said on Monday that prompt injection attacks, a cybersecurity risk unique to AI agents, are likely to remain a
[6]
Red Teaming LLMs exposes a harsh truth about AI security
Unrelenting, persistent attacks on frontier models make them fail, with the patterns of failure varying by model and developer. Red teaming shows that it's not the sophisticated, complex attacks that can bring a model down; it's the attacker automating continuous, random attempts that will
[7]
OpenAI says it's had to protect its Atlas AI browser against some serious security threats
OpenAI's rapid response loop uses adversarial training and automated discovery to harden defenses OpenAI has claimed that while AI browsers might never be fully protected from prompt injection attacks, that doesn't mean the industry should simply give up on the idea or admit defeat to the scammers
[8]
OpenAI says AI browsers like ChatGPT Atlas may never be fully secure from hackers -- and experts say the risks are 'a feature not a bug' | Fortune
OpenAI has said that some attack methods against AI browsers like ChatGPT Atlas are likely here to stay, raising questions about whether AI agents can ever safely operate across the open web. The main issue is a type of attack called "prompt injection," where hackers hide malicious instructions in
[9]
Your AI browser can be hijacked by prompt injection, OpenAI just patched Atlas
OpenAI says an internal automated red team uncovered a new class of agent-in-browser attacks, prompting a security update with a newly adversarially trained model and stronger safeguards. OpenAI has shipped a security update to ChatGPT Atlas aimed at prompt injection in AI browsers, attacks that
[10]
ChatGPT Atlas exploited with simple Google Docs tricks
OpenAI launched its ChatGPT Atlas AI browser in October, prompting security researchers to demonstrate prompt injection vulnerabilities via Google Docs inputs that altered browser behavior, as the company detailed defenses in a Monday blog post while admitting such attacks persist. Prompt
[11]
OpenAI's ChatGPT Atlas Is Learning to Fight Prompt Injections from AI
The company says the battle against this attack will be long-term OpenAI called prompt injections "one of the most significant risks" and a "long-term AI security challenge" for artificial intelligence (AI) browsers with agentic capabilities, on Monday. The San Francisco-based AI giant highlighted
[12]
OpenAI warns prompt injection attacks are a never-ending battle for AI browsers
OpenAI has warned that browsers with agentic AI will remain vulnerable to prompt injection attacks, requiring developers to monitor and secure them continuously. "Prompt injection, much like scams and social engineering on the web, is unlikely to ever be fully solved," OpenAI said in a blog post
[13]
OpenAI Admits Prompt Injection Threats Won't Vanish From AI Browsers
OpenAI Warns Prompt Injection Attacks Remain a Permanent Risk for AI Browsers like Atlas OpenAI has conceded that prompt injection attacks are one of the most significant security risks against AI browsers. Even as the tech giant increases its defenses in the new 'Atlas AI browser' to prevent such
[14]
OpenAI admits AI browsers may never fully escape prompt injection attacks
The company is using an AI "automated attacker" to find vulnerabilities faster than human testing ChatGPT maker OpenAI has acknowledged that among the most dangerous threats facing AI-powered browsers, prompt injection attacks, is unlikely to disappear, even after the company keeps on
Share
Copy Link
OpenAI acknowledges that prompt injection attacks targeting AI agents like ChatGPT Atlas represent a long-term security challenge unlikely to ever be completely resolved. The company is deploying an LLM-based automated attacker using reinforcement learning to identify vulnerabilities, but warns that AI-specific attack vectors continue to outpace traditional cybersecurity frameworks.

OpenAI has acknowledged that prompt injection attacks against AI agents like ChatGPT Atlas may never be fully resolved, marking a sobering admission about the long-term security challenge facing agentic AI systems
1
. The company stated that "prompt injection, much like scams and social engineering on the web, is unlikely to ever be fully 'solved'"1
. This represents a fundamental shift in how the industry must approach AI security, moving from seeking complete solutions to managing persistent risk.The vulnerability stems from the autonomous nature of AI agents themselves. Since these systems can take many of the same actions as human users—forwarding sensitive emails, sending money, editing or deleting cloud files—the impact of successful attacks can be equally broad
2
. The U.K.'s National Cyber Security Centre echoed this concern earlier this month, warning that prompt injection attacks "may never be totally mitigated" and advising cybersecurity professionals to focus on reducing risk rather than eliminating it entirely1
.The challenge extends beyond individual companies to the entire security infrastructure. Traditional cybersecurity frameworks like NIST Cybersecurity Framework, ISO 27001, and CIS Controls were developed when the threat landscape looked fundamentally different
3
. These frameworks excel at protecting conventional systems but fail to account for AI-specific attack vectors that don't map to existing control categories.Consider how prompt injection attacks bypass standard defenses: traditional input validation controls were designed to catch malicious structured input like SQL injection or cross-site scripting by looking for syntax patterns and special characters
3
. But prompt injection attacks use valid natural language with no special characters to filter and no obvious attack signatures. The malicious intent is semantic, not syntactic, allowing attackers to slip hidden malicious instructions past every conventional security layer3
.The gap has become quantifiable: 23.77 million secrets were leaked through AI systems in 2024 alone, representing a 25% increase from the previous year
3
. Organizations with comprehensive security programs that passed audits and met compliance requirements still fell victim because their frameworks simply weren't built for AI threats.OpenAI's response involves deploying an LLM-based automated attacker trained specifically to hunt for vulnerabilities in its agentic web browser
1
. This automated system uses reinforcement learning to continuously experiment with novel prompt injection techniques, improving over time by learning from both failed and successful attacks5
.The bot can test attacks in simulation before deploying them for real, examining how the target AI would think and what unauthorized tasks it would take if exposed to the attack
1
. This insight into internal reasoning gives OpenAI's system an advantage that external attackers lack. The company reports that its reinforcement learning-trained attacker "can steer an agent into executing sophisticated, long-horizon harmful workflows that unfold over tens (or even hundreds) of steps" and has discovered "novel attack strategies that did not appear in our human red teaming campaign or external reports"1
.In one demonstration, the automated attacker seeded a malicious email containing hidden instructions directing the agent to send a resignation letter to a user's CEO when the agent was simply drafting an out-of-office reply
5
. Following security updates, the agent successfully detected the prompt injection attempt and flagged it to the user1
.Related Stories
The threat landscape has evolved rapidly enough that OWASP released its first security framework dedicated specifically to autonomous AI agents: the Top 10 for Agentic Applications 2026
4
. This framework identifies ten risk categories specific to systems that can plan, decide, and act across multiple steps and systems—risks that don't appear in the existing OWASP Top 10 for traditional web applications.Real-world attacks demonstrate why this matters. Researchers discovered malware in an npm package with 17,000 downloads that included text specifically designed to reassure AI-based security tools analyzing the source code
4
. The PhantomRaven investigation uncovered 126 malicious npm packages exploiting AI hallucinations—when developers ask for package recommendations, AI agents sometimes suggest plausible names that don't exist, which attackers then register and fill with malware4
.Supply chain attacks have evolved beyond targeting static dependencies to focus on what AI agents load at runtime: MCP servers, plugins, and external tools
4
. The first malicious MCP server discovered in the wild impersonated a legitimate email service, functioning correctly while secretly BCC'ing every message to an attacker4
.Google has taken a different approach with its "User Alignment Critic," a separate AI model that runs alongside an agent but isn't exposed to third-party content
5
. Its role is to vet an agent's plan and ensure it aligns with the user's actual intent, focusing on architectural and policy-level controls for agentic systems1
.Rami McCarthy, principal security researcher at cybersecurity firm Wiz, frames the challenge clearly: "A useful way to reason about risk management in AI systems is autonomy multiplied by access"
1
. Agentic browsers sit in a particularly challenging space with moderate autonomy combined with very high access. Current recommendations reflect this tradeoff—limiting logged-in access primarily reduces exposure, while requiring review of confirmation requests constrains autonomy1
.Consulting firm Gartner has gone further, advising companies to block employees from using AI browsers altogether due to these vulnerabilities
5
. The pressure on developers remains intense, with investors and competitors pushing for rapid deployment of new AI products, raising concerns that speed is coming at the expense of safety2
.For users of AI agents, OpenAI recommends practical steps: limit agents' access to logged-in accounts, carefully review confirmation requests before sensitive tasks like purchases, and provide clearer, more specific instructions
5
. But the fundamental question remains whether these systems can ever operate safely on the open web when the threat they face may be permanent.Summarized by
Navi
[1]
[3]
[4]
19 May 2026•Technology

01 Jun 2026•Policy and Regulation

14 Aug 2026•Technology

1
Technology

2
Policy and Regulation

3
Technology
