Here are the details from the Slackware 10.2 ChangeLog: patches/packages/mysql-4.1.19-i486-1.tgz: Upgraded to mysql-4.1.19. This fixes some minor security issues with possible information leakage. Note that the information leakage bugs require that the attacker have access to an account on the database. Also note that by default, Slackware's rc.mysqld script does *not* allow access to the database through the outside network (it uses the --skip-networking option). If you've enabled network access to MySQL, it is a good idea to filter the port (3306) to prevent access from unauthorized machines. For more information, see: https://www.cve.org/CVERecord?id=CVE-2006-1516 https://www.cve.org/CVERecord?id=CVE-2006-1517 (* Security fix *) Here are the details from the Slackware -current ChangeLog: ap/mysql-5.0.21-i486-1.tgz: Upgraded to mysql-5.0.21. This fixes some security issues, including possible information leakage, and execution of arbitrary code.
Read the Full AdvisoryUpdated package for Slackware 10.2:
Updated package for Slackware -current:
Slackware 10.2 package:
c229e19d782404da119be46355a170d2 mysql-4.1.19-i486-1.tgz
Slackware -current package:
51008b23954c0d82c2670290476d0249 mysql-5.0.21-i486-1.tgz
Get the latest Linux and open source security news straight to your inbox.
Installation instructions: Upgrade the package as root: # upgradepkg mysql-4.1.19-i486-1.tgz Then, restart the database server: # sh /etc/rc.d/rc.mysqld restart