CVE-2021-33766 Exchange ProxyToken Exploitation


Description

Detects the exploitation of Microsoft Exchange ProxyToken vulnerability as described in CVE-2021-33766

Query · sigma

selection_1:
  cs-method: POST
  cs-uri-query|contains|all:
  - /ecp/
  - /RulesEditor/InboxRules.svc/NewObject
  sc-status: 500
selection_2:
  cs-uri-query|contains|all:
  - SecurityToken=
  - /ecp/
  sc-status: 500
condition: 1 of selection_*

Known false positives

  • Unknown
Raw source CVE-2021-33766 Exchange ProxyToken Exploitation · Sigma
Esc
Published by SigmaHQ/sigma ↗, licensed under Detection Rule License 1.1 ↗. Reproduced here unmodified.
title: CVE-2021-33766 Exchange ProxyToken Exploitation
id: 56973b50-3382-4b56-bdf5-f51a3183797a
status: test
description: Detects the exploitation of Microsoft Exchange ProxyToken vulnerability as described in CVE-2021-33766
references:
    - https://www.zerodayinitiative.com/blog/2021/8/30/proxytoken-an-authentication-bypass-in-microsoft-exchange-server
author: Florian Roth (Nextron Systems), Max Altgelt (Nextron Systems), Christian Burkard (Nextron Systems)
date: 2021-08-30
modified: 2023-01-02
tags:
    - attack.initial-access
    - attack.t1190
    - cve.2021-33766
    - detection.emerging-threats
logsource:
    category: webserver
detection:
    selection_1:
        cs-method: 'POST'
        cs-uri-query|contains|all:
            - '/ecp/'
            - '/RulesEditor/InboxRules.svc/NewObject'
        sc-status: 500
    selection_2:
        cs-uri-query|contains|all:
            - 'SecurityToken='
            - '/ecp/'
        sc-status: 500
    condition: 1 of selection_*
falsepositives:
    - Unknown
level: critical

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.