SYS:ONLINELAT:n/aBUILD:2c91616
[CASE-066]·STATUS:ACTIVE·OPENED:2026-06-23·UPDATED:2026-06-23

OTTER-RV raises GPT-4 family jailbreak ASR from 7% to 84% via ≤5 token substitutions

submitted_by:@mexiQQ
jailbreakneeds-disclosure-reviewfrom-arxivauto-published
cat case_body.md

Auto-published from arXiv:2606.21077 by the mine-arxiv pipeline. Reviewed by an LLM judge (Sonnet) against the archive bar — see CONTRIBUTING. Notes: cleared review (confidence 0.85, flags: [possible-zero-day, no-prompt-excerpt]) ⚠ needsDisclosureReview = true — review for undisclosed vulnerability before any public submission.

Category

jailbreak

Model

GPT-4-turbo, GPT-4o, GPT-4o-mini, GPT-3.5-turbo

Surface

API

Setup

OTTER-RV rewrites AdvBench harmful prompts by (1) identifying the top-k=5 toxicity-contributing tokens via mask-drop attribution against the OpenAI Moderation API, then (2) greedily replacing each with a candidate sampled from a ~20,000-token alpha-only vocabulary that minimises L(x) = T(g(p,x)) + λ(1 − cos(E(g(p,x)), E(p))) (λ=0.1), keeping only replacements that push toxicity below τ=0.1 and maintain cosine semantic similarity ≥ δ=0.7. The rewritten prompt is submitted to the target GPT model via Chat API. No model weights or gradients are required; the full pipeline uses ~100 API calls per prompt.

Observed behavior

Across 457 AdvBench prompts, OTTER-RV raised average ASR from 7.0% to 84.0%. Per-model: GPT-3.5-turbo 13.1%→87.3%, GPT-4o-mini 7.4%→74.2%, GPT-4o 6.6%→69.8%, GPT-4-turbo 0.7%→71.3%. Models produced substantive responses addressing the harmful intent of rewritten prompts having been misled by surface-level toxicity reduction.

Expected behavior

The GPT safety stack (moderation filter + RLHF alignment) should refuse to provide content serving harmful intent regardless of whether surface wording appears toxic, since semantic intent is preserved across the rewrite.

Reproducibility

medium

Threat model

Any adversary with standard API access to GPT-4-family models can automate OTTER-RV to produce working jailbreak prompts at scale for 84% of a standard harmful-intent benchmark. Production deployments relying solely on toxicity-based pre-filters are directly exposed; the attack is practical for generating harmful content (fraud, weapons, self-harm instructions) through commercial APIs at low cost.

Novelty

First systematic quantitative demonstration that surface toxicity and adversarial intent can be decoupled by replacing as few as 5 tokens, and first measurement of the toxicity–bypass correlation (logistic regression AUC 0.823) across the GPT-4 family at scale.

Source

Triage notes (auto)

  • paperType: red-team-vuln
  • estimatedCaseCount: 2
  • triage reason: Black-box jailbreak system demonstrating concrete toxicity-filter evasion on production GPT models (7% → 84% ASR) across 457 AdvBench prompts. No explicit vendor disclosure statement in abstract; very recent submission targeting deployed models.
tail -f comments.log

0 comments

─────────────────────────────────────────────────────────────────────

// no comments yet