### [CVE-2007-5925](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5925) ![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen) ### 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 No PoCs found on GitHub currently.