paper-with-me

Papers

One Leak Away: How Pretrained Model Exposure Amplifies Jailbreak Risks in Finetuned LLMs

2025-12-14 · Yixin Tan, Zhe Yu, Jun Sakuma arxiv

Finetuning pretrained large language models (LLMs) has become the standard paradigm for developing downstream applications. However, its security implications remain unclear, particularly regarding whether finetuned LLMs inherit jailbreak vulnerabilities from their pretrained sources. We investigate this question in a realistic pretrain-to-finetune threat model, where an attacker has full access to a released pretrained LLM but no access to its proprietary finetuned derivatives. Empirical analysis shows that adversarial prompts optimized on the pretrained model transfer most effectively to its finetuned variants, revealing inherited vulnerabilities from pretrained to finetuned LLMs. To further examine this inheritance, we conduct representation-level probing, which shows that transferable prompts are linearly separable within the pretrained hidden states, suggesting that transferability-relevant structure is already encoded in pretrained representations. Building on this insight, we propose the Probe-Guided Projection (PGP) attack, which steers optimization toward transferability-relevant directions. Experiments across multiple LLM families and diverse finetuned tasks confirm PGP's strong transfer success, underscoring the security risks inherent in the pretrain-to-finetune paradigm. Finally, we demonstrate that the same representation-level insights also enable a lightweight defense that mitigates pretrain-to-finetune jailbreak transfer while preserving downstream utility.

📄 PDF Abstract BibTeX arXiv:2512.14751

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TRACE: Distilling Where It Matters via Token-Routed Self On-Policy Alignment

2026-05-11 · Jiaxuan Wang, Xuan Ouyang, Zhiyu Chen, Yulan Hu 외 arxiv

On-policy self-distillation (self-OPD) densifies reinforcement learning with verifiable rewards (RLVR) by letting a policy teach itself under privileged context. We find that when this guidance spans the full response, a…

Reinforcement Learning

Mission Impossible: A Statistical Perspective on Jailbreaking LLMs

2024-08-02

Large language models (LLMs) are trained on a deluge of text data with limited quality control. As a result, LLMs can exhibit unintended or even harmful behaviours, such as leaking information, fake news or hate speech. …

RunawayEvil: Jailbreaking the Image-to-Video Generative Models

2025-12-07 · Songping Wang, Rufan Qian, Yueming Lyu, Qinglong Liu 외 arxiv

Image-to-Video (I2V) generation synthesizes dynamic visual content from image and text inputs, providing significant creative control. However, the security of such multimodal systems, particularly their vulnerability to…

Reinforcement LearningVideo Generation

DEPN: Detecting and Editing Privacy Neurons in Pretrained Language Models

2023-10-31 · Xinwei Wu, Junzhuo Li, Minghui Xu, Weilong Dong 외

Large language models pretrained on a huge amount of data capture rich knowledge and information in the training data. The ability of data memorization and regurgitation in pretrained language models, revealed in previou…

MemorizationModel Editing

LeakSealer: A Semisupervised Defense for LLMs Against Prompt Injection and Leakage Attacks

2025-08-01 · Francesco Panebianco, Stefano Bonfanti, Francesco Trovò, Michele Carminati arxiv

The generalization capabilities of Large Language Models (LLMs) have led to their widespread deployment across various applications. However, this increased adoption has introduced several security threats, notably in th…