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

推荐订阅源

J
Java Code Geeks
S
SegmentFault 最新的问题
V
Visual Studio Blog
人人都是产品经理
人人都是产品经理
阮一峰的网络日志
阮一峰的网络日志
腾讯CDC
Stack Overflow Blog
Stack Overflow Blog
博客园 - 【当耐特】
Recent Announcements
Recent Announcements
I
InfoQ
U
Unit 42
博客园_首页
GbyAI
GbyAI
Hugging Face - Blog
Hugging Face - Blog
罗磊的独立博客
博客园 - 叶小钗
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
D
DataBreaches.Net
aimingoo的专栏
aimingoo的专栏
月光博客
月光博客
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 聂微东
T
Tailwind CSS Blog
量子位

Security Affairs

Carding service Jerry’s Store leak exposes 345,000 stolen payment cards Anthropic launches Claude Security to counter rapid AI-Powered exploits SonicWall patches three SonicOS flaws in Gen 6, 7 and 8 firewalls. Patch them now Copy Fail: New Linux bug enables Root via page‑cache corruption Agent’s claims on WhatsApp access spark security concerns Meta accused of violating DSA by failing to safeguard minors Large-scale Roblox hacking operation shut down by Ukrainian authorities CVE-2026-42208: LiteLLM bug exploited 36 hours after its disclosure Internet censorship index reveals Russia’s lead and widespread content blocking All supported cPanel versions hit by critical auth bug, now patched U.S. CISA adds Microsoft Windows Shell and ConnectWise ScreenConnect flaws to its Known Exploited Vulnerabilities catalog ShinyHunters exploit Anodot incident to target Vimeo CVE-2026-3854 GitHub flaw enables remote code execution Signal Phishing Campaign Targets German Officials in Suspected Russian Operation Microsoft fixes Entra ID flaw enabling privilege escalation New Android spyware Morpheus linked to Italian surveillance firm NCSC launches SilentGlass, a plug-in device to secure HDMI and DisplayPort links Medtronic discloses security incident after ShinyHunters claimed theft of 9M+ records Chinese spy posed as researcher in spear-phishing campaign targeting NASA to steal defense software LINKEDIN BROWSERGATE Firefox bug CVE-2026-6770 enabled cross-site tracking and Tor fingerprinting Fast16: Pre-Stuxnet malware that targeted precision engineering software Italy moves to extradite Chinese national to the U.S. over hacking charges U.S. utility giant Itron discloses a security breach Critical bug in CrowdStrike LogScale let attackers access files GopherWhisper: new China-linked APT targets Mongolia with Go-based malware SECURITY AFFAIRS MALWARE NEWSLETTER ROUND 94 Trigona ransomware adopts custom tool to steal data and evade detection Security Affairs newsletter Round 574 by Pierluigi Paganini – INTERNATIONAL EDITION U.S. CISA adds SimpleHelp, Samsung, and D-Link flaws to its Known Exploited Vulnerabilities catalog
DifyTap: Four Bugs Put over 1 million AI Apps at Risk - S...
https://www.facebook.com/sec.affairs · 2026-06-24 · via Security Affairs

Four flaws in Dify exposed cross-tenant data, documents and AI conversations. Two critical bugs enabled unauthenticated access and data theft.

Zafran Labs researchers disclosed four vulnerabilities in Dify, the open-source AI platform used by major companies like Volvo and Maersk to run over a million applications across over 60 industries. Two vulnerabilities are of critical severity, two require no authentication at all, and three carry cross-tenant impact on Dify’s cloud service, meaning one customer’s private data was readable by another. The researchers collectively named the set of flaws DifyTap.

The first and most severe flaw is CVE-2026-41947 (CVSS score of 9.1), which lives in Dify’s tracing system, the component that logs messages and model responses for monitoring and analytics.

“An attacker can configure their own tracing for any application they can access as a client, which includes all publicly accessible applications.” reads the advisory. “This allows an attacker to create a persistent exfiltration channel for all messages and responses sent in the application.”

Getting a Dify console account to pull this off requires nothing more than signing up for the platform. That’s not a high bar.

The second critical flaw, tracked as CVE-2026-41948 (CVSS score of 9.4), resides in the Plugin Daemon, the internal service that runs Dify’s plugin system.

“We discovered two primitives that allow access to arbitrary endpoints within the Plugin Daemon: one via GET and one via POST.” continues the report.

The GET primitive works by injecting a path traversal into the filename parameter of a plugin icon request, which gets passed directly into an internal API URL with no sanitization. Worse, the endpoint requires no login whatsoever, so anyone with network access to the Dify instance can exploit it. The POST primitive has a similar anatomy, just in the task deletion endpoint.

The remaining two flaws, tracked as CVE-2026-41949 and CVE-2026-41950, both involve file access. The preview endpoint for uploaded documents checks that a file is of type “Document,” and nothing else. No ownership check, no tenant check. Any console user can preview any document in the entire system. The second flaw lets a client attach another user’s file UUID to their own chat message, then prompt a file-capable chatbot to read it back. Ask the AI to repeat the contents of the file exactly. It will.

Zafran also found that Dify ran a PDFium binary vulnerable to CVE-2024-5846, a use-after-free bug publicly disclosed in June 2024, for more than a year and a half, until December 21, 2025. Any end user could trigger it by uploading a malicious PDF to the preview endpoint.

“On a wider scale, many AI applications face the same danger. Those applications support parsing of many file formats from untrusted sources, allowing any end user to attempt and trigger known vulnerabilities in programs such as PDFium, ffmpeg or others.” continues the report. “Besides bumping versions regularly, applications should also sandbox these kinds of operations.”

This is a category problem, not just a Dify problem.

The research also surfaced a blind spot in container security scanning. Dify copies unpackaged Python code directly into its container images, which means standard scanners don’t detect the application itself as a component and never surface its vulnerabilities. Zafran developed what they call “shadow container image component enrichment” to infer what application a container image represents and match it against project-level CVEs. Without something like that, Dify’s vulnerabilities would have been invisible to every automated scanner watching the environment.

Dify version 1.14.2 addresses the above vulnerabilities.

“For those currently operating on version 1.14.2, it is highly recommended to implement Web Application Firewall (WAF) rules specifically designed to mitigate CVE-2026-41948.” concludes the report.

Follow me on Twitter: @securityaffairs and Facebook and Mastodon

Pierluigi Paganini

(SecurityAffairs – hacking, DifyTap)