cve/2005/CVE-2005-0709.md
2024-06-18 02:51:15 +02:00

18 lines
727 B
Markdown

### [CVE-2005-0709](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-0709)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20n%2Fa%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
MySQL 4.0.23 and earlier, and 4.1.x up to 4.1.10, allows remote authenticated users with INSERT and DELETE privileges to execute arbitrary code by using CREATE FUNCTION to access libc calls, as demonstrated by using strcat, on_exit, and exit.
### POC
#### Reference
- http://marc.info/?l=bugtraq&m=111066115808506&w=2
#### Github
No PoCs found on GitHub currently.