Towards Effective Prompt Stealing Attack against\\Text-to-Image Diffusion Models

Published: 24 Feb 2026, Last Modified: 25 Mar 2026NDSS 2026EveryoneCC BY 4.0
Abstract: Text-to-Image (T2I) models, represented by DALL$\cdot$E and Midjourney, have gained huge popularity for creating realistic images. The quality of these images relies on the carefully engineered prompts, which have become valuable intellectual property. While skilled prompters showcase their AI-generated art on markets to attract buyers, this business incidentally exposes them to \textit{prompt stealing attacks}. Existing state-of-the-art attack techniques reconstruct the prompts from a fixed set of modifiers (\textit{i.e.,} style descriptions) with model-specific training, which exhibit restricted adaptability and effectiveness to diverse showcases (\textit{i.e.,} target images) and diffusion models. To alleviate these limitations, we propose \textbf{Prometheus}, a training-free, proxy-in-the-loop, search-based prompt-stealing attack, which reverse-engineers the valuable prompts of the showcases by interacting with a local proxy model. It consists of three innovative designs. First, we introduce \textit{dynamic modifiers}, as a supplement to static modifiers used in prior works. These dynamic modifiers provide more details specific to the showcases, and we exploit NLP analysis to generate them on the fly. Second, we design a \textit{contextual matching} algorithm to sort both dynamic and static modifiers. This offline process helps reduce the search space of the subsequent step. Third, we interact with a local proxy model to invert the prompts with a greedy search algorithm. Based on the feedback guidance, we refine the prompt to achieve higher fidelity. The evaluation results show that \textbf{Prometheus} successfully extracts prompts from popular platforms like PromptBase and AIFrog against diverse victim models, including Midjourney, Leonardo.ai, and DALL$\cdot$E, with an ASR improvement of 25.0\%. We also validate that \textbf{Prometheus} is resistant to extensive potential defenses, further highlighting its severity in practice.
Loading