惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
爱范儿
爱范儿
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
J
Java Code Geeks
Vercel News
Vercel News
aimingoo的专栏
aimingoo的专栏
T
Tailwind CSS Blog
罗磊的独立博客
B
Blog
博客园_首页
A
About on SuperTechFans
有赞技术团队
有赞技术团队
V
V2EX
U
Unit 42
I
InfoQ
IT之家
IT之家
博客园 - 司徒正美
阮一峰的网络日志
阮一峰的网络日志
博客园 - 叶小钗
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Stack Overflow Blog
Stack Overflow Blog
The Cloudflare Blog
H
Help Net Security

Help Net Security

ChatGPT advanced account security adds passkeys and hardware keys Week in review: High-severity LPE vulnerability in the Linux kernel, cPanel 0-day exploited for months Automating Pentest Delivery: A Step-by-Step Guide - PlexTrac Open-source privacy proxy masks PII before prompts reach external AI services Shadow AI risks deepen as 31% of users get no employer training Identity is the control plane for distributed infrastructure AI traffic is getting bigger, louder, and less predictable New infosec products of the month: April 2026 cPanel zero-day exploited for months before patch release (CVE-2026-41940) Cisco releases open-source toolkit for verifying AI model lineage Met Police face criticism for using AI to spy on their own officers Nine-year-old Linux kernel flaw enables reliable local privilege escalation (CVE-2026-31431) Hacker with a special interest in breaching sports institutions ends behind bars - Help Net Security IP Fabric MCP server adds governance and control to enterprise AIOps workflows - Help Net Security Aqua Compass MCP server enables real-time investigation and containment of runtime threats - Help Net Security Google brings instant email verification to Android, no OTP needed - Help Net Security If cyber espionage via HDMI worries you, NCSC built a device to stop it - Help Net Security Apple fixes iPhone bug that let FBI retrieve deleted Signal messages(CVE-2026-28950) - Help Net Security GopherWhisper APT group hides command and control traffic in Slack and Discord - Help Net Security OpenAI tackles a bad habit people have when interacting with AI - Help Net Security A year in, Zoom's CISO reflects on balancing security and business - Help Net Security Scenario: Open-source framework for automated AI app red-teaming - Help Net Security GDPR works, but only where someone enforces it - Help Net Security Ransomware, fraud, and lawsuits drive cyber insurance claims to new peaks - Help Net Security Google’s Workspace Intelligence promises privacy while running on your data - Help Net Security Cyberattack on French government agency triggers phishing alert - Help Net Security Claude Mythos finds 271 Firefox flaws, Mozilla believes zero-days are numbered - Help Net Security Prove Identity Platform connects verification, authentication, and fraud prevention - Help Net Security New Mirai variants target routers and DVRs in parallel campaigns - Help Net Security Acronis GenAI Protection gives MSPs control over AI usage and data risks - Help Net Security
Using Reddit to manipulate AI search results is surprisin...
Sinisa Markovic · 2026-06-23 · via Help Net Security

A Reddit comment that takes only a few seconds to write can end up influencing the answers generated by AI research tools.

Reddit AI search poisoning

A Cornell Tech study found that a short snippet of user-generated text, sometimes as little as 13 words, was enough to affect the output of deep-research agents, AI systems that search the web, gather information from multiple sources, and generate reports with citations.

The risks of relying on community-generated content are already familiar to many internet users. Google’s AI Overviews famously recommended adding glue to pizza sauce after pulling information from an old joke Reddit post.

Reddit threads can become AI sources

User-generated platforms account for a notable share of the information retrieved by deep-research agents. Across the open-source systems examined in the study, between 16.7% and 23.4% of retrieved URLs came from user-generated sources, with Reddit accounting for the largest share.

“A single poisoned Reddit comment can influence generated outputs for an entire cluster of related queries,” researchers said.

“A large fraction of the content retrieved by deep research agents originates from user-generated platforms such as Wikipedia, Reddit, and community forums, because they provide detailed explanations and broad topical coverage. At the same time, they allow users to directly edit or contribute content, making them comparatively easy to modify,” they added.

How the attack works

The attack, dubbed Web Agent Retrieval Poisoning (WARP), unfolds in three stages.

First, an attacker identifies Reddit threads, Wikipedia pages, and forum discussions that repeatedly appear across searches related to a topic. Those pages become targets because AI research agents are likely to retrieve them as well.

Next comes content generation. A short piece of text is written to blend into the discussion while promoting a product, service, or idea. The paper notes that Generative Engine Optimization (GEO), a set of techniques designed to make content more likely to be surfaced, cited, or summarized by AI systems, can increase the likelihood that AI agents retrieve the content.

The final step is deployment. The content is posted as a comment, reply, or page edit. Once indexed by a search engine, it becomes available to AI systems that retrieve the page during future research sessions.

The attack does not require access to an AI model, its prompts, or its retrieval infrastructure. It only requires the ability to contribute content to a public platform.

Results from the evaluation

To avoid polluting the public web, the researchers did not post manipulated content to live websites. Instead, they built a testing framework called GeoStorm that modifies content after it has been retrieved by a deep-research agent. This allowed the attack to be evaluated without exposing users to manipulated information.

One test added a recommendation for a fictional restaurant called Sol Azteca to content associated with discussions about Mexican food in Austin. When the AI system was later asked for the best Mexican restaurants near Austin, it repeated the recommendation and cited the source.

Another test used a fictional dating app called SilverPath. After promotional content describing SilverPath as a leading option for divorced men over 50 was introduced into retrieved content, the system later recommended the app in response to queries about dating services for that demographic.

In the study’s search-snippet tests, roughly 13 words of poisoned text were enough to get a fictional product mentioned in 38% to 51% of responses after the manipulated content was retrieved by the AI agent. Spreading the same message across multiple sources increased mention rates to as high as 62%.

In a separate full-content experiment, researchers appended poisoned text to an existing Reddit thread. Although the injected content accounted for less than 4% of the retrieved material, conditional mention rates still ranged from 30% to 53%.

The full attack was evaluated against three open-source deep-research agents: STORM, Co-STORM, and OmniThink.

Commercial products such as ChatGPT Deep Research and Gemini Deep Research were not subjected to end-to-end attacks because doing so would have required modifying content on the public web. The researchers instead analyzed citation patterns. Gemini Deep Research cited user-generated content in 12.1% of observed citations, compared with 0.4% for OpenAI Deep Research, suggesting greater exposure to user-generated content.

“Our findings raise important questions about information integrity in the age of agentic search. Evidence suggests that users find LLM outputs highly convincing, even when they contain explicit falsehoods, across a variety of contexts,” the authors concluded.