A fundamental flaw leaves LLMs strikingly vulnerable to attack
It is impossible to make large language models fully secure against hacks, a team of researchers argued in a paper presented this month at the International…
By Dillip Chowdary • Aug 04, 2026 • Source: MIT Technology Review
It is impossible to make large language models fully secure against hacks, a team of researchers argued in a paper presented this month at the International Conference on Machine Learning, a top AI conference. The claim, covered by MIT Technology Review under the headline that a fundamental flaw leaves LLMs strikingly vulnerable to attack, rests on how these models work rather than on a patchable bug in a single product.
The argument is architectural, not operational. Large language models are trained to follow patterns in language and to produce helpful continuations of prompts. That same mechanism that makes them useful also makes it impossible, in the researchers’ view, to guarantee they will never follow a malicious instruction or leak information when an attacker crafts the right input. Security is not framed as a missing filter or an incomplete safety layer; it is framed as a property that cannot be fully sealed off without changing what the models are.
Advertisement
Tech Pulse Daily
Get tomorrow's pulse first
Join engineers who read Tech Pulse before stand-up. Free, weekday mornings.
For engineers and builders shipping LLM-backed products, that distinction matters more than another round of prompt-injection checklists. If the vulnerability is fundamental, app-level guardrails, content filters, and output validators remain necessary but incomplete. Teams cannot treat “we turned on the safety stack” as equivalent to a hard security boundary around tools, data, or actions the model can trigger.
The market context is already heavy with competing chatbots, copilots, and agent-style systems that sit on the same class of models. Vendors compete on capability, latency, and integration, while customers and regulators increasingly ask whether these systems can be trusted with sensitive workflows. A peer-reviewed claim at a major AI conference that full security is unachievable under current designs raises the bar on how seriously those deployments must treat isolation, least privilege, and human oversight.
The practical takeaway is to design as if the model will eventually be jailbroken or steered, not as if it will stay inside policy forever. Keep high-impact actions behind separate authorization, limit what context the model can see, log and rate-limit tool use, and treat the LLM as an untrusted component in the trust boundary. What to watch next is how the research community and vendors respond to the paper—whether they dispute the impossibility claim, narrow it, or productize stronger containment around models that remain inherently soft targets.
Advertisement