MySQL 5.0 < 5.0.52 Vulnerabilitie
Reporter | Title | Published | Views | Family All 112 |
---|---|---|---|---|
![]() | GLSA-200804-04 : MySQL: Multiple vulnerabilities | 11 Apr 200800:00 | β | nessus |
![]() | MySQL < 5.0.51a / 5.1.23 / 6.0.4 Multiple Vulnerabilities | 16 Jan 201200:00 | β | nessus |
![]() | Mandriva Linux Security Advisory : mysql (MDVSA-2008:017) | 23 Apr 200900:00 | β | nessus |
![]() | MySQL Community Server < 5.1.23 / 6.0.4 Multiple Vulnerabilities | 13 Dec 200700:00 | β | nessus |
![]() | Fedora 8 : mysql-5.0.45-6.fc8 (2007-4465) | 17 Dec 200700:00 | β | nessus |
![]() | CentOS 4 : mysql (CESA-2007:1222-001) | 24 Dec 200700:00 | β | nessus |
![]() | Debian DSA-1451-1 : mysql-dfsg-5.0 - several vulnerabilities | 7 Jan 200800:00 | β | nessus |
![]() | Fedora 7 : mysql-5.0.45-6.fc7 (2007-4471) | 17 Dec 200700:00 | β | nessus |
![]() | F5 Networks BIG-IP : MySQL vulnerabilities (SOL8178) | 10 Oct 201400:00 | β | nessus |
![]() | Mandriva Linux Security Advisory : mysql (MDVSA-2008:028) | 23 Apr 200900:00 | β | nessus |
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(29346);
script_version("1.15");
script_cvs_date("Date: 2018/11/15 20:50:21");
script_cve_id("CVE-2007-5969", "CVE-2007-6303", "CVE-2007-6304");
script_bugtraq_id(26765, 26832);
script_name(english:"MySQL Enterprise Server 5.0 < 5.0.52 Multiple Vulnerabilities");
script_summary(english:"Checks version of MySQL Enterprise Server");
script_set_attribute(attribute:"synopsis", value:
"The remote database server is affected by several issues.");
script_set_attribute(attribute:"description", value:
"The version of MySQL Enterprise Server 5.0 installed on the remote
host is earlier than 5.0.52. Such versions reportedly are affected by
the following issues :
- Using RENAME TABLE against a table with explicit DATA
DIRECTORY and INDEX DIRECTORY options can be used to
overwrite system table information. (Bug #32111).
- ALTER VIEW retained the original DEFINER value, even
when altered by another user, which could allow that
user to gain the access rights of the view. (Bug
#29908)
- When using a FEDERATED table, the local server can be
forced to crash if the remote server returns a result
with fewer columns than expected. (Bug #29801)");
script_set_attribute(attribute:"see_also", value:"https://bugs.mysql.com/bug.php?id=32111");
script_set_attribute(attribute:"see_also", value:"https://bugs.mysql.com/bug.php?id=29908");
script_set_attribute(attribute:"see_also", value:"https://bugs.mysql.com/bug.php?id=29801");
script_set_attribute(attribute:"see_also", value:"http://dev.mysql.com/doc/refman/5.0/en/news-5-0-52.html");
script_set_attribute(attribute:"solution", value:
"Upgrade to MySQL Enterprise Server version 5.0.52 or later.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:H/Au:S/C:P/I:P/A:P");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"exploit_available", value:"false");
script_cwe_id(264);
script_set_attribute(attribute:"plugin_publication_date", value:"2007/12/13");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_set_attribute(attribute:"cpe", value:"cpe:/a:mysql:mysql");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Databases");
script_copyright(english:"This script is Copyright (C) 2007-2018 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("mysql_version.nasl", "mysql_login.nasl");
script_require_ports("Services/mysql", 3306);
exit(0);
}
include("global_settings.inc");
include("misc_func.inc");
include("mysql_func.inc");
port = get_service(svc:"mysql", default:3306, exit_on_fail:TRUE);
if (mysql_init(port:port, exit_on_fail:TRUE) == 1)
{
variant = mysql_get_variant();
ver = mysql_get_version();
if ("Enterprise " >< variant && ver =~ "^5\.0\.([0-9]|[1-4][0-9]|5[01])($|[^0-9])")
{
report =
'\nThe remote MySQL '+variant+'\'s version is :\n'+
'\n '+ver+'\n';
datadir = get_kb_item('mysql/' + port + '/datadir');
if (!empty_or_null(datadir))
{
report += ' Data Dir : ' + datadir + '\n';
}
databases = get_kb_item('mysql/' + port + '/databases');
if (!empty_or_null(databases))
{
report += ' Databases :\n' + databases;
}
security_warning(port:port, extra:report);
}
}
mysql_close();
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