Files
CVEs-PoC/2010/CVE-2010-3840.md
T
2024-06-18 02:51:15 +02:00

18 lines
761 B
Markdown

### [CVE-2010-3840](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3840)
![](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 Gis_line_string::init_from_wkb function in sql/spatial.cc in MySQL 5.1 before 5.1.51 allows remote authenticated users to cause a denial of service (server crash) by calling the PolyFromWKB function with Well-Known Binary (WKB) data containing a crafted number of (1) line strings or (2) line points.
### POC
#### Reference
- http://www.ubuntu.com/usn/USN-1017-1
#### Github
No PoCs found on GitHub currently.