CentOS Update for mysql fixing multiple vulnerabilities and upgrading to version 5.1.66. Please Install the Updated Packages
Reporter | Title | Published | Views | Family All 199 |
---|---|---|---|---|
![]() | Oracle Linux 6 : mysql (ELSA-2012-1462) | 12 Jul 201300:00 | – | nessus |
![]() | Scientific Linux Security Update : mysql on SL6.x i386/x86_64 (20121114) | 16 Nov 201200:00 | – | nessus |
![]() | CentOS 6 : mysql (CESA-2012:1462) | 15 Nov 201200:00 | – | nessus |
![]() | RHEL 6 : mysql (RHSA-2012:1462) | 15 Nov 201200:00 | – | nessus |
![]() | Debian DSA-2581-1 : mysql-5.1 - several vulnerabilities | 5 Dec 201200:00 | – | nessus |
![]() | MariaDB 5.1 < 5.1.66 Buffer Overflow | 4 Dec 201200:00 | – | nessus |
![]() | MariaDB 5.5.0 < 5.5.27 Multiple Vulnerabilities | 18 Nov 202200:00 | – | nessus |
![]() | Ubuntu 10.04 LTS / 11.10 / 12.04 LTS / 12.10 : mysql-5.1, mysql-5.5, mysql-dfsg-5.1 vulnerabilities (USN-1621-1) | 6 Nov 201200:00 | – | nessus |
![]() | MySQL 5.1 < 5.1.65 Multiple Vulnerabilities | 19 Oct 201200:00 | – | nessus |
![]() | Debian DSA-2496-1 : mysql-5.1 - several vulnerabilities | 29 Jun 201200:00 | – | nessus |
###############################################################################
# OpenVAS Vulnerability Test
#
# CentOS Update for mysql CESA-2012:1462 centos6
#
# Authors:
# System Generated Check
#
# Copyright:
# Copyright (c) 2012 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
include("revisions-lib.inc");
tag_insight = "MySQL is a multi-user, multi-threaded SQL database server. It consists of
the MySQL server daemon (mysqld) and many client programs and libraries.
This update fixes several vulnerabilities in the MySQL database server.
Information about these flaws can be found on the Oracle Critical Patch
Update Advisory pages, listed in the References section. (CVE-2012-1688,
CVE-2012-1690, CVE-2012-1703, CVE-2012-2749, CVE-2012-0540, CVE-2012-1689,
CVE-2012-1734, CVE-2012-3163, CVE-2012-3158, CVE-2012-3177, CVE-2012-3166,
CVE-2012-3173, CVE-2012-3150, CVE-2012-3180, CVE-2012-3167, CVE-2012-3197,
CVE-2012-3160)
These updated packages upgrade MySQL to version 5.1.66. Refer to the MySQL
release notes listed in the References section for a full list of changes.
All MySQL users should upgrade to these updated packages, which correct
these issues. After installing this update, the MySQL server daemon
(mysqld) will be restarted automatically.";
tag_affected = "mysql on CentOS 6";
tag_solution = "Please Install the Updated Packages.";
if(description)
{
script_xref(name : "URL" , value : "http://lists.centos.org/pipermail/centos-announce/2012-November/018995.html");
script_id(881538);
script_version("$Revision: 8313 $");
script_tag(name:"last_modification", value:"$Date: 2018-01-08 08:02:11 +0100 (Mon, 08 Jan 2018) $");
script_tag(name:"creation_date", value:"2012-11-15 11:42:46 +0530 (Thu, 15 Nov 2012)");
script_cve_id("CVE-2012-0540", "CVE-2012-1688", "CVE-2012-1689", "CVE-2012-1690",
"CVE-2012-1703", "CVE-2012-1734", "CVE-2012-2749", "CVE-2012-3150",
"CVE-2012-3158", "CVE-2012-3160", "CVE-2012-3163", "CVE-2012-3166",
"CVE-2012-3167", "CVE-2012-3173", "CVE-2012-3177", "CVE-2012-3180",
"CVE-2012-3197");
script_tag(name:"cvss_base", value:"9.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:C/I:C/A:C");
script_xref(name: "CESA", value: "2012:1462");
script_name("CentOS Update for mysql CESA-2012:1462 centos6 ");
script_tag(name: "summary" , value: "Check for the Version of mysql");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2012 Greenbone Networks GmbH");
script_family("CentOS Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/centos", "ssh/login/rpms");
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "insight" , value : tag_insight);
script_tag(name:"qod_type", value:"package");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("pkg-lib-rpm.inc");
release = get_kb_item("ssh/login/release");
res = "";
if(release == NULL){
exit(0);
}
if(release == "CentOS6")
{
if ((res = isrpmvuln(pkg:"mysql", rpm:"mysql~5.1.66~1.el6_3", rls:"CentOS6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mysql-bench", rpm:"mysql-bench~5.1.66~1.el6_3", rls:"CentOS6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mysql-devel", rpm:"mysql-devel~5.1.66~1.el6_3", rls:"CentOS6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mysql-embedded", rpm:"mysql-embedded~5.1.66~1.el6_3", rls:"CentOS6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mysql-embedded-devel", rpm:"mysql-embedded-devel~5.1.66~1.el6_3", rls:"CentOS6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mysql-libs", rpm:"mysql-libs~5.1.66~1.el6_3", rls:"CentOS6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mysql-server", rpm:"mysql-server~5.1.66~1.el6_3", rls:"CentOS6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mysql-test", rpm:"mysql-test~5.1.66~1.el6_3", rls:"CentOS6")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99); # Not vulnerable.
exit(0);
}
Transform Your Security Services
Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.
Book a live demo