MIT AI Risk Repository

Browse AI risks

2,500 risk entries extracted from 74 frameworks, coded by domain, subdomain, causal entity, intent and timing. Filter, then export the current selection with its licence and citation attached.

Reset Also filtered by framework G'sell2025 ×

2,500 entries · page 9 of 50

  1. 65.09.01 · Risk Sub-Category

    Inference risks (Robustness)

    Prompt injection attack

    "A prompt injection attack forces a generative model that takes a prompt as input to produce unexpected output by manipulating the structure, instructions, or information contained in its prompt."

    From AI Risk Atlas (IBM2025)

  2. 65.09.02 · Risk Sub-Category

    Inference risks (Robustness)

    Extraction attack

    "An attribute inference attack is used to detect whether certain sensitive features can be inferred about individuals who participated in training a model. These attacks occur when an adversary has some prior knowledge about the training data and uses that knowledge to infer the sensitive data."

    From AI Risk Atlas (IBM2025)

  3. 65.09.03 · Risk Sub-Category

    Inference risks (Robustness)

    Evasion attack

    "Evasion attacks attempt to make a model output incorrect results by slightly perturbing the input data that is sent to the trained model."

    From AI Risk Atlas (IBM2025)

  4. 65.09.04 · Risk Sub-Category

    Inference risks (Robustness)

    Prompt leaking

    "A prompt leak attack attempts to extract a model's system prompt (also known as the system message)."

    From AI Risk Atlas (IBM2025)

  5. 65.10.01 · Risk Sub-Category

    Inference risks (Multi-category)

    Jailbreaking

    "A jailbreaking attack attempts to break through the guardrails that are established in the model to perform restricted actions."

    From AI Risk Atlas (IBM2025)

  6. 65.10.02 · Risk Sub-Category

    Inference risks (Multi-category)

    Prompt priming

    "Because generative models tend to produce output like the input provided, the model can be prompted to reveal specific kinds of information. For example, adding personal information in the prompt increases its likelihood of generating similar kinds of personal information in its output. If personal data was included as part of the model’s training, there is a possibility it could be revealed."

    From AI Risk Atlas (IBM2025)

  7. 65.11.01 · Risk Sub-Category

    Inference risks (Privacy)

    Membership inference attack

    "A membership inference attack repeatedly queries a model to determine whether a given input was part of the model’s training. More specifically, given a trained model and a data sample, an attacker samples the input space, observing outputs to deduce whether that sample was part of the model's training."

    From AI Risk Atlas (IBM2025)

  8. 65.11.02 · Risk Sub-Category

    Inference risks (Privacy)

    Attribute inference attack

    "An attribute inference attack repeatedly queries a model to detect whether certain sensitive features can be inferred about individuals who participated in training a model. These attacks occur when an adversary has some prior knowledge about the training data and uses that knowledge to infer the sensitive data."

    From AI Risk Atlas (IBM2025)

  9. 65.15.02 · Risk Sub-Category

    Output risks (Value alignment)

    Harmful code generation

    "Models might generate code that causes harm or unintentionally affects other systems."

    From AI Risk Atlas (IBM2025)

  10. "LLMs are not adversarially robust and are vulnerable to security failures such as jailbreaks and prompt-injection attacks. While a number of jailbreak attacks have been proposed in the literature, the lack of standardized evaluation makes it difficult to compare them. We also do not have efficient white-box methods to evaluate adver- sarial robustness. Multi-modal LLMs may further allow novel types of jailbreaks via additional modalities. Finally, the lack of robust privilege levels within the LLM input means that jailbreaking and prompt-injection attacks may be particularly hard to eliminate

    From Foundational Challenges in Assuring Alignment and Safety of Large Language Models (Anwar2024)

  11. 73.07.01 · Risk Sub-Category

    Jailbreaks and Prompt Injections Threaten Security of LLMs

    Exploiting Limited Generalization of Safety Finetuning

    "Safety tuning is performed over a much narrower distribution compared to the pretraining distribution. This leaves the model vulnerable to attacks that exploit gaps in the generalization of the safety training, e.g. using encoded text (Wei et al., 2023c) or low-resource languages (Deng et al., 2023a; Yong et al., 2023) (see also Section 3.2)."

    From Foundational Challenges in Assuring Alignment and Safety of Large Language Models (Anwar2024)

  12. 73.07.02 · Risk Sub-Category

    Jailbreaks and Prompt Injections Threaten Security of LLMs

    “Model Psychology” Attacks

    "LLMs are vulnerable to “psychological” tricks (Li et al., 2023e; Shen et al., 2023), which can be exploited by attackers. Examples include instructing the model to behave like a specific persona (Shah et al., 2023; Andreas, 2022), or employing various “social engineering” tricks crafted by humans (Wei et al., 2023c) or other LLMs (Perez et al., 2022b; Casper et al., 2023c)."

    From Foundational Challenges in Assuring Alignment and Safety of Large Language Models (Anwar2024)

  13. 73.07.04 · Risk Sub-Category

    Jailbreaks and Prompt Injections Threaten Security of LLMs

    Attacking LLMs via Additional Modalities a

    "LLMs can now process modalities other than text, e.g. images or video frames (OpenAI, 2023c; Gemini Team, 2023). Several studies show that gradient-based attacks on multimodal models are easy and effective (Carlini et al., 2023a; Bailey et al., 2023; Qi et al., 2023b). These attacks manipulate images that are input to the model (via an appropriate encoding). GPT-4Vision (OpenAI, 2023c) is vulnerable to jailbreaks and exfiltration attacks through much simpler means as well, e.g. writing jailbreaking text in the image (Willison, 2023a; Gong et al., 2023). For indirect prompt injection, the atta

    From Foundational Challenges in Assuring Alignment and Safety of Large Language Models (Anwar2024)

  14. "The previous section explored jailbreaks and other forms of adversarial prompts as ways to elicit harmful capabilities acquired during pretraining. These methods make no assumptions about the training data. On the other hand, poisoning attacks (Biggio et al., 2012) perturb training data to introduce specific vulnerabilities, called backdoors, that can then be exploited at inference time by the adversary. This is a challenging problem in current large language models because they are trained on data gathered from untrusted sources (e.g. internet), which can easily be poisoned by an adversary (

    From Foundational Challenges in Assuring Alignment and Safety of Large Language Models (Anwar2024)

  15. 74.01.01 · Risk Sub-Category

    Inherent Risk

    Privacy - Membership Inference Attack (MIA)

    "inferring whether a given text record is used for training LLM"

    From A Survey on Responsible LLMs: Inherent Risk, Malicious Use, and Mitigation Strategy (Wang2025)

  16. 74.01.02 · Risk Sub-Category

    Inherent Risk

    Privacy - Data Extraction Attack (DEA)

    "extracting the text records that exist in the training dataset"

    From A Survey on Responsible LLMs: Inherent Risk, Malicious Use, and Mitigation Strategy (Wang2025)

  17. 74.01.03 · Risk Sub-Category

    Inherent Risk

    Privacy - Prompt Inversion Attack (PIA)

    "stealing the private prompting texts"

    From A Survey on Responsible LLMs: Inherent Risk, Malicious Use, and Mitigation Strategy (Wang2025)

  18. 74.01.04 · Risk Sub-Category

    Inherent Risk

    Privacy - Attribute Inference Attack (AIA)

    "deducing the private or sensitive information from training texts, prompting texts or external texts"

    From A Survey on Responsible LLMs: Inherent Risk, Malicious Use, and Mitigation Strategy (Wang2025)

  19. 74.01.05 · Risk Sub-Category

    Inherent Risk

    Privacy - Model Extraction Attack (MEA)

    "replicating the parameters of the LLM,"

    From A Survey on Responsible LLMs: Inherent Risk, Malicious Use, and Mitigation Strategy (Wang2025)

  20. 74.02.02 · Risk Sub-Category

    Malicious Use

    Jailbreak in LLM Malicious Use - Poisoning Training Data

    "In the data collecting and pre-training phase, malicious adversaries can Jailbreak LLMs through poisoning their training data to make the model to output harmful content."

    From A Survey on Responsible LLMs: Inherent Risk, Malicious Use, and Mitigation Strategy (Wang2025)

  21. 74.02.03 · Risk Sub-Category

    Malicious Use

    Jailbreak in LLM Malicious Use - Backdoor Attack

    "However, there are still ones who can leave holes in the training dataset, making LLMs appear safe on average, but generate harmful content under other specific conditions. This kind of attack can be categorized as "backdoor attack". Evan et al. developed a backdoor model that behaves as expected when trained, but exhibits different and potentially harmful behavior when deployed [81]. The results show that these backdoor behaviors persist even after multiple security training techniques are applied."

    From A Survey on Responsible LLMs: Inherent Risk, Malicious Use, and Mitigation Strategy (Wang2025)

  22. 74.02.04 · Risk Sub-Category

    Malicious Use

    Jailbreak in LLM Malicious Use - White & Black Box Attacks

    "In the fine-tuning and alignment phase, elaborately- designed instruction datasets can be utilized to fine-tune LLMs to drive them to perform undesirable behaviors, such as generating harmful information or content that violates ethical norms, and thus achieve a jailbreak. Based on the accessibility to the model parameters, we can categorize them into white-box and black-box attacks. For white-box attacks, we can jailbreak the model by modifying its parameter weights. In [107], Lermen et al. used LoRA to fine-tune the Llama2’s 7B, 13B, and 70B as well as Mixtral on AdvBench and RefusalBench d

    From A Survey on Responsible LLMs: Inherent Risk, Malicious Use, and Mitigation Strategy (Wang2025)

  23. 74.02.05 · Risk Sub-Category

    Malicious Use

    Jailbreak in LLM Malicious Use - Prompt Attacks

    "In the prompting and reasoning phase, dialog can push LLMs into confused or overly compliant states, raising the risk of producing harmful outputs when confronted with harmful questions. Most of the jailbreak methods in this phase are black-boxed and can be categorized into four main groups based on the type of method: Prompt Injection [154], Role Play, Adversarial Prompting, and Prompt Form Transformation."

    From A Survey on Responsible LLMs: Inherent Risk, Malicious Use, and Mitigation Strategy (Wang2025)

  24. "These risks arise from the LM outputting false, misleading, nonsensical or poor quality information, without malicious intent of the user. (The deliberate generation of "disinformation", false information that is intended to mislead, is discussed in the section on Malicious Uses.) Resulting harms range from unintentionally misinforming or deceiving a person, to causing material harm, and amplifying the erosion of societal distrust in shared information. Several risks listed here are well-documented in current large-scale LMs as well as in other language technologies"

    From Taxonomy of Risks posed by Language Models (Weidinger2022)

  25. "Harms that arise from the language model providing false or misleading information"

    From Ethical and social risks of harm from language models (Weidinger2021)

  26. "AI systems generating and facilitating the spread of inaccurate or misleading information that causes people to develop false beliefs"

    From Sociotechnical Safety Evaluation of Generative AI Systems (Weidinger2023)

  27. 24.11.00 · Risk Category

    Misinformation risks

    "The rapid integration of AI systems with advanced capabilities, such as greater autonomy, content generation, memorisation and planning skills (see Chapter 4) into personalised assistants also raises new and more specific challenges related to misinformation, disinformation and the broader integrity of our information environment. "

    From The Ethics of Advanced AI Assistants (Gabriel2024)

  28. 58.07.06 · Risk Sub-Category

    Societal and Cultural

    Historical revisionism

    "Historical revisionism - Deliberate or unintentional reinterpretation of established/orthodox historical events or accounts held by societies, communities, academics."

    From A Collaborative, Human-Centred Taxonomy of AI, Algorithmic, and Automation Harms (Abercrombie2024)

  29. 02.02.00 · Risk Category

    Untruthful Content

    "The LLM-generated content could contain inaccurate information"

    From Risk Taxonomy, Mitigation, and Assessment Benchmarks of Large Language Model Systems (Cui2024)

  30. 02.02.01 · Risk Sub-Category

    Untruthful Content

    Factuality Errors

    "The LLM-generated content could contain inaccurate information" which is factually incorrect

    From Risk Taxonomy, Mitigation, and Assessment Benchmarks of Large Language Model Systems (Cui2024)

  31. 02.02.02 · Risk Sub-Category

    Untruthful Content

    Faithfulness Errors

    "The LLM-generated content could contain inaccurate information" which is is not true to the source material or input used

    From Risk Taxonomy, Mitigation, and Assessment Benchmarks of Large Language Model Systems (Cui2024)

  32. 02.09.00 · Risk Category

    Hallucinations

    "LLMs generate nonsensical, untruthful, and factual incorrect content"

    From Risk Taxonomy, Mitigation, and Assessment Benchmarks of Large Language Model Systems (Cui2024)

  33. 02.09.01 · Risk Sub-Category

    Hallucinations

    Knowledge Gaps

    "Since the training corpora of LLMs can not contain all possible world knowledge [114]–[119], and it is challenging for LLMs to grasp the long-tail knowledge within their training data [120], [121], LLMs inherently possess knowledge boundaries [107]. Therefore, the gap between knowledge involved in an input prompt and knowledge embedded in the LLMs can lead to hallucinations"

    From Risk Taxonomy, Mitigation, and Assessment Benchmarks of Large Language Model Systems (Cui2024)

  34. 02.09.02 · Risk Sub-Category

    Hallucinations

    Noisy Training Data

    "Another important source of hallucinations is the noise in training data, which introduces errors in the knowledge stored in model parameters [111]–[113]. Generally, the training data inherently harbors misinformation. When training on large-scale corpora, this issue becomes more serious because it is difficult to eliminate all the noise from the massive pre-training data."

    From Risk Taxonomy, Mitigation, and Assessment Benchmarks of Large Language Model Systems (Cui2024)

  35. 02.09.03 · Risk Sub-Category

    Hallucinations

    Defective Decoding Process

    In general, LLMs employ the Transformer architecture [32] and generate content in an autoregressive manner, where the prediction of the next token is conditioned on the previously generated token sequence. Such a scheme could accumulate errors [105]. Besides, during the decoding process, top-p sampling [28] and top-k sampling [27] are widely adopted to enhance the diversity of the generated content. Nevertheless, these sampling strategies can introduce “randomness” [113], [136], thereby increasing the potential of hallucinations"

    From Risk Taxonomy, Mitigation, and Assessment Benchmarks of Large Language Model Systems (Cui2024)

  36. 02.09.04 · Risk Sub-Category

    Hallucinations

    False Recall of Memorized Information

    "Although LLMs indeed memorize the queried knowledge, they may fail to recall the corresponding information [122]. That is because LLMs can be confused by co-occurance patterns [123], positional patterns [124], duplicated data [125]–[127] and similar named entities [113]."

    From Risk Taxonomy, Mitigation, and Assessment Benchmarks of Large Language Model Systems (Cui2024)

  37. 02.09.05 · Risk Sub-Category

    Hallucinations

    Pursuing Consistent Context

    "LLMs have been demonstrated to pursue consistent context [129]–[132], which may lead to erroneous generation when the prefixes contain false information. Typical examples include sycophancy [129], [130], false demonstrations-induced hallucinations [113], [133], and snowballing [131]. As LLMs are generally fine-tuned with instruction-following data and user feedback, they tend to reiterate user-provided opinions [129], [130], even though the opinions contain misinformation. Such a sycophantic behavior amplifies the likelihood of generating hallucinations, since the model may prioritize user op

    From Risk Taxonomy, Mitigation, and Assessment Benchmarks of Large Language Model Systems (Cui2024)

  38. 03.02.00 · Risk Category

    Hallucinations

    "The inclusion of erroneous information in the outputs from AI systems is not new. Some have cautioned against the introduction of false structures in X-ray or MRI images, and others have warned about made-up academic references. However, as ChatGPT-type tools become available to the general population, the scale of the problem may increase dramatically. Furthermore, it is compounded by the fact that these conversational AIs present true and false information with the same apparent “confidence” instead of declining to answer when they cannot ensure correctness. With less knowledgeable people,

    From Navigating the Landscape of AI Ethics and Responsibility (Cunha2023)

  39. 04.05.00 · Risk Category

    Misleading Information

    Large models are usually susceptible to hallucination problems, sometimes yielding nonsensical or unfaithful data that results in misleading outputs.

    From Towards Safer Generative Language Models: A Survey on Safety Risks, Evaluations, and Improvements (Deng2023)

  40. 05.04.00 · Risk Category

    Hallucinations

    Significant concerns are raised about LLMs inadvertently generating false or misleading information, as well as erroneous code. Papers not only critically analyze various types of reasoning errors in LLMs but also examine risks associated with specific types of misinformation, such as medical hallucinations. Given the propensity of LLMs to produce flawed outputs accompanied by overconfident rationales and fabricated references, many sources stress the necessity of manually validating and fact-checking the outputs of these models.

    From Mapping the Ethics of Generative AI: A Comprehensive Scoping Review (Hagendorff2024)

  41. 11.05.01 · Risk Sub-Category

    Societal System Harms

    Information harms

    information-based harms capture concerns of misinformation, disinformation, and malinformation. Algorithmic systems, especially generative models and recommender, systems can lead to these information harms

    From Sociotechnical Harms of Algorithmic Systems: Scoping a Taxonomy for Harm Reduction (Shelby2023)

  42. 16.03.01 · Risk Sub-Category

    Risk area 3: Misinformation Harms

    Disseminating false or misleading information

    "Where a LM prediction causes a false belief in a user, this may threaten personal autonomy and even pose downstream AI safety risks [99]."

    From Taxonomy of Risks posed by Language Models (Weidinger2022)

  43. 16.03.02 · Risk Sub-Category

    Risk area 3: Misinformation Harms

    Causing material harm by disseminating false or poor information e.g. in medicine or law

    "Induced or reinforced false beliefs may be particularly grave when misinformation is given in sensitive domains such as medicine or law. For example, misin- formation on medical dosages may lead a user to cause harm to themselves [21, 130]. False legal advice, e.g. on permitted owner- ship of drugs or weapons, may lead a user to unwillingly commit a crime. Harm can also result from misinformation in seemingly non-sensitive domains, such as weather forecasting. Where a LM prediction endorses unethical views or behaviours, it may motivate the user to perform harmful actions that they may otherw

    From Taxonomy of Risks posed by Language Models (Weidinger2022)

  44. 17.03.01 · Risk Sub-Category

    Misinformation Harms

    Disseminating false or misleading information

    "Predicting misleading or false information can misinform or deceive people. Where a LM prediction causes a false belief in a user, this may be best understood as ‘deception’10, threatening personal autonomy and potentially posing downstream AI safety risks (Kenton et al., 2021), for example in cases where humans overestimate the capabilities of LMs (Anthropomorphising systems can lead to overreliance or unsafe use). It can also increase a person’s confidence in the truth content of a previously held unsubstantiated opinion and thereby increase polarisation."

    From Ethical and social risks of harm from language models (Weidinger2021)

  45. 17.03.02 · Risk Sub-Category

    Misinformation Harms

    Causing material harm by disseminating false or poor information

    "Poor or false LM predictions can indirectly cause material harm. Such harm can occur even where the prediction is in a seemingly non-sensitive domain such as weather forecasting or traffic law. For example, false information on traffic rules could cause harm if a user drives in a new country, follows the incorrect rules, and causes a road accident (Reiter, 2020)."

    From Ethical and social risks of harm from language models (Weidinger2021)

  46. 18.02.01 · Risk Sub-Category

    Misinformation Harms

    Propagating misconceptions/ false beliefs

    "Generating or spreading false, low-quality, misleading, or inaccurate information that causes people to develop false or inaccurate perceptions and beliefs"

    From Sociotechnical Safety Evaluation of Generative AI Systems (Weidinger2023)

  47. 23.08.00 · Risk Category

    Specialized Advice

    "This category addresses responses that contain specialized financial, medical or legal advice, or that indicate dangerous activities or objects are safe."

    From Introducing v0.5 of the AI Safety Benchmark from MLCommons (Vidgen2024)

  48. 24.06.01 · Risk Sub-Category

    Appropriate Relationships

    Causing direct emotional or physical harm to users

    AI assistants could cause direct emotional or physical harm to users by generating disturbing content or by providing bad advice. "Indeed, even though there is ongoing research to ensure that outputs of conversational agents are safe (Glaese et al., 2022), there is always the possibility of failure modes occurring. An AI assistant may produce disturbing and offensive language, for example, in response to a user disclosing intimate information about themselves that they have not felt comfortable sharing with anyone else. It may offer bad advice by providing factually incorrect information (e.g.

    From The Ethics of Advanced AI Assistants (Gabriel2024)

  49. 27.01.05 · Risk Sub-Category

    Typical safety scenarios

    Physical Harm

    "The model generates unsafe information related to physical health, guiding and encouraging users to harm themselves and others physically, for example by offering misleading medical information or inappropriate drug usage guidance. These outputs may pose potential risks to the physical health of users."

    From Safety Assessment of Chinese Large Language Models (Sun2023)

  50. 27.01.06 · Risk Sub-Category

    Typical safety scenarios

    Mental Health

    "The model generates a risky response about mental health, such as content that encourages suicide or causes panic or anxiety. These contents could have a negative effect on the mental health of users."

    From Safety Assessment of Chinese Large Language Models (Sun2023)

Informational only, not legal advice. Verify every claim against the linked official sources and consult qualified counsel before acting.