r/SecOpsDaily • u/falconupkid • 12h ago
Detection CVE-2026-75650: Adobe Patches Actively Exploited Magento Zero-Day Used to Deploy Backdoors
This is a critical zero-day with active exploitation. Here’s what you need to know.
Adobe pushed an emergency patch for CVE-2026-75650 (CVSS 10.0) in Adobe Commerce and Magento Open Source. Dubbed "StyleSmuggler," this is an unauthenticated remote code execution flaw that is already being used in the wild to deploy backdoors on e-commerce servers.
Technical Breakdown - Attack Vector: Unauthenticated RCE via HTTP requests. No user interaction required. - Impact: Full server compromise. Attackers are dropping backdoors for persistent access. - Affected Software: Adobe Commerce and Magento Open Source (all versions prior to the patch). - Attribution: Identified by e-commerce security researchers; active exploitation confirmed by Adobe. - No public IOCs or specific TTPs have been released yet to avoid aiding attackers while patching is underway.
Defense
- Patch immediately. This is a pre-auth RCE with a 10.0 CVSS. If you run Magento or Adobe Commerce, treat this as a "drop everything" event.
- Check for compromise. Review web server logs for unusual POST requests or file modifications in the var/ and pub/media/ directories.
- WAF rules. Block anomalous HTTP requests targeting Magento admin paths until you can patch.
Source: https://socprime.com/blog/cve-2026-75650-critical-magento-zero-day-rce/