Recently, Meta introduced a machine learning model named Prompt-Guard-86M, designed to detect and respond to prompt injection attacks. These attacks typically involve special inputs that cause large language models (LLMs) to behave inappropriately or bypass security restrictions. However, surprisingly, this new system itself has also exposed vulnerabilities to such attacks.

Hackers, Code, Programmers

Image Source: Image generated by AI, provided by Midjourney

Prompt-Guard-86M was launched by Meta alongside their Llama3.1 generative model, primarily to assist developers in filtering out problematic prompts. Large language models often process vast amounts of text and data, and without restrictions, they might freely repeat dangerous or sensitive information. Therefore, developers have incorporated "guardrails" into the model to catch harmful inputs and outputs.

However, users of AI seem to regard bypassing these guardrails as a challenge, employing prompt injection and jailbreaking techniques to make the model ignore its own safety instructions. Recently, researchers have pointed out that Meta's Prompt-Guard-86M is vulnerable to certain special inputs. For example, when the input "Ignore previous instructions" is spaced between letters, Prompt-Guard-86M obediently disregards prior commands.

This finding was proposed by a vulnerability hunter named Aman Priyanshu, who discovered this security flaw while analyzing Meta's model and Microsoft's benchmark model. Priyanshu stated that the process of fine-tuning Prompt-Guard-86M had minimal impact on individual English letters, allowing him to design this attack method. He shared this discovery on GitHub, noting that simple character spacing and removal of punctuation could disable the classifier's detection capabilities.

Hyrum Anderson, Chief Technology Officer at Robust Intelligence, also agreed with this, stating that the success rate of such attacks is nearly 100%. Although Prompt-Guard is only one part of the defense, the exposure of this vulnerability indeed serves as a wake-up call for businesses using AI. Meta has not yet responded to this, but there are reports that they are actively seeking solutions.

Key Points:

🔍 Meta's Prompt-Guard-86M has been found to have a security vulnerability, susceptible to prompt injection attacks.

💡 Adding spaces between letters can make the system ignore safety instructions, with an attack success rate nearly reaching 100%.

⚠️ This incident reminds businesses to be cautious when using AI technology, and security issues remain a concern.