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

推荐订阅源

Vercel News
Vercel News
N
Netflix TechBlog - Medium
C
Check Point Blog
MyScale Blog
MyScale Blog
The GitHub Blog
The GitHub Blog
Blog — PlanetScale
Blog — PlanetScale
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
WordPress大学
WordPress大学
博客园 - Franky
MongoDB | Blog
MongoDB | Blog
I
InfoQ
Hugging Face - Blog
Hugging Face - Blog
Recent Announcements
Recent Announcements
人人都是产品经理
人人都是产品经理
腾讯CDC
V
Visual Studio Blog
Engineering at Meta
Engineering at Meta
T
The Blog of Author Tim Ferriss
V
V2EX
云风的 BLOG
云风的 BLOG
Microsoft Azure Blog
Microsoft Azure Blog
U
Unit 42
B
Blog

Cyber Security News

AIRecon: AI-Powered Penetration Testing Tool with Kali Linux Sandbox Critical Chrome Vulnerabilities Allow Attackers to Execute Arbitrary Code - Update Now! Hackers Use Rokarolla Android Malware to Disable Google Play Protect and Control Devices UNC3753 Uses Screen-Sharing Sessions and RMM Tools to Exfiltrate Sensitive Legal Data New OnionDrop Loader Campaign Uses gainmsg C2 to Deliver LegionLoader Payloads ClickFix Campaign Uses EtherHiding and GULoader to Infect Windows Users via Fake CAPTCHA Ghostwriter Hackers Abuse Gmail Admin-Themed Emails to Steal Credentials and 2FA Codes The Half-Life of Threat Intelligence: When Does an IOC Stop Being Useful? Critical Fortinet FortiSandbox Vulnerabilities Actively Exploited in Attacks Aembit Extends IAM for Agentic AI to Microsoft Copilot Studio India Temporarily Bans Telegram Messenger Over Medical Exam Fraud Microsoft 365 Device Code Phishing Campaign Bypasses Password Theft With Legitimate Login Flow AppViewX Launches Agent Identity Security to Govern Agents for the AI and Quantum Era Hackers Weaponize Microsoft Teams Relay to Hide Ransomware Traffic Developer laptops are the credential store attackers are picking through in 2026, GitGuardian announces Endpoint Protection Interlock and Rhysida Ransomware Operations Share Supper Backdoor and Malware Codebase Novo Nordisk Confirms Cyber Attack — Hackers Accessed Patient Medical Data and Internal AI Assets Russian and Chinese Influence Actors Use AI to Evade Bot Detection and Mimic Human Behavior Microsoft Teams Analyze the Wi-Fi Hotspot Data Connected to an Employee’s Device PRC-Nexus Hackers Exploit REDCap Servers to Spy on US Medical Research Institutions Infinite Campus Data Breach Exposes 137,000 Users Personal Details OptinMonster Plugin Hack Exposes 1.2 Million Wordpress Sites to Cyberattack Ransomware Ecosystem Consolidates Around LockBit Alumni, Qilin, Hyflock, and The Gentlemen Hackers Abuse Legitimate RMM Tools in The Quarry IRS and SSA Phishing Campaigns LiteSpeed cPanel Plugin 0-Day Vulnerability Actively Exploited in the Wild Cisco SD-WAN vManage Vulnerability Exploited in Zero-Day Attacks Nearly 14,000 SimpleHelp Servers Exposed Amid Critical Authentication Bypass Disclosure Microsoft Site Showing Warning Following Certificate Expiry DPAPISnoop Tool Extracts CREDHIST Hashes for Offline Windows Credential Recovery SHADOWBYT3$ Allegedly Claim Breach of Nintendo, Stealing Sensitive Data
PromptSnatcher Ad Blocker Extensions Steal AI Chats From ...
Tushar Subhra Dutta · 2026-06-15 · via Cyber Security News

Two browser extensions masquerading as ad blockers have been caught secretly recording private conversations from ChatGPT, Claude, Gemini, and five other major AI platforms.

The extensions, named “Smart Adblocker” and “Adblock for Browser,” were installed by roughly 90,000 users before the scheme was uncovered.

Users genuinely received ad-blocking functionality while their most sensitive AI conversations were being quietly siphoned off entirely in the background.

The operation, tracked internally as “Panel 231” and named PromptSnatcher by researchers, goes well beyond simple data logging.

The extensions were engineered to capture full conversation histories, identify which AI model a user was talking to, and even detect whether that user was on a paid subscription tier.

The precision of this collection suggests a well-resourced operation with a clear commercial motive behind the stolen data.

Analysts at MalExt Sentry, who identified and documented the threat in a report shared with Cyber Security News (CSN), traced the discovery back to an automated scanner that flagged a recurring Google Tag Manager ID across multiple extensions.

What looked like a minor overlap in filter rules turned out to be the first thread in a much larger web, connecting two seemingly unrelated extensions to the same hidden data collection engine.

The two extensions shared identical back-end code, infrastructure, and an internal communication protocol called LDP_MESSAGE. Despite being published under different names and pointing to different domains, they were effectively the same tool built by the same operator.

This kind of split deployment is a known tactic for increasing reach while reducing the chances of a single takedown wiping out the entire campaign.

What made PromptSnatcher particularly hard to detect was its use of real, publicly available ad-blocking filter lists like EasyList. This gave the extensions genuine, working functionality that would easily pass casual inspection.

The hidden telemetry engine was kept completely separate from the ad-blocking components, making the malicious layer hard to spot without deep code analysis.

The core of the attack is a script called shared-page-capture.js, injected directly into the active web page. Once in place, it intercepts all network traffic by patching the global fetch, XMLHttpRequest, and WebSocket functions.

This means every message sent to or received from an AI chatbot passed through the malicious code before reaching the user’s screen.

Captured conversations were buffered, with prompts stored up to 10,000 characters and responses up to 30,000 characters, before being sent to operator-controlled servers.

Each transmission included a unique device ID, the platform name, the conversation ID, the AI model, the user’s subscription tier, and a timestamp. This level of detail suggests the stolen data was intended for resale or for building detailed profiles of AI users.

The attack covered eight platforms: ChatGPT, Gemini, Claude, Copilot, Perplexity, DeepSeek, Grok, and Meta AI.

The operator could add new targets remotely through a configuration server, without pushing any extension update. Meta AI was not even listed in the static extension code but was already active in the live remote configuration.

The Disclosure Gap That Made It Worse

One of the most striking findings concerns the Firefox versions of both extensions. Their manifests explicitly declared data_collection_permissions: none, formally telling users and Mozilla that no data collection was taking place.

Yet the underlying code was functionally identical to the Chrome versions, which performed full conversation capture.

This is a direct contradiction between what the extensions claimed to do and what they actually did, affecting users who trusted the Firefox review process.

The onboarding flow also used vague “Enhanced Protection” language, with no mention that AI conversations were being recorded. Users who believed they were simply installing an ad blocker had no reasonable way to know what was really happening.

Anyone with either extension installed should remove it immediately and consider rotating AI account credentials as a precaution. Reviewing recent conversation history on affected platforms for signs of unexpected access is also a sensible step.

Indicators of Compromise (IoCs):-

TypeIndicatorDescription
Extension IDiojpcjjdfhlcbjnpngcmaojmlokmeiiSmart Adblocker (Extension A) Chrome ID
Extension IDjcbjcocinigpbgfpnhlpagidbmlngnnnAdblock for Browser (Extension B) Chrome ID
Domainsmartadblocker.comC2 domain for Extension A
Domainabforbrowser.comC2 domain for Extension B
C2 URLhttps://c.smartadblocker.com/configurationRemote config endpoint for Extension A
C2 URLhttps://c.smartadblocker.com/capturesExfiltration endpoint for Extension A
C2 URLhttps://c.abforbrowser.com/configurationRemote config endpoint for Extension B
C2 URLhttps://c.abforbrowser.com/capturesExfiltration endpoint for Extension B
File Nameshared-page-capture.jsCore API-hooking script injected into page MAIN world
Internal ProtocolLDP_MESSAGEShared internal messaging protocol used by both extensions
Partner/Distributor ID231Shared SDK identifier linking both extensions (Panel 231)
Platform Target IDq7m2xaChatGPT capture target ID
Platform Target IDv4n8bkGemini capture target ID
Platform Target IDk2f8yuClaude capture target ID
Platform Target IDz3x7pnMicrosoft Copilot capture target ID
Platform Target IDh9p3tdPerplexity capture target ID
Platform Target IDr6c1lzDeepSeek capture target ID
Platform Target IDb8j4rsGrok capture target ID
Platform Target IDm5w9qeMeta AI capture target ID (remote config only)

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Follow us on Google NewsLinkedIn, and X to Get More Instant UpdatesSet CSN as a Preferred Source in Google.

Tushar Subhra Dutta

Tushar Subhra Dutta

Tushar is a senior cybersecurity and breach reporter. He specializes in covering cybersecurity news, trends, and emerging threats, data breaches, and malware attacks. With years of experience, he brings clarity and depth to complex security topics.