PulseAugur
实时 09:08:48

新研究应对LLM代理漏洞,从安全基准到高级防御

近期研究探索增强大型语言模型(LLM)代理的可靠性和安全性。一项研究引入了DiagChain,一个用于评估LLM代理在网络安全攻击链重建方面的基准,揭示即使是先进模型在证据整合和排序方面也存在困难。另一篇论文MAFIA展示了一个仅查询的攻击框架,该框架利用LLM代理中的内存模块,在逃避检测的同时取得了高成功率。为了对抗这些漏洞,正在开发新方法,包括一个经过验证的工具调用包装器,它提高了在非原子故障下的可靠性,以及一个名为$S^3$的多阶段防御框架,该框架使用特定阶段的安全技能来减轻代理工作流程中的风险。此外,SIEVE提供了一种选择性验证策略,通过优先进行确定性检查并将模糊案例升级来防御间接提示注入。最后,对LLM代理安全理论基础的研究表明,攻击分布熵而非模型架构决定了形式化监控器的有效性,这为选择和设计安全机制提供了新方法。 AI

影响 LLM代理安全性和可靠性的进步对于在网络安全和金融服务等关键应用中的安全部署至关重要。

排序理由 多篇研究论文介绍了LLM代理的新基准、攻击向量和防御机制。

在 arXiv cs.CL 阅读 →

AI 生成摘要 · Google Gemini · 来自 13 个来源。 我们如何撰写摘要 →

新研究应对LLM代理漏洞,从安全基准到高级防御

报道来源 [13]

  1. arXiv cs.AI TIER_1 English(EN) · Elena Dumitrescu, Gert Lek, Lydia Y. Chen, J\'er\'emie Decouchant ·

    Diffusion LLMs 作为目标和对手:机制安全漏洞

    arXiv:2608.07430v1 Announce Type: cross Abstract: Diffusion Large Language Models (DLLMs) replace autoregressive next-token prediction with iterative parallel denoising, yet their internal safety mechanisms remain poorly understood. In this work, we investigate DLLMs both as targ…

  2. arXiv cs.AI TIER_1 English(EN) · Wenhao Lin, Chenyu Yu, Xingwei Lin, Sicong Cao, Xiang Chen, Lei Xue, Le Yu, Letian Sha, Chunming Wu ·

    DreamGuard:面向LLM智能体的风险感知世界模型的高效运行时防护栏

    arXiv:2608.05695v1 Announce Type: new Abstract: As large language model (LLM) agents increasingly invoke external tools and interact with real-world systems, unsafe actions may cause irreversible consequences on external states, user data, and downstream services. Recent runtime …

  3. arXiv cs.AI TIER_1 English(EN) · Zhenpeng Li ·

    面向模块化LLM安全代理的后验轨迹风险认证

    arXiv:2608.05199v1 Announce Type: cross Abstract: Autonomous security agents operate as staged pipelines, such as classifying network traffic and then attributing attacks to a specific technique. Split conformal prediction gives each stage finite-sample coverage, but deployment r…

  4. arXiv cs.AI TIER_1 English(EN) · Zibo Xiao, Haoyu Wang, Jun Sun ·

    $S^3$:通过多阶段防御提升智能体安全性

    arXiv:2608.02683v1 Announce Type: cross Abstract: Large Language Model (LLM) agents rely on multi-stage agentic workflows, with stages such as memory, planning, and tool execution, to accomplish complex tasks. However, risks may emerge at different stages, propagate across steps,…

  5. arXiv cs.AI TIER_1 English(EN) · Jiaming Chen, Yisen Gao, Yanping Li, Zifan Liu, Yumeng Zhang, Jun Zhang ·

    MAFIA:通过探测和事实注入针对已审计LLM代理的仅查询内存攻击

    arXiv:2608.03844v1 Announce Type: new Abstract: Memory-augmented LLM agents rely on rich context for long-horizon reasoning and acting, yet their memory modules expose a persistent attack surface for malicious records, making the study of memory poisoning threats imperative. Howe…

  6. arXiv cs.AI TIER_1 English(EN) · Isham Kalappurackal Mansoor, Abhishek Phadke, Pratip Rana ·

    经验证的工具调用可提高 LLM 代理在非原子故障下的可靠性

    arXiv:2608.02645v1 Announce Type: cross Abstract: Large Language Model (LLM) agents rely on external tools to perform multistage tasks. Existing agent frameworks typically assume that tool calls are atomic and return binary success or failure signals. However, real-world systems …

  7. arXiv cs.AI TIER_1 English(EN) · Xuyang Liu, Yibin Han, Zhenwei Zhang, Kai Chang, Zhiwei Xu, Tian Qiu, Weixian Deng, Jiabao Gao, Xiaolin Peng, Hai Wan, Xibin Zhao ·

    DiagChain:一个用于评估 LLM 代理在证据支持的攻击链重建方面的诊断基准

    arXiv:2608.03591v1 Announce Type: cross Abstract: Large Language Model (LLM) agents offer a promising approach to attack chain reconstruction by retrieving and interpreting heterogeneous telemetry to infer ordered attacker actions. However, existing benchmarks mainly evaluate fin…

  8. arXiv cs.CL TIER_1 English(EN) · Zhibo Liang, Tianze Hu, Zaiye Chen, Mingjie Tang ·

    SIEVE:选择性完整性验证与升级,用于防御大型语言模型代理免受间接提示注入攻击

    arXiv:2512.06716v3 Announce Type: replace-cross Abstract: Large Language Models (LLMs) are increasingly used as the core of agentic systems due to their strong reasoning, planning, and tool-use capabilities. By interacting with external environments, LLM agents can execute real-w…

  9. arXiv cs.LG TIER_1 English(EN) · Sunny Dubey ·

    实时检测与修复LLM智能体故障

    arXiv:2608.02464v1 Announce Type: cross Abstract: LLM agents fail mid-episode -- they loop, cascade tool errors, drift off goal, fabricate results, or silently absorb corrupted content -- and the standard remedy, judging every step with a second LLM, costs more than the agent its…

  10. arXiv cs.LG TIER_1 English(EN) · Ruiyang Zhang ·

    为何形式化监控器会失效:以 LTL 为基础的 LLM 代理安全性的攻击分布熵作为覆盖界限

    arXiv:2608.01388v1 Announce Type: cross Abstract: Runtime safety monitors based on Linear Temporal Logic (LTL) and finite automata (FSA) are increasingly deployed to intercept unsafe tool-call sequences in LLM agents. Yet the same monitor achieves 68-75% attack coverage on some m…

  11. dev.to — LLM tag TIER_1 English(EN) · kirandeepjassal-crypto ·

    企业AI安全:针对您的LLM应用的7种攻击及防护层

    <p><em>Originally published at <a href="https://prepstack.co.in/blog/enterprise-ai-security-missing-layer" rel="noopener noreferrer">prepstack.co.in</a></em></p> <blockquote> <p>Everyone is shipping AI features. Almost nobody is shipping AI <em>security</em>. The model gets a cod…

  12. dev.to — LLM tag TIER_1 English(EN) · Nikhil raman K ·

    超越准确性:每位AI工程师都应了解的LLM模型评估期间的安全事件

    <p>"The biggest security risk in enterprise AI may not be the model serving millions of users—it may be the evaluation pipeline used by only a handful of engineers."</p> <p>For the past two years, most discussions around AI security have focused on prompt injection, RAG vulnerabi…

  13. dev.to — LLM tag TIER_1 English(EN) · Ganesh Joshi ·

    LLM网关的提示注入防御

    <blockquote> <p><em>This post was created with AI assistance and reviewed for accuracy before publishing.</em></p> </blockquote> <p>Hackers love prompt injection. It is the easiest way to break an AI app. They paste instructions like "ignore previous steps" into your search box. …