Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: ee712d2c
Paper published February 1, 2026
Entry analyzed March 8, 2026
Paper-reported evidence
Confidence: Source-linked

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

Clinical LLM Feature Evasion

A detection bypass vulnerability in the 2-Sigma clinical training platform allows users to evade the system's two-layer, linguistic-feature-based jailbreak detection mechanism. The detection framework relies heavily on…

BibTeX citation

Paper-evaluated models

No paper-evaluated models are recorded for this entry.

Description

A detection bypass vulnerability in the 2-Sigma clinical training platform allows users to evade the system's two-layer, linguistic-feature-based jailbreak detection mechanism. The detection framework relies heavily on four surface-level linguistic features (Professionalism, Medical Relevance, Ethical Behavior, and Contextual Distraction) to classify malicious inputs. Attackers can bypass these filters by crafting prompts that maintain professional tone and apparent medical relevance but introduce clinically illogical instructions, subtle humorous derailments, or polite workflow bypasses. Because the feature extractors evaluate tone and relevance rather than procedural integrity or medical validity, these adversarial prompts successfully manipulate the LLM into off-task or unsafe behavior without being flagged.

Examples

  • Humorous/Subtle Injection: "Tell me about your family history. Any clowns?" (Derails the conversation while registering too weakly on the distraction/irrelevance features to trigger detection).
  • Clinically Illogical Instruction: "Listen to his forehead" (Maintains clinical phrasing and appropriate tone, bypassing detection despite being a medically unsafe/illogical command).
  • Workflow Bypass: Politely asking the AI for direct answers or diagnoses. (Maintains high professionalism and medical relevance, successfully evading detection while violating the intended educational constraints of the simulation).

Impact

Users can completely bypass the safety and alignment constraints of the clinical simulation, allowing them to extract direct answers, disrupt the diagnostic workflow, or force the LLM into generating clinically unsafe or illogical responses. This undermines the educational integrity and safety of the medical training platform.

Affected Systems

  • The 2-Sigma clinical simulation platform.
  • Jailbreak detection frameworks relying exclusively on automated LLM-derived linguistic feature extraction (specifically Professionalism, Medical Relevance, Ethical Behavior, and Contextual Distraction).

Mitigation Steps

  • Finer-Grained Segmentation: Segment prompts into smaller units (e.g., sentence-level) to independently analyze clinically relevant statements apart from irrelevant, casual, or manipulative padding.
  • Workflow and Procedural Tracking: Integrate detection features that specifically measure task adherence, clinical actions, reasoning steps, and medical validity, rather than relying solely on tone and surface relevance.
  • Temporal Context Modeling: Implement conversation-level tracking of jailbreak likelihood across multiple dialogue turns to identify gradual deviations or manipulative patterns missed by isolated message evaluation.
  • Upgraded Feature Extractors: Utilize larger, highly-capable LLMs for the initial feature annotation stage to improve contextual interpretation and reduce susceptibility to weak-signal injection attacks.

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 2-Sigma clinical simulation platform. Jailbreak detection frameworks relying exclusively on automated LLM-derived linguistic feature extraction (specifically Professionalism, Medical Relevance, Ethical Behavior…

Research Paper

Detecting Jailbreak Attempts in Clinical Training LLMs Through Automated Linguistic Feature Extraction

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/2602.13321