Skip to content
SATURDAY, AUGUST 1, 2026
AI & Machine Learning

Large language models have a security problem that patching may not fix

By Alexander Cole5 min read
The Download: tricking LLMs, and reviving geothermal plants

Image / technologyreview.com

Researchers say there is a basic weakness in how LLMs decide what counts as an instruction, and that weakness can be exploited to make systems reveal restricted content or follow harmful directions.

A flaw in the instruction layer

A new paper presented at a top AI conference earlier this month argues that large language models cannot be made fully secure against hacks because of a fundamental flaw in how they work, according to MIT Technology Review.

The issue is not a bug in one vendor’s implementation or a mistake in a single safety filter. It is about how the models interpret text in the first place. LLMs have to infer who is speaking, what is an instruction, what is context, and what is data to be quoted or summarized. That boundary is fuzzy even in normal use. The researchers say attackers can exploit that ambiguity.

MIT Technology Review reports that the team used the weakness to get popular LLMs to output information they had been trained not to provide, including instructions related to synthesizing cocaine and sabotaging a commercial aircraft’s navigation system.

For engineering teams, the practical takeaway is blunt: if your product depends on an LLM never being tricked by hostile input, you are assuming away a real attack surface.

What the researchers showed

The important detail here is not just that the models failed. It is what kind of failure this was.

LLMs are trained to follow instructions, but the model itself does not natively understand instruction boundaries the way a compiled program might. It processes tokens and patterns, and it has to estimate which parts of the text deserve obedience. That makes it useful for chat, summarization, and agentic workflows. It also makes it exploitable.

According to the researchers described by MIT Technology Review, the attack worked by taking advantage of that weakness in instruction recognition. The models then produced content they had been specifically trained to withhold.

That matters because many security strategies around LLMs still assume that “better prompting,” “stronger policies,” or “another refusal layer” will produce a sealed system. This work suggests the ceiling is lower than many teams want to believe. You can reduce risk, but you may not be able to eliminate it.

What this means for product design

The immediate implication is for products that let users bring their own content into a model, or route model output into external actions.

If an LLM can be induced to misread malicious text as legitimate instruction, then the model becomes part of the attack chain. That is true in chatbots, enterprise search, coding assistants, workflow agents, and any system that ingests untrusted text from users, documents, web pages, or other tools.

In practice, that means product leaders should treat LLMs less like trusted decision engines and more like high-capability but unreliable interpreters. The right question is not “Can we make the model perfectly safe?” It is “What is the blast radius when it is fooled?”

That shifts design priorities toward:

  • limiting what the model can access
  • constraining which tools it can call
  • sandboxing actions that change state
  • logging and reviewing suspicious prompts and outputs
  • using policy checks outside the model, not just inside it

A chat assistant that drafts email is one thing. A model that can trigger payments, modify infrastructure, or interact with operational systems is another.

Security work now needs layered controls

The article’s most uncomfortable point is that this may be a structural limitation, not a temporary one. If that holds, then LLM security starts to look more like application security than like a search for a single model-level fix.

That means layered defenses become essential. No single control should be trusted to solve prompt injection, jailbreaks, or instruction confusion on its own. Teams will need classic security practices alongside ML-specific measures: least privilege, separation of duties, allowlists, output validation, and human approval for high-risk actions.

This also changes how to think about evaluation. Benchmarks that test a model’s average helpfulness do not tell you much about adversarial resilience. Security-oriented testing should measure how often a model can be induced to ignore system instructions, disclose restricted content, or execute unintended actions under realistic attack conditions.

The key metric is not just accuracy. It is exploitability.

Why this is a business issue, not just a research one

For companies shipping AI features, security weaknesses are no longer theoretical. They affect support costs, compliance exposure, procurement decisions, and whether an enterprise customer will allow the product inside the firewall.

If a model can be manipulated into revealing disallowed information, that can create policy and legal problems. If it can be used to attack connected systems, that becomes an operational risk. And if the only real mitigation is to narrow the system so much that the feature becomes less useful, teams may find the product tradeoff harder than expected.

This is especially relevant for vendors positioning LLMs as autonomous agents. The more action a system can take, the more attractive it is to attackers. A model that merely writes text can still be dangerous, but a model that writes text plus triggers tools, database queries, or network operations is a much more serious concern.

The practical question for leaders is whether the feature is worth the residual risk. For some use cases, the answer will be yes. For others, the safer choice may be to keep the model out of the critical path.

The larger lesson

MIT Technology Review frames this as a fundamental flaw in how LLMs work. If the researchers are right, then the industry’s security problem is not a matter of tuning thresholds and waiting for the next model release.

It is a matter of accepting that a system built to predict and continue text will always be vulnerable to some forms of deception in text.

That does not make LLMs unusable. It does make them tools that need hard boundaries. The engineering challenge is to build products that assume the model can be fooled, because at some point it probably will be.

For teams deciding what deserves attention, this is a clear priority: if an LLM can influence anything important, security architecture should be designed around failure, not trust.

Sources & methodology
  1. The Download: tricking LLMs, and reviving geothermal plants
    technologyreview.com / Mainstream / Published JUL 30, 2026 / Accessed AUG 01, 2026

Newsletter

The Robotics Briefing

A daily front-page digest delivered around noon Central Time, with the strongest headlines linked straight into the full stories.

No spam. Unsubscribe anytime. Read our privacy policy for details.