Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: 99c65015
Paper published June 1, 2025
Entry analyzed July 14, 2025
Paper-reported evidence
Confidence: Source-linked

The LMVD-ID is an internal research identifier, not an official CVE identifier.

Bitstream Camouflage Jailbreak

A novel black-box attack, dubbed BitBypass, exploits the vulnerability of aligned LLMs by camouflaging harmful prompts using hyphen-separated bitstreams. This bypasses safety alignment mechanisms by transforming…

BibTeX citation

Paper-evaluated models(5)

Claude 3.5 Sonnet, Gemini 1.5 Pro, GPT-4o +2 more
  • Claude 3.5 Sonnet
  • Gemini 1.5 Pro
  • GPT-4o
  • Llama 3.1 70B
  • Mixtral 8x22B

Description

A novel black-box attack, dubbed BitBypass, exploits the vulnerability of aligned LLMs by camouflaging harmful prompts using hyphen-separated bitstreams. This bypasses safety alignment mechanisms by transforming sensitive words into their bitstream representations and replacing them with placeholders, in conjunction with a specially crafted system prompt that instructs the LLM to convert the bitstream back to text and respond as if given the original harmful prompt.

Examples

See arXiv:2506.02479v1. The paper provides examples of harmful prompts transformed using bitstream camouflage and the accompanying system prompts that successfully elicit unsafe responses from several LLMs.

Impact

Successful exploitation of BitBypass allows attackers to circumvent LLMs' safety mechanisms and elicit responses containing harmful, unsafe, or illegal content, such as instructions on creating weapons, conducting phishing attacks, obtaining illegal substances, and similar activities.. This jeopardizes user safety and trust in aligned LLMs.

Affected Systems

The vulnerability affects multiple state-of-the-art LLMs, including GPT-4o, Gemini 1.5, Claude 3.5, Llama 3.1, and Mixtral, as evaluated in the research paper. The vulnerability is shown to persist even in newer versions.

Mitigation Steps

  • Implement more robust input sanitization and filtering that detects and mitigates hyphen-separated bitstream patterns.
  • Develop more sophisticated anomaly detection mechanisms that consider both prompt and system level context.
  • Explore and implement defensive techniques inspired by methods like those proposed by Jain et al. (2023), such as perplexity-based screening of system prompts.
  • Investigate the use of diverse and more robust safety alignment training techniques to make models more resilient against adversarial prompting attacks based on bitstream or other forms of encoding subterfuge.

Research context and confidence

Evidence and verification
Paper-reported; independent reproduction is not documented.
Primary research source linked.
Severity
Not rated by this catalog.
Source and publication type
arXiv · Research preprint.
Peer-review status is not provided by this source.
Author and publication status
Author metadata is not stored; see the primary paper.
Threat model and attacker access
Black-box model, service, or application access.
Related deployment categories
No related deployment category is classified.
Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
Affected systems
The vulnerability affects multiple state-of-the-art LLMs, including GPT-4o, Gemini 1.5, Claude 3.5, Llama 3.1, and Mixtral, as evaluated in the research paper. The vulnerability is shown to persist even in newer…

Research Paper

BitBypass: A New Direction in Jailbreaking Aligned Large Language Models with Bitstream Camouflage

Primary source: arXiv. Findings are reported by the cited research and have not been independently verified.

View Paper

Evidence

This entry is based on a primary research source. Its findings are paper-reported; independent reproduction and verification are not claimed.

https://arxiv.org/abs/2506.02479