CVE-2007-5925
MySQL < 5.1.23_bk - Authenticated Denial of Service via CONTAINS Operation on Indexed Column
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2007-5925. PoCs published by Joe Gallo.
AI-analyzed exploit summary This exploit demonstrates a denial-of-service vulnerability in MySQL by executing specific SQL queries that crash the database server. It requires valid credentials to execute arbitrary SQL statements.
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.
Exploits (1)
This exploit demonstrates a denial-of-service vulnerability in MySQL by executing specific SQL queries that crash the database server. It requires valid credentials to execute arbitrary SQL statements.