Bo qua dieu huong
  • Icon Clock12/06/2026
  • Icon CmtBình luận(0)

Optimization-Based Jailbreaks: When Attackers Use Gradient Descent Against Your LLM

Manual prompt injection is no longer the frontier of LLM attacks. A new class of optimization-based jailbreaks uses gradient descent, genetic algorithms, and hill-climbing to automatically discover prompts that bypass…

Jailbreak Dựa Trên Tối Ưu Hóa: Khi Kẻ Tấn Công Sử Dụng Gradient Descent Chống Lại LLM Của Bạn

Prompt injection thủ công không còn là ranh giới cuối cùng của các cuộc tấn công LLM. Một lớp tấn công mới — jailbreak dựa trên tối ưu hóa —…

  • Icon Clock12/06/2026
  • Icon CmtBình luận(0)

基于优化的越狱攻击:当攻击者使用梯度下降攻击你的 LLM

手动提示注入已不再是 LLM 攻击的前沿。一类新型的基于优化的越狱攻击使用梯度下降、遗传算法和爬山法,以规模化方式自动发现绕过安全措施的提示。

  • Icon Clock12/06/2026
  • Icon CmtBình luận(0)

基于优化的越狱攻击:当攻击者用梯度下降对抗你的 LLM

手动提示注入已不再是 LLM 攻击的前沿。本文解释基于优化的越狱攻击如何运作,以及如何防御。

  • Icon Clock12/06/2026
  • Icon CmtBình luận(0)
/* ─── Mobile Menu Fix: replicate cybersecurity page behavior ─── */ @media (max-width: 991px) { /* Ensure topHeader doesn't clip fixed menu */ .topHeader { overflow: visible !important; } /* Menu panel when open - replicate cyber sec page */ .menuRightIn.mobile-open { z-index: 100000 !important; top: 60px !important; } /* Sub-nav in mobile mode: hide by default */ .menuRightIn.mobile-open li.has-menu .subNav { background: rgba(255, 255, 255, 0.03) !important; border-radius: 8px !important; padding: 8px 0px !important; margin-bottom: 8px !important; list-style: none !important; display: none !important; position: static !important; width: 100% !important; } /* Sub-nav shown when parent has mob-open */ .menuRightIn.mobile-open li.has-menu.mob-open .subNav { display: block !important; } /* Sub-nav link styling on mobile */ .menuRightIn.mobile-open .subNav li a { padding: 10px 16px !important; font-size: 14px !important; font-weight: 400 !important; color: rgba(255, 255, 255, 0.75) !important; } .menuRightIn.mobile-open .subNav li a:hover { color: rgb(238, 89, 43) !important; } /* Sub-menu items: vertical stack on mobile */ .menuRightIn.mobile-open > ul { flex-direction: column !important; align-items: stretch !important; padding: 0 !important; } .menuRightIn.mobile-open > ul > li { padding: 0 !important; border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important; } .menuRightIn.mobile-open > ul > li a { padding: 15px 16px !important; font-size: 16px !important; color: #fff !important; } .menuRightIn.mobile-open > ul > li a:hover { color: rgb(238, 89, 43) !important; } }