exploit-db-mirror/exploits/linux/dos/28234.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

13 lines
No EOL
708 B
Text

source: https://www.securityfocus.com/bid/19032/info
MySQL is prone to a remote denial-of-service vulnerability because the database server fails to properly handle unexpected input.
This issue allows remote attackers to crash affected database servers, denying service to legitimate users. Attackers must be able to execute arbitrary SQL statements on affected servers, which requires valid credentials to connect to affected servers.
Attackers may exploit this issue in conjunction with latent SQL-injection vulnerabilities in other applications.
Versions prior to MySQL 4.1.18, 5.0.19, and 5.1.6 are vulnerable.
The following SQL statement will demonstrate this issue:
select date_format('%d%s', 1);