mirror of
https://github.com/0xMarcio/cve.git
synced 2026-03-06 11:22:22 +00:00
18 lines
871 B
Markdown
18 lines
871 B
Markdown
### [CVE-2000-1087](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2000-1087)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The xp_proxiedmetadata 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.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://marc.info/?l=bugtraq&m=97570884410184&w=2
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|