mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-01 19:21:35 +02:00
19 lines
821 B
Markdown
19 lines
821 B
Markdown
### [CVE-2007-5925](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5925)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The convert_search_mode_to_innobase function in ha_innodb.cc in the InnoDB engine in MySQL 5.1.23-BK and earlier allows remote authenticated users to cause a denial of service (database crash) via a certain CONTAINS operation on an indexed column, which triggers an assertion error.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://bugs.gentoo.org/show_bug.cgi?id=198988
|
|
|
|
#### Github
|
|
- https://github.com/lekctut/sdb-hw-13-01
|
|
- https://github.com/pedr0alencar/vlab-metasploitable2
|
|
|