Leonardo Ai platform exploited for nonconsensual celebrity deepfakes

Leonardo Ai's text-to-image generator was exploited to create nonconsensual sexual images of celebrities. The failure was attributed to users sharing prompt bypasses in online communities, leading the company to strengthen its safety guardrails.

Leonardo Ai · Incident Apr 9, 2024 · Indexed Jun 22, 2026 · 2 sources

Users shared prompts in Telegram groups to sidestep guardrails and generate nonconsensual celebrity imagery.
What
Leonardo Ai's text-to-image generator was exploited to create nonconsensual sexual images of celebrities.
Incident date
Apr 9, 2024
Who
Leonardo Ai
Failure mode
Prompt Injection
AI surface
Chatbot
Severity
High

What happened

Users in Telegram and Reddit communities shared specific prompt instructions to bypass Leonardo Ai's safety filters, enabling the generation of nonconsensual sexual images of celebrities. The exploit was brought to light by a 404 Media investigation in April 2024. Leonardo Ai responded by pledging to strengthen its guardrails and implement new logic to prevent similar bypasses.

What broke inside the model

Failure path · mode profile · Prompt Injection
  1. 01 · TriggerThe model reads retrieved or user-supplied text.
  2. 02 · Model stepThat text carries hidden instructions.
  3. 03 · Control gapNothing separates untrusted data from trusted commands.
  4. 04 · FailureThe injected instruction overrides the operator's.
  5. 05 · ConsequenceThe system acts on an outsider's intent.

At the injection point, retrieved text overrides the operator's instruction.

The platform's automated filtering process failed to block specific prompt patterns designed to circumvent restrictions. This allowed users to bypass the content moderation filters that were intended to prevent the generation of sexually explicit material.

Public visibilityHigh
Regulatory exposurePossible
Customer impactMany customers
Financial impactUnknown
Time to disclosureWeeks
  1. PressLeonardo Ai pledges to strengthen guardrails after deepfake porn investigationcapitalbrief.com
  2. PressGenerative AI startup Leonardo is being used to make deepfake celebrity pornstartupdaily.net
Permalinkhttps://failureindex.ai/failures/leonardo-platform-exploited-nonconsensual-celebrity-dee
CitationAI Failure Index. "Leonardo Ai platform exploited for nonconsensual celebrity deepfakes" (FI-0629). Realm Labs. https://failureindex.ai/failures/leonardo-platform-exploited-nonconsensual-celebrity-dee (indexed Jun 22, 2026).
Share cardA branded image of this record for posts and slides.

Data fields CC-BY 4.0, prose citation permitted. Incident ID FI-0629. Full dataset at /data.

Note from Realm Labs, the Index steward

How Realm would have caught this

Controls for this failure mode
  • Prism
  • OmniGuard

Realm inspects the model's internal state for the signature of instructions arriving through the data channel, so an injected command can be flagged and blocked inline before the model acts on it, instead of trusting a classifier that scores the input as safe.