VMware vCenter Server file upload exploitation attempt for CVE-2021-22005 via POST telemetry endpoint

Identifies POST requests targeting a vCenter telemetry upload endpoint consistent with CVE-2021-22005 exploitation attempts.

FreeReviewedSigma · High · v5
Category
webserver
Author
Sittikorn S (SigmaHQ), DRL 1.1
Published
2021-09-24
Updated
2026-07-31
title: VMware vCenter Server file upload exploitation attempt for CVE-2021-22005 via POST telemetry endpoint
id: e1b97df2-1c82-4b44-89c3-fa8189f60e5d
status: test
description: This rule flags HTTP POST requests that contain the URI query path associated with vCenter Server analytics telemetry file upload behavior tied to CVE-2021-22005. Attackers can use this file upload weakness to gain an initial foothold by delivering malicious content through the targeted web endpoint. The detection relies on webserver telemetry capturing the HTTP method and the presence of a specific URI query substring in the request.
references:
  - https://kb.vmware.com/s/article/85717
  - https://www.tenable.com/blog/cve-2021-22005-critical-file-upload-vulnerability-in-vmware-vcenter-server
  - https://github.com/SigmaHQ/sigma/blob/master/rules-emerging-threats/2021/Exploits/CVE-2021-22005/web_cve_2021_22005_vmware_file_upload.yml
author: Sittikorn S, Huntrule Team
date: 2021-09-24
modified: 2023-01-02
tags:
  - attack.initial-access
  - attack.t1190
  - cve.2021-22005
  - detection.emerging-threats
logsource:
  category: webserver
detection:
  selection:
    cs-method: POST
    cs-uri-query|contains: /analytics/telemetry/ph/api/hyper/send?
  condition: selection
falsepositives:
  - Vulnerability Scanning
level: high
license: DRL-1.1
related:
  - id: b014ea07-8ea0-4859-b517-50a4e5b7ecec
    type: derived