→ Back to Home
Cybersecurity

Unpatched StyleSmuggler Zero-Day Bypasses Auth to Backdoor Magento and Adobe Commerce Stores

Security researchers at Sansec disclosed an unpatched zero-day vulnerability dubbed "StyleSmuggler" affecting all current versions of Magento Open Source and Adobe Commerce, including release line 2.4.9. Active in-the-wild exploitation began on September 4, 2026, allowing unauthenticated attackers to achieve remote code execution and establish persistent backdoors. The exploit executes across two distinct stages: attackers first manipulate template styling properties via GraphQL requests to plant malicious PHP within server-generated error logs. Subsequently, the platform executes this poisoned code when rendering routine "Payment Transaction Failed Reminder" emails. Because execution happens server-side during email template rendering, no recipient needs to open or receive the message for the server compromise to succeed. This flaw poses an immediate danger to digital commerce infrastructure because traditional patch compliance provides zero defense; victim environments running the latest August 2026 security updates were compromised within hours of active scanning. Once remote code execution occurs, adversaries deploy a persistent payload that incident responders identified as a statically compiled Rust binary disguised as a legitimate Linux kernel thread (such as "[kworker/u:8:0]"). The binary establishes persistence by writing directly to system crontab spool files. For merchants and cloud operators, this unauthenticated access grants attackers unfettered access to underlying payment databases, environment secrets, and customer transaction telemetry. StyleSmuggler illustrates a broader shift in web application exploit development toward asynchronous execution paths and core templating systems. As web application firewalls and identity providers effectively secure administrative web panels, adversaries are shifting their focus to internal lifecycle events—such as payment failure handlers and invoice generators—that run with elevated server privileges. Furthermore, the rapid transition from initial web exploitation to compiled host-level implants mimicking kernel workers underscores how e-commerce threat actors are adopting advanced evasion techniques historically observed in sophisticated enterprise APT campaigns. With vendor patches still pending, engineering teams must immediately implement defensive mitigations. DevOps and security engineers should deploy custom Web Application Firewall (WAF) inspection rules targeting suspicious styling attributes in incoming GraphQL requests. Teams should also conduct host-level threat hunts, scanning running process tables for counterfeit kernel threads and monitoring cron spool directories for unauthorized execution entries. Where feasible, applying strict read-only filesystem restrictions on static and template caching directories will prevent dropped binaries from achieving persistence.
#magento#adobe commerce#zero-day#application security#remote code execution
Read original source