Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2715+ Articles
165+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-75650: StyleSmuggler Zero-Day Grants Unauthenticated RCE in Adobe Commerce & Magento
CVE-2026-75650: StyleSmuggler Zero-Day Grants Unauthenticated RCE in Adobe Commerce & Magento

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-75650

CVE-2026-75650: StyleSmuggler Zero-Day Grants Unauthenticated RCE in Adobe Commerce & Magento

A maximum-severity template injection flaw in Adobe Commerce and Magento is under active exploitation, letting attackers plant Linux backdoors pre-auth.

Dylan H.

Security Team

September 8, 2026
5 min read

Affected Products

  • Adobe Commerce 2.4.4 – 2.4.9
  • Adobe Commerce B2B 1.3.3 – 1.5.3
  • Magento Open Source 2.4.4 – 2.4.9

Executive Summary

Adobe has shipped an emergency out-of-band hotfix for CVE-2026-75650, a maximum-severity vulnerability in Adobe Commerce and Magento Open Source that e-commerce security firm Sansec dubbed "StyleSmuggler." The flaw allows a fully unauthenticated remote attacker to achieve arbitrary code execution on the underlying server by abusing Magento's template-processing engine — no credentials, admin session, or victim interaction required.

CVSS Score: 10.0 (Critical)

Sansec discovered the flaw only after finding it already being exploited in the wild: attackers had been using it to plant Linux backdoors on live storefronts since at least September 4, 2026, three days before Adobe's fix became available.


Vulnerability Overview

AttributeValue
CVE IDCVE-2026-75650
CVSS Score10.0 (Critical)
TypeImproper Neutralization of Special Elements Used in a Template Engine
ComponentMagento email template rendering pipeline
Attack VectorNetwork (unauthenticated HTTP request to storefront)
Privileges RequiredNone
User InteractionNone
Discovered BySansec
Patch ReleasedSeptember 7, 2026 (APSB26-146, priority 1)

How It Works

The vulnerability lives in the template path Magento uses to generate its "Payment Transaction Failed Reminder" email. An attacker crafts a fraudulent failed-payment event that smuggles executable PHP into the value Magento later uses when rendering that email template. When the platform processes the template, the injected PHP executes in the context of the web server — no admin session, API token, or authentication of any kind is needed to trigger it.

Sansec also documented a notable bypass detail: mitigations that move PHP session storage to Redis or a database do not stop the attack. In one observed case, an attempt that failed against session-based storage was followed eight seconds later by a second attempt from the same operator that succeeded by delivering the payload through a file uploaded via Magento's custom options feature instead.

Attack Chain

1. Attacker sends a crafted request that triggers Magento's
   "Payment Transaction Failed Reminder" email template
2. The request smuggles PHP through a value the template
   engine treats as safe to interpolate
3. Magento renders the template, executing the injected PHP
   in the web server's context
4. Attacker now has arbitrary code execution with no prior
   authentication step

Affected Software

ProductAffected Versions
Adobe Commerce2.4.4 through 2.4.9 (August 2026 releases and earlier)
Adobe Commerce B2B1.3.3 through 1.5.3 (August 2026 releases and earlier)
Magento Open Source2.4.4 through 2.4.9 (August 2026 releases and earlier)

Adobe tested the hotfix against the August 2026 releases of each branch; earlier releases within those branches are also affected, but the patch has not been separately verified against them. Sansec's initial reporting characterized the underlying template code path as present across effectively all Magento and Adobe Commerce versions in support.

Exposure: StoreLeads data put active Magento deployments at roughly 111,000 stores as of Q1 2026, with broader web-technology crawlers placing total installations above 239,000. Among the top 1,000 US retailers, Magento and Adobe Commerce still power roughly one in five storefronts.


Remediation

  1. Apply the hotfix immediately. Download VULN-39341-composer-patches.zip from repo.magento.com and apply it as a composer patch — this ships as a hotfix, not a full point release.
  2. Verify installation: vendor/bin/magento-patches -n status | grep "39341\|Status"
  3. Enable maintenance mode before patching to avoid further exploitation mid-remediation.
  4. Assume prior compromise. Patching closes the hole but does not clean a store that was already hit — active exploitation predates the hotfix by three days, so scan rather than assume safety.
  5. Rotate every credential the encryption key protects, including admin passwords, REST/SOAP/GraphQL integration tokens, OAuth client secrets, payment gateway API credentials, database credentials, SSH/deploy keys, and third-party extension API keys.

Detection Indicators

IndicatorDescription
A "Payment Transaction Failed Reminder" email not tied to a real failed transactionCore exploitation artifact from the injection path
Unexpected .php files in the media directory, including files uploaded via custom optionsSecondary delivery mechanism that bypasses session-storage mitigations
Anomalous cron entries added outside a known deployBackdoor persistence mechanism observed in active campaigns
Outbound traffic disguised as NTP (UDP port 123) to unfamiliar hostsC2 channel used by an observed Rust-based backdoor payload

Why This Matters

A CVSS 10.0, pre-auth, zero-interaction RCE in one of the most widely deployed e-commerce platforms is about as severe as advisories get — the vulnerability requires nothing more than a single request to a public storefront. Combined with a three-day active-exploitation window before a patch existed, every unpatched Adobe Commerce or Magento instance should be treated as a probable incident, not a theoretical risk, until a compromise assessment says otherwise.


References

  • NVD — CVE-2026-75650
  • Sansec — StyleSmuggler: Magento and Adobe Commerce 0-day RCE under active attack
  • BleepingComputer — Adobe fixes critical Magento zero-day exploited to backdoor servers

Related Reading

  • Adobe Rushes Emergency Fix as Magento "StyleSmuggler" Zero-Day Backdoors Servers
  • CVE-2026-73570: Zimbra ZCS OS Command Injection via SMTP
#Adobe Commerce#Magento#CVE-2026-75650#StyleSmuggler#RCE#Zero-Day#E-commerce Security

Related Articles

Adobe Rushes Emergency Fix as Magento "StyleSmuggler" Zero-Day Backdoors Servers

A max-severity Magento/Adobe Commerce zero-day, StyleSmuggler, has been exploited since September 4 to plant Linux backdoors on live stores.

4 min read

'StyleSmuggler' Zero-Day in Magento and Adobe Commerce Is Actively Backdooring Live Stores

Sansec found an unpatched Magento/Adobe Commerce 0-day, StyleSmuggler, giving unauthenticated RCE via poisoned templates rendered in failed-payment emails.

4 min read

Adobe Commerce Zero-Day Exploited to Backdoor Online Stores

StyleSmuggler, a Magento zero-day found by Sansec, injects PHP via failed-payment emails to drop a Rust backdoor on live stores.

3 min read
Back to all Security Alerts