7.5
CVSSv2

CVE-2005-0058

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

Vulnerability Summary

Buffer overflow in the Telephony Application Programming Interface (TAPI) for Microsoft Windows 98, Windows 98 SE, Windows ME, Windows 2000, Windows XP, and Windows Server 2003 allows malicious users to elevate privileges or execute arbitrary code via a crafted message.

Vulnerable Product Search on Vulmon Subscribe to Product

microsoft windows 2000

microsoft windows 98se

microsoft windows me

microsoft windows 2003 server r2

microsoft windows 98

microsoft windows xp

Exploits

// by Cesar Cerrudo - Argeniss - wwwargenisscom // // TAPI Vulnerability- MS05-040 // // Should work on Win2k sp0,sp1,sp2,sp3,sp4 any language // If Telephony Service is not running you can start it by net start "Telephony Service" #include "windowsh" #include "stdioh" #include "tapih" typedef struct _UNICODE_STRING { USHORT Length; US ...