7.2
CVSSv2

CVE-2008-1084

Published: 08/04/2008 Updated: 07/12/2023
CVSS v2 Base Score: 7.2 | Impact Score: 10 | Exploitability Score: 3.9
VMScore: 730
Vector: AV:L/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

Unspecified vulnerability in the kernel in Microsoft Windows 2000 SP4, XP SP2, Server 2003 SP1 and SP2, through Vista SP1, and Server 2008 allows local users to execute arbitrary code via unknown vectors related to improper input validation. NOTE: it was later reported that one affected function is NtUserFnOUTSTRING in win32k.sys.

Vulnerable Product Search on Vulmon Subscribe to Product

microsoft windows xp

microsoft windows 2003 server

microsoft windows server 2008 -

microsoft windows 2000

microsoft windows vista

Exploits

/* source: wwwsecurityfocuscom/bid/28554/info Microsoft Windows is prone to a local privilege-escalation vulnerability The vulnerability resides in the Windows kernel A locally logged-in user can exploit this issue to gain kernel-level access to the operating system */ #include #include int main(int argc,char *argv[]) { DWORD ...
// ms08-25-exploit #1 // This exploit takes advantage of one of the vulnerabilities // patched in the Microsoft Security bulletin MS08-25 // wwwmicrosoftcom/technet/security/bulletin/ms08-025mspx // --------------------------------------- // Modifications are strictly prohibited // For research purposes ONLY // ----------------------- ...