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.

2713+ 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. News
  3. Adobe Rushes Emergency Fix as Magento "StyleSmuggler" Zero-Day Backdoors Servers
Adobe Rushes Emergency Fix as Magento "StyleSmuggler" Zero-Day Backdoors Servers
NEWS

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.

Dylan H.

News Desk

September 8, 2026
4 min read

A Max-Severity Zero-Day, Exploited Before the Patch Landed

Adobe has shipped an emergency out-of-band fix for CVE-2026-75650, a maximum-severity zero-day dubbed "StyleSmuggler" affecting Magento Open Source and Adobe Commerce. E-commerce security firm Sansec discovered the flaw after finding it already being exploited in the wild — attackers have been using it to plant backdoors on live stores since at least September 4, 2026, days before Adobe's fix shipped.

The vulnerability is an arbitrary code execution flaw that Sansec traced to PHP code injection through Magento's email template system: attackers craft a fraudulent "payment failed" notification that smuggles executable PHP into the template rendering pipeline, achieving remote code execution on the underlying server.


Affected Versions

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.6 through 2.4.9 (August 2026 releases and earlier)

Sansec's initial reporting described the flaw as affecting all versions of Magento and Adobe Commerce, underscoring how deeply the vulnerable template code path is embedded in the platform.


Two Attack Chains, Two Different Payloads

Researchers have observed at least two distinct threat actors racing to exploit StyleSmuggler with different payloads:

Primary Backdoor: A Disguised Rust Implant

The more sophisticated intrusion drops a small Rust-based backdoor that runs as a background process and actively disguises itself as legitimate system activity:

  • Early samples masqueraded as the kernel worker process [kworker/u:8:0]
  • Newer variants instead pose as fc-cache, planted in ~/.cache/fontconfig/
  • Persistence is maintained via a cron job that runs every 30 minutes
  • Command-and-control traffic is disguised as NTP requests over UDP port 123, and the backdoor's C2 host is dressed up to look like a regular Network Time Protocol server
  • The intrusion leaves one observable trace on the storefront itself: a fraudulent "Payment Transaction Failed Reminder" email — the same template abused for the initial injection

Secondary Attack: A Lightweight PHP Web Shell

A separate threat actor has been observed deploying a much simpler 485-byte PHP web shell through the same vulnerability. This payload is reconnaissance-focused: it collects server information and checks media directory write permissions, apparently to stage a follow-on data exfiltration or persistence step rather than establishing the same level of stealth as the Rust backdoor.


Timeline

DateEvent
September 4, 2026Active exploitation begins (per Sansec telemetry)
Early September 2026Sansec identifies and reports the flaw to Adobe
September 8, 2026Adobe ships emergency out-of-band patch (VULN-39341)

Remediation

Adobe and Sansec are urging Magento and Adobe Commerce operators to treat this as an active-incident response, not a routine patch cycle:

  1. Install the VULN-39341 hotfix immediately.
  2. Enable maintenance mode before patching to prevent further exploitation during remediation.
  3. Suspend cron jobs while investigating — the Rust backdoor's persistence mechanism relies on a cron entry, so leaving cron running during cleanup risks re-establishing the implant.
  4. Rotate all credentials, including: administrator passwords, GraphQL tokens, OAuth secrets, payment gateway credentials, database credentials, SSH keys, and API keys.
  5. Flush cache and restore normal operations only after confirming the environment is clean.
  6. Disable GraphQL as a temporary mitigation if the hotfix cannot be applied immediately.

Hunting for Compromise

IndicatorDescription
Processes named [kworker/u:8:0] or fc-cache running from ~/.cache/fontconfig/Rust backdoor presence
Cron entries scheduled every 30 minutes with no legitimate business purposeBackdoor persistence mechanism
Outbound UDP traffic to port 123 that doesn't match known, legitimate NTP serversDisguised C2 channel
A "Payment Transaction Failed Reminder" email that wasn't triggered by a real failed transactionExploitation artifact from the email-template injection
Small (under 1KB) unexplained .php files in the media directorySecondary web-shell payload

Why This Matters

StyleSmuggler is a reminder of how attractive e-commerce platforms remain as backdoor targets: a compromised storefront gives attackers a foothold with direct access to payment flows, customer PII, and admin credentials, all sitting behind a public-facing web server that most organizations patch on a slower cadence than internet-facing infrastructure. The gap between "actively exploited since September 4" and "patch available September 8" also means every unpatched Magento or Adobe Commerce instance should be treated as a potential incident, not a theoretical risk.


References

  • BleepingComputer — Adobe fixes critical Magento zero-day exploited to backdoor servers
  • BleepingComputer — Magento StyleSmuggler zero-day exploited to deploy Linux backdoor

Related Reading

  • Zimbra ZCS OS Command Injection
  • Critical RCE in WPvivid Backup Plugin Threatens 900,000+
#Magento#Adobe Commerce#Zero-Day#CVE-2026-75650#E-commerce Security#Linux Backdoor

Related Articles

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

'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

Hackers Exploit Critical Adobe Commerce Flaw to Hijack Customer Accounts

Active exploitation of CVE-2026-71362 in Adobe Commerce and Magento is underway, with attackers targeting customer account takeover on e-commerce storefronts.

3 min read
Back to all News