Large Language Models (LLM3)

Large Language Models
3

Dave can exploit overreliance on LLM outputs where critical human oversight is missing, leading to security failures or incorrect decisions based on hallucinations or flawed reasoning

How to play?

This card is about being overreliant on LLMs without humans being able to review its outputs or take proper precautions, and how that can lead to security failures or incorrect decisions based on hallucinations or flawed reasoning.

Scenario: Dave's overreliance on LLM scenario

Example

Dave has started his own juice shop. Unfortunately, he is not able to compete with Mr. Juice, the number one juice shop where he has set up shop. If only he could affect sentiment somehow. After investigating Mr. Juice's website, he discovers that they recently launched a new LLM chatbot which can take orders and send payment requests to customers' inboxes. Dave has heard that these chatbots can easily be swayed to give biased and racist information to users, so he tries out a couple of prompts and notices that the chatbot has a recommendation system that improves its answers based on user feedback. After a couple of days, he deploys a group of LLM agents to talk to the chatbot and use the recommendation system in order to convince it to give false information about Mr. Juice and be suspicious of customers who want to place orders. Not long after, the Mr. Juice chatbot starts to refuse orders and turn customers away from their site by telling them that Mr. Juice is out of juice and therefore temporarily closed for business. Mr. Juice, on the other hand, is oblivious to what is happening, as they lack proper oversight and control of their chatbot.

Tim, an avid Mr. Juice fan, is visiting the Mr. Juice chatbot to make orders, but because the chatbot has become poisoned, it is now misinforming Tim about the business. Tim has become the victim of misinformation. He ends up not buying his favorite juice. Both Tim and Mr. Juice are overreliant on its output.

Threat Modeling

STRIDE

This scenario falls into the Tampering and Denial of Service categories of STRIDE. Dave can exploit Tim's overreliance on LLM outputs because Mr. Juice lacks critical human oversight. By getting multiple agents to misuse its recommendation system, Dave is able to change the behavior of the chatbot. Since the chatbot is no longer receiving orders and giving false information about Mr. Juice, the impact of Dave's campaign is Denial of Service as Tim is no longer able to buy his favorite juice. Tim has become a victim of LLM09:2025 Misinformation. LLM09:2025 Misinformation does not relate to STRIDE at all, but it can be equally or even more damaging.

PHANTOM-B

This scenario fits Hallucination and Over-reliance on the LLM. The chatbot gives false information, and both the business and its customers accept the output without sufficient oversight.

What can go wrong?

Overreliance on LLMs without human oversight can, as this card says, lead to security failures or incorrect decisions based on hallucinations or flawed reasoning. Chatbots have been found to misrepresent the complexity of health-related issues, suggesting uncertainty where there is none, which misled users into believing that unsupported treatments were still under debate. In the worst cases, the impact could be serious illness or death, depending on in which context the LLM is operating.

For more things that can go wrong, see OWASP Top 10 for LLM Applications and Mitre Atlasā„¢ IDs in the mapping section below and correlate these with the IDs on the OWASP Top 10 for LLM and Mitre Atlasā„¢ websites.

What are we going to do about it?

  • Identify instances where AI outputs are presented as authoritative facts without adequate disclaimers or calls for human verification.
  • Assess the presence, clarity, and prominence of mechanisms that encourage or enforce human-in-the-loop validation and oversight.
  • Evaluate the potential risks arising from blind trust in AI recommendations, particularly in safety-critical or expert domains.
  • Implement a kill-switch mechanism to immediately halt AI model inference and outputs.
  • Trigger human review flows based on which actions you classify as risky according to your human oversight policy.
  • Implement fallbacks for time-sensitive decisions in case a timely human approval cannot be obtained.
  • Reject all input that violates safety policies according to acceptable thresholds.
  • Implement guardrails to prevent the LLM from generating disallowed content categories.
  • Calibrate model outputs using temperature scaling or output perturbation according to your testing to reduce overconfident predictions.
  • Models serving high-risk functions should be evaluated against known adversarial attack techniques.
  • AI systems should provide confidence indicators or uncertainty measures with their outputs. Any output exceeding uncertainty thresholds should trigger additional human review or compensating controls.

For detailed advice on how to mitigate threats related to the card, see the OWASP AISVS and OWASP AITG IDs in the table below and correlate these with the IDs in the OWASP AI Security Verification Standard and OWASP AI Test Guide documentation.

Mappings

STRIDE: T,D

PHANTOM-B: H,O

CIA: I

OWASP AISVS: 2.2.1,2.2.2,3.2.1,3.2.2,3.2.3,7.2.1,7.2.2,7.2.3,7.3.1,7.3.4,7.4.1-4,11.1.1,11.1.2,11.1.3,11.1.4,11.1.5,11.4.3,12.1.1,12.1.2,12.1.3,12.2.1,12.2.2,12.2.3,12.2.4,12.2.5,12.3.1,12.3.2,12.3.3,12.3.4,12.4.1,12.4.2,12.4.3

OWASP AITG: APP-10,APP-11,APP-13,APP-14,DAT-04,INF-04,MOD-07

MITRE ATLAS: AML.T0048

OWASP LLM TOP10: LLM09:2025

CWE: CWE-1426

Attacks

No attacks registered!

OWASP Cornucopia

OWASP Cornucopia is a mechanism in the form of a card game to assist software development teams identify security requirements in Agile, conventional and formal development processes. It is language, platform and technology-agnostic, and is free to use. OWASP Cornucopia is licensed under the Creative Commons Attribution-ShareAlike 4.0 license, so you can copy, distribute and transmit the work, and you can adapt it, and use it commercially, but all provided that you attribute the work and if you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar licence to this one.

Ā© 2012-2025 OWASP Foundation. The Open Worldwide Application Security Project (OWASP) is a nonprofit foundation that works to improve the security of software.