mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-23 06:39:42 +02:00
19 lines
955 B
Markdown
19 lines
955 B
Markdown
### [CVE-2005-2572](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2572)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
MySQL, when running on Windows, allows remote authenticated users with insert privileges on the mysql.func table to cause a denial of service (server hang) and possibly execute arbitrary code via (1) a request for a non-library file, which causes the Windows LoadLibraryEx function to block, or (2) a request for a function in a library that has the XXX_deinit or XXX_init functions defined but is not tailored for mySQL, such as jpeg1x32.dll and jpeg2x32.dll.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/vivekaom/pentest_example
|
|
|