Webserver POST to vROps uploadova endpoint indicative of CVE-2021-21972 exploitation

Alerts on POST requests to the uploadova endpoint tied to CVE-2021-21972 vSphere exploitation.

FreeReviewedSigma · High · v5
Category
webserver
Author
Bhabesh Raj (SigmaHQ), DRL 1.1
Published
2021-02-24
Updated
2026-07-31
title: Webserver POST to vROps uploadova endpoint indicative of CVE-2021-21972 exploitation
id: 078d0592-95df-40c1-9557-073521143500
status: test
description: This rule flags HTTP POST requests targeting the /ui/vropspluginui/rest/services/uploadova endpoint, which matches behavior associated with exploitation of the VSphere remote code execution issue referenced as CVE-2021-21972. Attackers may use this upload-related interaction to trigger malicious activity against affected vROps components exposed via the web interface. Detection relies on webserver telemetry that records HTTP method and URI query path for inbound requests to the endpoint.
references:
  - https://www.vmware.com/security/advisories/VMSA-2021-0002.html
  - https://f5.pm/go-59627.html
  - https://swarm.ptsecurity.com/unauth-rce-vmware
  - https://github.com/SigmaHQ/sigma/blob/master/rules-emerging-threats/2021/Exploits/CVE-2021-21972/web_cve_2021_21972_vsphere_unauth_rce_exploit.yml
author: Bhabesh Raj, Huntrule Team
date: 2021-02-24
modified: 2023-01-02
tags:
  - attack.initial-access
  - attack.t1190
  - cve.2021-21972
  - detection.emerging-threats
logsource:
  category: webserver
detection:
  selection:
    cs-method: POST
    cs-uri-query: /ui/vropspluginui/rest/services/uploadova
  condition: selection
falsepositives:
  - OVA uploads to your VSphere appliance
level: high
license: DRL-1.1
related:
  - id: 179ed852-0f9b-4009-93a7-68475910fd86
    type: derived