A clever technique used to hide malicious prompts in attacks on AI agents has been adopted by spammers to evade filters on email platforms that are designed to flag unwanted messages used in mass campaigns.
The technique is broadly known as ASCII smuggling. It gained attention two years ago as a mea...
A clever technique used to hide malicious prompts in attacks on AI agents has been adopted by spammers to evade filters on email platforms that are designed to flag unwanted messages used in mass campaigns.
The technique is broadly known as ASCII smuggling. It gained attention two years ago as a means of making a class of AI attack known as prompt injections more stealthy. Malicious instructions embedded in emails or other untrusted content to be processed by an LLM aren’t written in ordinary text. Instead, they’re rendered by a special range of Unicode tags. For example, the tag point U+E0041 mirrors “A,” and U+E0061 mirrors “a.”
No longer just for obscuring prompt injections
The block of 128 tags mimics a portion of the American Standard Code for Information Interchange almost perfectly, with one major difference: the characters they encode are readable by computers but, by design, are almost completely invisible to humans. By expressing the malicious prompts in these tags, LLMs detect the instructions, but people reading the email never see them. There’s much more about ASCII smuggling here.Read full article
Comments
在人工智能领域,衡量模型推理能力的基准测试正变得越来越复杂,而ARC-AGI(Abstraction and Reasoning Corpus for Artificial General Intelligence,通用人工智能抽象与推理语料库)无疑是其中最具挑战性的标杆之一。近日,一项关于GPT-5.6在ARC-AGI-3测试中取得突破性进展的消息引发了业界的广泛关注。令人惊讶的是,这一性能提升并非源自模型架构的根本性变革,而是通过两个看似简单的API(应用程序编程接口)设置调整实现的。这一发现不仅揭示了当前大语言模型(LLM)尚未被充分利用的潜力,也为未来AI系统的优化路径提供了全新...
Documentation files on more than 100 websites are referencing potentially dangerous executable content that gets installed automatically when visited by many AI agents. A few dozen companies, some of them Fortune 500s, are among those that executed proof-of-concept code. At least one misconfigured s...
在人工智能技术飞速发展的今天,大语言模型(Large Language Models, LLMs)的本地部署与运行已成为开发者和技术爱好者关注的焦点。随着开源社区不断涌现出各种工具,如何在众多选择中做出明智决策,成为摆在实践者面前的一道现实难题。本文将从技术架构、性能表现、易用性以及社区生态等多个维度,对Ollama、LM Studio和llama.cpp这三款主流本地推理工具进行深入剖析,旨在为读者提供一份清晰、客观的选型指南。