Source: go.theregister.com – Author: Jessica Lyons
OpenAI’s language model GPT-4o can be tricked into writing exploit code by encoding the malicious instructions in hexadecimal, which allows an attacker to jump the model’s built-in security guardrails and abuse the AI for evil purposes, according to 0Din researcher Marco Figueroa.
0Din is Mozilla’s generative AI bug bounty platform, and Figueroa is its technical product manager. Guardrail jailbreak – finding ways to bypass the safety mechanisms built into models to create harmful or restricted content – is one of the types of vulnerabilities that 0Din wants ethical hackers and developers to expose in GenAI products and services.
In a recent blog, Figueroa detailed how one such guardrail jailbreak exposed a major loophole in the OpenAI’s LLM – it allowed him to bypass the model’s safety features and trick it into generating functional Python exploit code that could be used to attack CVE-2024-41110.
That CVE is a critical vulnerability in Docker Engine that could allow an attacker to bypass authorization plugins and lead to unauthorized actions – including privilege escalation. The years-old bug, which received a 9.9 out of 10 CVSS severity rating, was patched in July 2024.
At least one proof-of-concept already exists and, according to Figueroa, the GPT-4o-generated exploit “is almost identical” to a POC exploit developed by researcher Sean Kilfoy five months ago.
- No major AI model is safe, but some do better than others
- OpenAI’s latest o1 model family tries to emulate ‘reasoning’ – tho might overthink things a bit
- ‘Skeleton Key’ attack unlocks the worst of AI, says Microsoft
- Who uses LLM prompt injection attacks IRL? Mostly unscrupulous job seekers, jokesters and trolls
The one that Figueroa tricked the AI into writing, however, relies on hex encoding. That is, converting plain-text data into hexadecimal notation, thus hiding dangerous instructions in encoded form. As Figueroa explained:
This attack also abuses the way ChatGPT processes each encoded instruction in isolation, which “allows attackers to exploit the model’s efficiency at following instructions without deeper analysis of the overall outcome,” Figueroa wrote, adding that this illustrates the need for more context-aware safeguards.
The write-up includes step-by-step instructions and the prompts he used to bypass the model’s safeguards and write a successful Python exploit – so that’s a fun read. It sounds like Figueroa had a fair bit of fun with this exploit, too:
Figueroa opined that the guardrail bypass shows the need for “more sophisticated security” across AI models. He suggested better detection for encoded content, such as hex or base64, and developing models that are capable of analyzing the broader context of multi-step tasks – rather than just looking at each step in isolation. ®
Original Post URL: https://go.theregister.com/feed/www.theregister.com/2024/10/29/chatgpt_hex_encoded_jailbreak/
Category & Tags: –
Views: 0