10
CVSSv2

CVE-2004-0627

Published: 06/12/2004 Updated: 17/12/2019
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

The check_scramble_323 function in MySQL 4.1.x prior to 4.1.3, and 5.0, allows remote malicious users to bypass authentication via a zero-length scrambled string.

Vulnerable Product Search on Vulmon Subscribe to Product

mysql mysql 4.1.0

Exploits

#!/usr/bin/perl # # The script connects to MySQL and attempts to log in using a zero-length password # Based on the vuln found by NGSSecurity # # The following Perl script can be used to test your version of MySQL It will display # the login packet sent to the server and it's reply # # Exploit copyright (c) 2004 by Eli Kara, Beyond Security # e ...