10
CVSSv2

CVE-2005-1983

Published: 10/08/2005 Updated: 12/10/2018
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

Stack-based buffer overflow in the Plug and Play (PnP) service for Microsoft Windows 2000 and Windows XP Service Pack 1 allows remote malicious users to execute arbitrary code via a crafted packet, and local users to gain privileges via a malicious application, as exploited by the Zotob (aka Mytob) worm.

Vulnerable Product Search on Vulmon Subscribe to Product

microsoft windows xp

microsoft windows 2000

Exploits

/* * HOD-ms05039-pnp-expl-spanishc [25Aug2005] * Very slightly modified version by Roman Medina <roman@rs-labscom> * Tested on Win2k SP4 Spanish * Original credits & comments follow */ /* HOD-ms05039-pnp-explc: 2005-08-10: PUBLIC v02 * * Copyright (c) 2005 houseofdabus * * (MS05-039) Microsoft Windows Plug-and-Play Se ...
## # $Id: ms05_039_pnprb 10190 2010-08-30 20:40:05Z jduck $ ## ## # This file is part of the Metasploit Framework and may be subject to # redistribution and commercial restrictions Please see the Metasploit # Framework web site for more information on licensing and terms of use # metasploitcom/framework/ ## require 'msf/core' class Me ...
/* HOD-ms05039-pnp-explc: 2005-08-10: PUBLIC v02 * * Copyright (c) 2005 houseofdabus * * (MS05-039) Microsoft Windows Plug-and-Play Service Remote Overflow * Universal Exploit + no crash shellcode * * * * * ::[ houseofdabus ]:: * * * * --------------------------------------------------------------------- * Descr ...
/* Windows 2000 universal exploit for MS05-039 -\x6d\x35\x6c\x30\x6e\x6e\x79- */ #define WIN32_LEAN_AND_MEAN #include <windowsh> #include <winnetwkh> #include <winsockh> #include <Rpch> #include <wcharh> #include <stdioh> #include <stdlibh> #pragma comment(lib, "mpr") #pragma comment(lib, "Rpcrt4" ...