Exploitation Summary
EIP tracks 1 public exploit for CVE-2000-1085. PoCs published by @stake.
AI-analyzed exploit summary This exploit demonstrates a buffer overflow in Microsoft SQL Server's Srv_paraminfo() function via the xp_proxiedmetadata extended stored procedure. It constructs a malicious query with a long string and shellcode to achieve remote code execution under the SQL Server service account context.
Description
The xp_peekqueue function in Microsoft SQL Server 2000 and SQL Server Desktop Engine (MSDE) does not properly restrict the length of a buffer before calling the srv_paraminfo function in the SQL Server API for Extended Stored Procedures (XP), which allows an attacker to cause a denial of service or execute arbitrary commands, aka the "Extended Stored Procedure Parameter Parsing" vulnerability.
Exploits (1)
This exploit demonstrates a buffer overflow in Microsoft SQL Server's Srv_paraminfo() function via the xp_proxiedmetadata extended stored procedure. It constructs a malicious query with a long string and shellcode to achieve remote code execution under the SQL Server service account context.