PuzzleMask Abusing Plain Prose as a Covert AI Attack Vector - #2901
Open
carlospolop wants to merge 1 commit into
Open
carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://research.checkpoint.com/2026/puzzlemask-abusing-plain-prose-as-a-covert-ai-attack-vector Content Categories: Based on the analysis, this content was categorized under "AI > AI Security, preferably as a new page such as Covert Prompt Injection and Gatekeeper-Target Mismatch, with cross-references to AI Prompts and AI Security Methodology". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Overview and architecture: PuzzleMask is a plain-prose covert prompt-injection technique that bypasses a two-stage LLM security architecture. In the intended design, untrusted input is first sent to a fast external gatekeeper LLM. The gatekeeper is instructed not to answer or execute the request, but only to classify the input as
safeorunsafeaccording to a policy. If the gatekeeper returnssafe, the same input is forwarded to a stronger ...🔧 Technical Details
A gatekeeper-target mismatch can be abused by sending the same attacker-controlled text to a fast policy-checking LLM and to a more capable target LLM. The attacker hides a policy-violating instruction inside fluent prose so the gatekeeper, which has limited reasoning, no interpreter, and no downstream-action monitoring, classifies the wrapper as safe. A target with higher reasoning effort and a code interpreter can analyze the wrapper, recover the hidden instruction, and process it as additional input. The payload can request file reads, protected output, destructive local actions, copyrighted content, or a second-stage jailbreak; recovery alone does not guarantee that the target will violate its own policy.
The carrier can be ordinary prose such as instructions, literary text, furniture-assembly content, or credits. The published generation method uses an automated LLM-assisted pipeline with constraints on length, punctuation, content, a self-referential quantitative phrase,...
🤖 Agent Actions
Updated
src/AI/AI-Prompts.mdwith:Used the existing prompt-security page instead of creating a redundant standalone page.
git diff --checkpasses;mdbookwas unavailable for a full build.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.