mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
18 lines
727 B
Markdown
18 lines
727 B
Markdown
### [CVE-2005-0709](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-0709)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|