Skip to main content
LLM Security Database
Skip to research search
Last analyzed 9/9/2026

Language Model Security Database

985 research findings · 1123 evaluated models

Filtered research findings

736 entries

Matches every word across titles, descriptions, sources, affected systems, and models.

Published 7/1/2024
Analyzed 7/14/2025

Large Language Models (LLMs) are vulnerable to adversarial attacks that utilize low-perplexity prompts to elicit unsafe content. These prompts, while statistically likely to occur in normal conversation, can trigger the generation of harmful or toxic outputs that evade standard safety filters. The vulnerability stems from the model's inability to reliably distinguish between benign and malicious intents within the statistical distribution of natural language.

ASTPrompter: Weakly Supervised Automated Language Model Red-Teaming to Identify Low-Perplexity Toxic Prompts
Evaluated models: Llama 3.1 8B, Mistral 7B, Qwen 7B +1 more

Source: arXiv

Published 7/1/2024
Analyzed 2/2/2025

Large Language Models (LLMs) used for code generation are vulnerable to Malicious Programming Prompts (MaPP), where an attacker injects a short string (under 500 bytes) into the prompt, causing the LLM to generate code containing vulnerabilities while maintaining functional correctness. The attack exploits the LLM's ability to follow instructions, even those inserted maliciously, to embed unintended behaviors. The injected code can range from general vulnerabilities (e.g., setting a…

MaPPing Your Model: Assessing the Impact of Adversarial Attacks on LLM-based Programming Assistants
Evaluated models: Claude 3 Haiku, Claude 3 Opus, Claude 3 Sonnet +4 more

Source: arXiv

Published 7/1/2024
Analyzed 12/29/2024

A vulnerability exists in several large language models (LLMs) where the safety alignment mechanisms are susceptible to bypass through "Multilingual Blending." This attack consists of crafting queries and eliciting responses using a mixture of multiple languages, significantly reducing the effectiveness of existing safety filters. The vulnerability stems from the models' ability to process and generate text in multiple languages, which, when combined in specific ways, can confuse the safety…

Multilingual blending: Llm safety alignment evaluation with language mixture
Evaluated models: GPT-3.5 Turbo, GPT-4o

Source: arXiv

Published 7/1/2024
Analyzed 3/4/2025

The Automated Progressive Red Teaming (APRT) framework exploits vulnerabilities in large language models (LLMs) by iteratively generating adversarial prompts. APRT uses an Intention Expanding LLM to generate diverse initial attack samples, an Intention Hiding LLM to obfuscate malicious intent, and an Evil Maker to filter ineffective prompts. This process progressively identifies and exploits weaknesses, leading to the generation of unsafe yet seemingly helpful responses from the target LLM.

Automated progressive red teaming
Evaluated models: Claude 3.5 Sonnet, GPT-4o, Llama 2 7B Chat +5 more

Source: arXiv

Published 7/1/2024
Analyzed 1/26/2025

The SoP framework allows for automated generation of jailbreak prompts, bypassing safety mechanisms in LLMs. SoP utilizes multiple automatically optimized "jailbreak characters" within a single prompt to persuade the LLM to generate harmful or undesirable content, even without any seed jailbreak templates. This vulnerability is demonstrated against GPT-3.5, GPT-4, and LLaMA-2.

Sop: Unlock the power of social facilitation for automatic jailbreak attack
Evaluated models: GPT-3.5 Turbo, GPT-4, Llama 2 7B Chat

Source: arXiv

Published 7/1/2024
Analyzed 12/29/2024

Appending a single whitespace character (space) or certain punctuation marks to the end of an LLM's input template can bypass safety mechanisms and cause the model to generate unsafe, biased, or factually incorrect outputs, even if the original prompt was benign. This vulnerability is due to the statistical properties of single-character tokens in the model's training data, causing unintended behavior in the model's token prediction.

Single character perturbations break llm alignment
Evaluated models: Not reported

Source: arXiv

Published 7/1/2024
Analyzed 12/29/2024

Large language models (LLMs) employing safety measures like filters and alignment training remain vulnerable to information leakage via "Decomposition Attacks". These attacks decompose a malicious query into multiple benign sub-queries, eliciting responses from the LLM that, when aggregated, reveal sensitive information without triggering safety filters or producing directly harmful outputs.

Breach By A Thousand Leaks: Unsafe Information Leakage in 'Safe' AI Responses
Evaluated models: Claude 3.5 Sonnet, Llama 3.1 8B Instruct, Llama Guard 3 8B

Source: arXiv

Published 6/1/2024
Analyzed 12/29/2024

Large Language Models (LLMs) exhibit vulnerability to jailbreak attacks when prompted using Arabic transliteration and Arabizi (Arabic chatspeak). While LLMs demonstrate robustness to standard Arabic prompts, even with prefix injection, the use of transliterated or Arabizi prompts bypasses safety mechanisms, leading to the generation of unsafe content. This is due to the model's learned associations with specific words in these non-standard forms, which differ from its understanding of the…

Jailbreaking llms with arabic transliteration and arabizi
Evaluated models: Anthropic Claude-3-sonnet20240229, GPT-4o, Llama2-7-billion +2 more

Source: arXiv

Published 6/1/2024
Analyzed 12/28/2024

Large Vision Language Models (LVLMs) are vulnerable to a bi-modal adversarial prompt attack (BAP). BAP leverages a combined textual and visual prompt to bypass safety mechanisms and elicit harmful responses, even in models designed to resist single-modality attacks. The attack first introduces a query-agnostic adversarial perturbation to the visual prompt, making the model more likely to respond positively regardless of the text. Then, an LLM refines the textual prompt iteratively to achieve…

Jailbreak Vision Language Models via Bi-Modal Adversarial Prompt
Evaluated models: Not reported

Source: arXiv

Published 6/1/2024
Analyzed 12/29/2024

Large Language Models (LLMs) are vulnerable to a black-box query-response optimization attack (QROA). QROA iteratively refines a malicious prompt suffix using a surrogate model to maximize a reward function that measures the likelihood of eliciting harmful content from the LLM. This attack does not require access to the model's internal parameters or logits; it operates solely via standard query-response interactions.

QROA: A Black-Box Query-Response Optimization Attack on LLMs
Evaluated models: Falcon 7B Instruct, Llama 2 7B Chat, Mistral 7B Instruct +1 more

Source: arXiv

Research methodology

Entries summarize publicly available primary-source security research. Model names reflect only systems explicitly evaluated by the cited paper, and measurements are research-reported unless independent verification is stated.