
15 changes to exploits/shellcodes jiNa OCR Image to Text 1.0 - Denial of Service (PoC) PixGPS 1.1.8 - Denial of Service (PoC) RoboImport 1.2.0.72 - Denial of Service (PoC) PicaJet FX 2.6.5 - Denial of Service (PoC) iCash 7.6.5 - Denial of Service (PoC) PDF Explorer 1.5.66.2 - Denial of Service (PoC) Infiltrator Network Security Scanner 4.6 - Denial of Service (PoC) Apple macOS 10.13.4 - Denial of Service (PoC) CirCarLife SCADA 4.3.0 - Credential Disclosure Rubedo CMS 3.4.0 - Directory Traversal SynaMan 4.0 build 1488 - Authenticated Cross-Site Scripting (XSS) SynaMan 4.0 build 1488 - SMTP Credential Disclosure IBM Identity Governance and Intelligence 5.2.3.2 / 5.2.4 - SQL Injection MyBB 1.8.17 - Cross-Site Scripting LG Smart IP Camera 1508190 - Backup File Download
39 lines
No EOL
1.4 KiB
Text
39 lines
No EOL
1.4 KiB
Text
# Exploit Author: bzyo
|
|
# CVE: CVE-2018-10763
|
|
# Twitter: @bzyo_
|
|
# Exploit Title: SynaMan 4.0 - Authenticated Cross Site Scripting (XSS)
|
|
# Date: 09-12-18
|
|
# Vulnerable Software: SynaMan 4.0 build 1488
|
|
# Vendor Homepage: http://web.synametrics.com/SynaMan.htm
|
|
# Version: 4.0 build 1488
|
|
# Software Link: http://web.synametrics.com/SynaManDownload.htm
|
|
# Tested On: Windows 7 x86
|
|
|
|
Description
|
|
-----------------------------------------------------------------
|
|
SynaMan 4.0 suffers from Authenticated Cross Site Scripting (XSS)
|
|
|
|
|
|
Prerequisites
|
|
-----------------------------------------------------------------
|
|
Admin access to Synaman web console
|
|
|
|
Proof of Concept
|
|
-----------------------------------------------------------------
|
|
From Configuration > Advanced Configuration > Partial Branding
|
|
- Main heading
|
|
- Sub heading
|
|
|
|
If one were to apply the following XSS payload in either of the fields, alert pop-ups with xss would be present on navigation throughout the web app
|
|
|
|
<script>alert("xss");</script>
|
|
|
|
While Chrome does block the XSS payload on apply, simply hitting the back button and selecting "Explore" the payload is stored
|
|
|
|
|
|
Timeline
|
|
---------------------------------------------------------------------
|
|
05-07-18: Vendor notified of vulnerabilities
|
|
05-08-18: Vendor responded and will fix
|
|
07-25-18: Vendor fixed in new release
|
|
09-12-18: Submitted public disclosure |