- EPSS 81.81%
- Published 05.05.2006 12:46:00
- Last modified 03.04.2025 01:03:51
The check_connection function in sql_parse.cc in MySQL 4.0.x up to 4.0.26, 4.1.x up to 4.1.18, and 5.0.x up to 5.0.20 allows remote attackers to read portions of memory via a username without a trailing null byte, which causes a buffer over-read.
- EPSS 9.19%
- Published 05.05.2006 12:46:00
- Last modified 03.04.2025 01:03:51
sql_parse.cc in MySQL 4.0.x up to 4.0.26, 4.1.x up to 4.1.18, and 5.0.x up to 5.0.20 allows remote attackers to obtain sensitive information via a COM_TABLE_DUMP request with an incorrect packet length, which includes portions of memory in an error m...
CVE-2006-1518
- EPSS 41.49%
- Published 05.05.2006 12:46:00
- Last modified 03.04.2025 01:03:51
Buffer overflow in the open_table function in sql_base.cc in MySQL 5.0.x up to 5.0.20 might allow remote attackers to execute arbitrary code via crafted COM_TABLE_DUMP packets with invalid length values.
CVE-2006-0903
- EPSS 0.28%
- Published 27.02.2006 23:02:00
- Last modified 03.04.2025 01:03:51
MySQL 5.0.18 and earlier allows local users to bypass logging mechanisms via SQL queries that contain the NULL character, which are not properly handled by the mysql_real_query function. NOTE: this issue was originally reported for the mysql_query f...
CVE-2006-0369
- EPSS 0.15%
- Published 22.01.2006 20:03:00
- Last modified 03.04.2025 01:03:51
MySQL 5.0.18 allows local users with access to a VIEW to obtain sensitive information via the "SELECT * FROM information_schema.views;" query, which returns the query that created the VIEW. NOTE: this issue has been disputed by third parties, saying...
CVE-2005-2558
- EPSS 14.8%
- Published 16.08.2005 04:00:00
- Last modified 03.04.2025 01:03:51
Stack-based buffer overflow in the init_syms function in MySQL 4.0 before 4.0.25, 4.1 before 4.1.13, and 5.0 before 5.0.7-beta allows remote authenticated users who can create user-defined functions to execute arbitrary code via a long function_name ...
CVE-2005-2572
- EPSS 1.36%
- Published 16.08.2005 04:00:00
- Last modified 03.04.2025 01:03:51
MySQL, when running on Windows, allows remote authenticated users with insert privileges on the mysql.func table to cause a denial of service (server hang) and possibly execute arbitrary code via (1) a request for a non-library file, which causes the...
- EPSS 0.7%
- Published 16.08.2005 04:00:00
- Last modified 03.04.2025 01:03:51
The mysql_create_function function in sql_udf.cc for MySQL 4.0 before 4.0.25, 4.1 before 4.1.13, and 5.0 before 5.0.7-beta, when running on Windows, uses an incomplete blacklist in a directory traversal check, which allows attackers to include arbitr...
CVE-2005-1636
- EPSS 0.03%
- Published 17.05.2005 04:00:00
- Last modified 03.04.2025 01:03:51
mysql_install_db in MySQL 4.1.x before 4.1.12 and 5.x up to 5.0.4 creates the mysql_install_db.X file with a predictable filename and insecure permissions, which allows local users to execute arbitrary SQL commands by modifying the file's contents.
CVE-2005-0709
- EPSS 33.89%
- Published 02.05.2005 04:00:00
- Last modified 03.04.2025 01:03:51
MySQL 4.0.23 and earlier, and 4.1.x up to 4.1.10, allows remote authenticated users with INSERT and DELETE privileges to execute arbitrary code by using CREATE FUNCTION to access libc calls, as demonstrated by using strcat, on_exit, and exit.