cve/2000/CVE-2000-1083.md
2024-06-09 00:33:16 +00:00

19 lines
911 B
Markdown

### [CVE-2000-1083](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2000-1083)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The xp_showcolv function in SQL Server and Microsoft 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=97570878710037&w=2
- http://marc.info/?l=bugtraq&m=97570878710037&w=2
#### Github
No PoCs found on GitHub currently.