Exploit MySQL 5.0.18 - Query Logging Bypass

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
27326
Проверка EDB
  1. Пройдено
Автор
1DT.W0LF
Тип уязвимости
REMOTE
Платформа
LINUX
CVE
cve-2006-0903
Дата публикации
2006-02-27
Код:
source: https://www.securityfocus.com/bid/16850/info

MySQL is prone to a query-logging-bypass vulnerability. This issue is due to a discrepancy between the handling of NULL bytes in the 'mysql_real_query()' function and in the query-logging functionality.

This issue allows attackers to bypass the query-logging functionality of the database so they can cause malicious SQL queries to be improperly logged. This may help them hide the traces of their malicious activity from administrators.

This issue affects MySQL version 5.0.18; other versions may also be affected.

PHP code designed to exploit this issue is provided:

mysql_connect(...);
mysql_query('/*'.chr(0).'*/ SELECT * FROM table');
 
Источник
www.exploit-db.com

Похожие темы