AI Security AI安全 6h ago Updated 1h ago 更新于 1小时前 52

Adobe Patches Magento Zero-Day Exploited to Deploy Rust Backdoor and PHP Web Shell Adobe修复被利用部署Rust后门和PHP Webshell的Magento零日漏洞

Adobe released patches for CVE-2026-75650 (CVSS 10.0), a maximum-severity zero-day in Adobe Commerce and Magento Open Source enabling unauthenticated remote code execution The vulnerability, codenamed StyleSmuggler by Sansec, exploits Magento's template system via PHP code injection to trigger arbitrary code execution during email generation Threat actors are actively exploiting the flaw to deploy a Rust-based Linux backdoor and a PHP web shell dropper on compromised servers Exploitation was fir Adobe紧急发布安全补丁修复CVE-2026-75650零日漏洞(CVSS 10.0),该漏洞已被实际利用且影响Adobe Commerce和Magento Open Source多个版本 漏洞代号StyleSmuggler,通过PHP代码注入Magento模板系统实现未授权远程代码执行,攻击者可生成恶意邮件触发执行链 攻击者利用该漏洞部署了Rust-based Linux后门(连接外部服务器等待指令)和PHP Web Shell(写入可执行任意PHP代码的dropper) 受影响版本包括Adobe Commerce 2.4.4-2026-aug至2.4.9-2026-aug、B2B 1.3

82
Hot 热度
68
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • Adobe released patches for CVE-2026-75650 (CVSS 10.0), a maximum-severity zero-day in Adobe Commerce and Magento Open Source enabling unauthenticated remote code execution
  • The vulnerability, codenamed StyleSmuggler by Sansec, exploits Magento's template system via PHP code injection to trigger arbitrary code execution during email generation
  • Threat actors are actively exploiting the flaw to deploy a Rust-based Linux backdoor and a PHP web shell dropper on compromised servers
  • Exploitation was first confirmed on September 4, 2026, with a Disrex-managed Magento server compromised within 50 minutes of public disclosure
  • Adobe advises affected users to apply the VULN-39341 hotfix patch and rotate encryption keys immediately

Why It Matters

This vulnerability represents a critical threat to the e-commerce ecosystem, as Magento powers a significant portion of online retail infrastructure worldwide. The rapid real-world exploitation—within hours of discovery—demonstrates how zero-days in widely deployed platforms can be weaponized at scale, making timely patching a top priority for security teams and platform administrators.

Technical Details

  • Vulnerability mechanism: CVE-2026-75650 abuses Magento's template-processing and dependency-injection code to inject PHP payloads through a "Payment Transaction Failed Reminder" email, achieving unauthenticated RCE without requiring any credentials
  • Affected versions: Adobe Commerce 2.4.4 through 2.4.9 (2026-aug and earlier), Adobe Commerce B2B 1.3.3 through 1.5.3 (2026-aug and earlier), and Magento Open Source 2.4.6 through 2.4.9 (2026-aug and earlier)
  • Malware payloads: Two distinct attack vectors observed in the wild—a Rust-based Linux backdoor that connects to an external C2 server and awaits instructions, and a PHP dropper that writes a persistent web shell for ongoing arbitrary code execution
  • Patch details: Adobe released hotfix VULN-39341 (available at repo.magento.com/patch/VULN-39341-composer-patches.zip); remediation requires both applying the patch and rotating encryption keys
  • Exploitation telemetry: Previdian recorded 12 exploitation attempts from two unique IPs (China and Romania) against honeypots since September 7, 2026, all unsuccessful; Disrex reported a confirmed compromise 50 minutes after initial disclosure

Industry Insight

  • The speed of exploitation (50 minutes to first confirmed compromise) underscores the necessity of automated vulnerability management and proactive patching pipelines—organizations should treat CVSS 10.0 flaws as emergency-level incidents requiring immediate action
  • The use of a Rust-based backdoor is notable, as Rust is increasingly favored by threat actors for its performance, memory safety, and difficulty of reverse engineering; security teams should update threat intelligence feeds to include Rust binary indicators of compromise
  • E-commerce platform operators should audit their Magento deployments immediately, verify patch application across all affected versions, and rotate all encryption keys as a mandatory remediation step rather than an optional recommendation

TL;DR

  • Adobe紧急发布安全补丁修复CVE-2026-75650零日漏洞(CVSS 10.0),该漏洞已被实际利用且影响Adobe Commerce和Magento Open Source多个版本
  • 漏洞代号StyleSmuggler,通过PHP代码注入Magento模板系统实现未授权远程代码执行,攻击者可生成恶意邮件触发执行链
  • 攻击者利用该漏洞部署了Rust-based Linux后门(连接外部服务器等待指令)和PHP Web Shell(写入可执行任意PHP代码的dropper)
  • 受影响版本包括Adobe Commerce 2.4.4-2026-aug至2.4.9-2026-aug、B2B 1.3.3-2026-aug至1.5.3-2026-aug、Magento Open Source 2.4.6-2026-aug至2.4.9-2026-aug
  • 首个确认利用报告后50分钟内即有服务器被攻破,攻击源IP来自中国和罗马尼亚

为什么值得看

该漏洞揭示了电商平台核心模板系统的严重安全隐患,攻击者无需认证即可实现远程代码执行,对全球大量Magento商家构成直接威胁。Adobe的快速响应和补丁发布为电商安全事件处理提供了参考案例,同时展示了现代攻击中多语言恶意软件(Rust+PHP)的组合利用趋势。

技术解析

  • 漏洞原理:CVE-2026-75650通过滥用Magento模板系统和依赖注入代码,利用PHP代码注入实现未授权远程代码执行链。攻击者通过构造恶意"Payment Transaction Failed Reminder"邮件触发执行。
  • 恶意软件部署:攻击者同时部署两种恶意载荷——Rust编写的Linux后门(连接外部C2服务器等待指令)和PHP dropper(写入Web Shell执行任意PHP代码),形成持久化访问能力。
  • 影响范围:漏洞影响Adobe Commerce 6个版本(2.4.4-2026-aug至2.4.9-2026-aug)、B2B模块5个版本(1.3.3-2026-aug至1.5.3-2026-aug)以及Magento Open Source 4个版本(2.4.6-2026-aug至2.4.9-2026-aug)。
  • 补丁方案:Adobe发布热修复补丁VULN-39341(下载地址:repo.magento.com/patch/VULN-39341-composer-patches.zip),并要求受影响用户旋转加密密钥。
  • 利用时间线:Sansec于2026年9月4日22:20 UTC发现首个利用活动,Disrex报告称50分钟内即有Magento服务器被攻破,Previdian honeypot数据显示自9月7日以来记录到12次利用尝试。

行业启示

  • 电商平台安全响应速度至关重要:从漏洞披露到服务器被攻破仅50分钟,企业需建立自动化漏洞检测和补丁部署机制,缩短MTTR(平均修复时间)。
  • 依赖注入和模板系统的代码审计应成为安全重点:StyleSmuggler利用Magento自身模板处理代码构建攻击链,提示开发者需对依赖注入机制和模板渲染进行严格的安全审查和输入验证。
  • 多语言恶意软件成为新趋势:攻击者结合Rust(高性能、跨平台)和PHP(Web环境)开发混合恶意软件,安全团队需提升对多语言攻击载荷的检测和分析能力。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Security 安全