mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-14 06:52:09 +02:00
18 lines
856 B
Markdown
18 lines
856 B
Markdown
### [CVE-2010-2008](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2008)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
MySQL before 5.1.48 allows remote authenticated users with alter database privileges to cause a denial of service (server crash and database loss) via an ALTER DATABASE command with a #mysql50# string followed by a . (dot), .. (dot dot), ../ (dot dot slash) or similar sequence, and an UPGRADE DATA DIRECTORY NAME command, which causes MySQL to move certain directories to the server data directory.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.ubuntu.com/usn/USN-1017-1
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|