A silent threat has already slipped into more than 110,000 Magento shops, and Adobe has yet to acknowledge the flaw.

The vulnerability, named StyleSmuggler, was first traced by Dutch e‑commerce security firm Sansec on September 4, 2026, and publicly reported on September 5. Adobe has not issued a security advisory, assigned a CVE number, or released a patch as of September 6.

StyleSmuggler is an unauthenticated remote‑code‑execution flaw that targets Magento’s GraphQL layer—the endpoint that powers modern storefronts, product search, checkout flows, and mobile app integrations. Because no credentials are required, an attacker only needs a network path to a vulnerable store. Once the code runs, the attacker installs a persistent backdoor rather than merely stealing data. The first confirmed victim ran Magento 2.4.6‑p15 with all August 2026 security patches applied, demonstrating that the flaw bypasses the latest patch level.

The flaw affects every current version of Magento Open Source and Adobe Commerce, including the latest 2.4.9 release. Merchants without a web‑application firewall are advised to disable the GraphQL endpoint until Adobe releases a fix. A simple Nginx rule can block the endpoint:

` location /graphql { return 403; } `

Disabling GraphQL, however, disrupts checkout, product search, and headless integrations that many enterprise merchants rely on to compete with SaaS platforms such as Shopify. The trade‑off between operational continuity and security risk is a key concern for store operators during the pre‑holiday season.

Magento’s market footprint remains significant. StoreLeads counted 111,495 active Magento stores in early 2026, while broader web‑technology crawlers estimate more than 239,000 sites that run the platform, including dormant or low‑traffic installations. Among the top 1,000 U.S. retailers, Magento and Adobe Commerce power roughly one in five stores.

StyleSmuggler follows a pattern that Magento has faced before. In mid‑2024, the CosmicSting vulnerability (CVE‑2024‑34102) allowed attackers to steal cryptographic keys from Magento’s configuration files and, when combined with CVE‑2024‑2961, to achieve remote code execution. Sansec estimated that CosmicSting affected 75 % of Adobe Commerce and Magento installations worldwide and confirmed 4,275 breached stores, including major brands such as Whirlpool and Cisco. Unlike CosmicSting, which was closed by patching, StyleSmuggler has already compromised a fully patched store. The lack of an official CVE or advisory has left merchants uncertain about the scope of the threat and the timing of a fix.

Adobe’s silence is itself a risk factor. Enterprise software vendors are judged on how quickly they respond to active exploitation, and the absence of a public statement has already prompted calls from the security community for faster acknowledgment and disclosure.

Other zero‑day incidents surfaced in the same week: MikroTik RouterOS suffered a takeover chain that was exploited before a patch shipped on September 3; GitLab, JFrog Artifactory, and SAP Commerce Cloud also faced active exploitation shortly after their respective patches were released.

In the absence of a patch, Sansec recommends the same baseline checks that followed CosmicSting: audit admin accounts, inspect cron jobs, verify file integrity on core Magento directories, and rotate encryption keys stored in the environment configuration. The immediate impact is operational: disabling GraphQL or hiring incident‑response teams will incur costs, while a persistent backdoor could trigger PCI DSS forensic reviews, card‑brand notifications, and potential fines.

Adobe’s next security bulletin, scheduled for September 9, may contain a patch, but the current lack of a CVE or advisory means merchants must act on their own. StyleSmuggler is an unauthenticated RCE that has already compromised a fully patched Magento store, affects all current Magento and Adobe Commerce releases, and requires no credentials to exploit. Merchants are left to disable GraphQL or take other mitigations until a fix is available, and the broader e‑commerce ecosystem is watching closely as the incident echoes the 2024 CosmicSting attack and highlights the ongoing challenge of securing complex, self‑hosted platforms.