Potential StyleSmuggler (CVE-2026-75650) Exploitation Attempt - Magento GraphQL Styles Parameter (via webserver)
FreeReviewedSigma · Critical · v2
- Category
- webserver
- Author
- HuntRule
- Published
- 2026-09-10
- Updated
- 2026-09-10
ATT&CK techniques
Initial AccessRecon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
Detects POST requests to the Magento GraphQL endpoint carrying a styles[...] query parameter, the pattern reported for exploitation of StyleSmuggler (CVE-2026-75650), an unauthenticated remote code execution vulnerability in Magento Open Source and Adobe Commerce 2.4.4 through 2.4.9. A match indicates an exploitation attempt, not confirmed compromise; correlate with implant process and file indicators on the host.
Reporting behind it
Changelog
v2- v2Candidate ingested via manual entry.2026-09-10
- v1No changelog recorded for this version.2026-09-10
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
potential-stylesmuggler-cve-2026-75650-exploitation-attempt-magento-graphql-styl-4960108b
title: Potential StyleSmuggler (CVE-2026-75650) Exploitation Attempt - Magento GraphQL Styles Parameter (via webserver)
id: f200e83a-db21-44d7-93ab-180edd494dc1
status: stable
description: |
Detects POST requests to the Magento GraphQL endpoint carrying a styles[...] query parameter, the pattern
reported for exploitation of StyleSmuggler (CVE-2026-75650), an unauthenticated remote code execution
vulnerability in Magento Open Source and Adobe Commerce 2.4.4 through 2.4.9. A match indicates an
exploitation attempt, not confirmed compromise; correlate with implant process and file indicators on the host.
references:
- https://sansec.io/research/stylesmuggler-0day
- https://helpx.adobe.com/security/products/magento/apsb26-146.html
author: HuntRule Team
tags:
- attack.initial_access
- attack.t1190
- cve.2026-75650
- detection.emerging-threats
logsource:
category: webserver
detection:
selection:
cs-method: POST
cs-uri-stem|endswith:
- '/graphql'
- '/graphql/'
cs-uri-query|contains:
- 'styles['
- 'styles%5B'
- 'styles%5b'
condition: selection
falsepositives:
- Unknown
level: critical