mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-12 17:32:18 +02:00
22 lines
1.1 KiB
Markdown
22 lines
1.1 KiB
Markdown
### [CVE-2008-4097](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-4097)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
MySQL 5.0.51a allows local users to bypass certain privilege checks by calling CREATE TABLE on a MyISAM table with modified (1) DATA DIRECTORY or (2) INDEX DIRECTORY arguments that are associated with symlinks within pathnames for subdirectories of the MySQL home data directory, which are followed when tables are created in the future. NOTE: this vulnerability exists because of an incomplete fix for CVE-2008-2079.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/CoolerVoid/Vision
|
|
- https://github.com/CoolerVoid/Vision2
|
|
- https://github.com/hack-parthsharma/Vision
|
|
- https://github.com/ptester36-zz/netology_ib_networks_lesson_9
|
|
- https://github.com/ptester36/netology_ib_networks_lesson_9
|
|
|