漏洞信息详情
MySQL Null Root Password Weak默认配置漏洞
- CNNVD编号:CNNVD-200212-263
- 危害等级: 高危
- CVE编号:
CVE-2002-1809
- 漏洞类型:
配置错误
- 发布时间:
2002-12-31
- 威胁类型:
远程
- 更新时间:
2006-03-28
- 厂 商:
mysql - 漏洞来源:
Published by Mike … -
漏洞简介
MySQL 3.23.2到3.23.52的Windows二进制版本中默认配置存在NULL根密码。远程攻击者获得未经授权MySQL数据库根目录访问。
漏洞公告
Administrators should either disable the default account, or supply a strong password. The following SQL command is supplied by Mike Bommarito
DELETE FROM mysql.user;
GRANT ALL PRIVILEGES ON *.* TO user@localhost
IDENTIFIED BY ‘password’ WITH GRANT OPTION;
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or are aware of more recent information, please mail us at: vuldb@securityfocus.com
参考网址
来源: BID
名称: 5503
链接:http://www.securityfocus.com/bid/5503
来源: XF
名称: mysql-default-root-access(9902)
链接:http://www.iss.net/security_center/static/9902.php
来源: BUGTRAQ
名称: 20020818 Weak MySQL Default Configuration on Windows
链接:http://archives.neohapsis.com/archives/bugtraq/2002-08/0185.html