ZeroHour
Story · 2 sources · 2 articlesfirst updated ()

PuzzleMask: Plain-Prose Prompt Wrappers Bypass All Tested LLM Safety Gatekeepers, Trigger Payloads in GPT-5

infoAI safety & securityimportance 55
What's new: This is the first merged summary for the story. The GBHackers follow-up report (2026-09-11) corroborated the initial Check Point disclosure and added more specific details: exact model version identifiers for all four gatekeepers, the precise payload-activation figure of 17 of 18 trials (~94.4%) versus the initial 'over 90%' framing, and the observation that successful extraction often required…
Merged summary · glm-5.3 · rewritten as coverage arrives

Check Point Research details PuzzleMask, a technique that hides policy-violating prompts inside natural-looking English prose, achieving a 100% bypass rate against four LLM gatekeepers and over 90% payload activation in GPT-5 with a Python interpreter.

Check Point Research disclosed PuzzleMask, a prompt-crafting technique that embeds policy-violating payloads inside grammatical, plain-English prose wrappers, avoiding detectable artifacts such as emojis, Base64, invisible Unicode, or other obvious encodings. In testing, 23 obfuscated prompts were submitted to four lightweight pre-screening gatekeeper models—gpt-4o-mini-2024-07-18, gpt-oss-safeguard:20b, claude-3-haiku-20240307, and llama-guard3:8b—and every one was classified as safe, a 100% bypass rate, even where policies flagged the plain unobfuscated versions. When the crafted prompts were passed to GPT-5 in Thinking mode (high reasoning) with access to a Python interpreter, the target model extracted and acted on the hidden payload in 17 of 18 trials (~94.4%); Check Point broadly describes this as 'over 90% of trials.' Successful recoveries often required more than a minute of reasoning and multiple Python executions. Researchers emphasize PuzzleMask is not itself a jailbreak but can carry a jailbreak prompt as its payload. Recommended mitigations include paraphrasing untrusted input, hardening gatekeeper policy wording, output monitoring, and defense-in-depth controls for agentic deployments.

  • Technique named PuzzleMask, disclosed by Check Point Research (first report 2026-09-10, follow-up coverage 2026-09-11)
  • Payloads are hidden in natural, grammatical prose with no emojis, Base64, invisible Unicode, or other encodings
  • 23 crafted prompts were tested against four gatekeeper models: gpt-4o-mini-2024-07-18, gpt-oss-safeguard:20b, claude-3-haiku-20240307, and llama-guard3:8b
  • All four gatekeepers classified every crafted prompt as safe — a 100% bypass rate — despite policies that flagged the plain versions
  • GPT-5 Thinking (high-reasoning mode) with a Python interpreter extracted and acted on the hidden payload in 17 of 18 trials (~94.4%), described as 'over 90%' in Check Point's broader framing
  • Successful payload recovery often took over a minute of reasoning plus multiple Python executions
  • PuzzleMask is not a jailbreak itself but can carry a jailbreak prompt as its payload
  • Mitigations recommended: input paraphrasing, hardened gatekeeper policy wording, output monitoring, and defense-in-depth controls for agentic deployments

Coverage timeline

  1. · 5d ago
    Check Point Research· 55
    PuzzleMask: Abusing Plain Prose as a Covert AI Attack Vector

    Check Point details PuzzleMask, a plain-prose technique that bypasses LLM gatekeeper policy checks, letting hidden payloads reach target models unreviewed.

  2. · 4d ago
    GBHackers· 50
    New AI Attack Hides Malicious Instructions in Normal-Looking Text to Evade Safety Filters

    Check Point researchers show crafted prose hides policy-violating instructions that bypass all tested LLM gatekeepers, including GPT-4o mini and Llama Guard 3.