ACL 2025finding0 citations

Be Cautious When Merging Unfamiliar LLMs: A Phishing Model Capable of Stealing Privacy

Guo Zhenyuan, Yi Shi, Wenlong Meng, Chen Gong, Chengkun Wei, Wenzhi Chen

Abstract

Model merging is a widespread technology in large language models (LLMs) that integrates multiple task-specific LLMs into a unified one, enabling the merged model to inherit the specialized capabilities of these LLMs. Most task-specific LLMs are sourced from open-source communities and have not undergone rigorous auditing, potentially imposing risks in model merging. This paper highlights an overlooked privacy risk: *an unsafe model could compromise the privacy of other LLMs involved in the model merging*. Specifically, we propose *PhiMM*, a privacy attack approach that trains a phishing model capable of stealing privacy using a crafted privacy phishing instruction dataset. Furthermore, we introduce a novel model cloaking method that mimics a specialized capability to conceal attack intent, luring users into merging the phishing model. Once victims merge the phishing model, the attacker can extract personally identifiable information (PII) or infer membership information (MI) by querying the merged model with the phishing instruction. Experimental results show that merging a phishing model increases the risk of privacy breaches. Compared to the results before merging, PII leakage increased by 3.9% and MI leakage increased by 17.4% on average. We release the code of *PhiMM* through an anonymous link.

BibTeX
@inproceedings{zhenyuan-etal-2025-cautious,
    title = "Be Cautious When Merging Unfamiliar {LLM}s: A Phishing Model Capable of Stealing Privacy",
    author = "Zhenyuan, Guo  and
      Shi, Yi  and
      Meng, Wenlong  and
      Gong, Chen  and
      Wei, Chengkun  and
      Chen, Wenzhi",
    editor = "Che, Wanxiang  and
      Nabende, Joyce  and
      Shutova, Ekaterina  and
      Pilehvar, Mohammad Taher",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2025",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.findings-acl.713/",
    doi = "10.18653/v1/2025.findings-acl.713",
    pages = "13852--13871",
    ISBN = "979-8-89176-256-5"
}