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
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