CVE-2002-0624
Microsoft SQL Server and MSDE 2000 - Buffer Overflow in Password Encryption Function
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2002-0624. PoCs published by Martin Rakhmanoff.
AI-analyzed exploit summary The exploit demonstrates a buffer overflow in SQL Server 2000's password encryption procedure by invoking `pwdencrypt` with an excessively long input (353 'A' characters). This triggers an unbounded data copy operation, potentially leading to a denial of service or remote code execution.
Description
Buffer overflow in the password encryption function of Microsoft SQL Server 2000, including Microsoft SQL Server Desktop Engine (MSDE) 2000, allows remote attackers to gain control of the database and execute arbitrary code via SQL Server Authentication, aka "Unchecked Buffer in Password Encryption Procedure."
Exploits (1)
The exploit demonstrates a buffer overflow in SQL Server 2000's password encryption procedure by invoking `pwdencrypt` with an excessively long input (353 'A' characters). This triggers an unbounded data copy operation, potentially leading to a denial of service or remote code execution.