| Reporter | Title | Published | Views | Family All 126 |
|---|---|---|---|---|
| IPComp encapsulation pre-auth kernel memory corruption | 2 Apr 201100:00 | – | zdt | |
| Safari < 3.2 Multiple Vulnerabilities | 14 Nov 200800:00 | – | nessus | |
| CentOS 4 : zlib (CESA-2005:569) | 5 Jul 200600:00 | – | nessus | |
| CentOS 4 : zlib (CESA-2005:584) | 5 Jul 200600:00 | – | nessus | |
| Debian DSA-1026-1 : sash - buffer overflows | 14 Oct 200600:00 | – | nessus | |
| Debian DSA-740-1 : zlib - remote denial of service | 6 Jul 200500:00 | – | nessus | |
| Debian DSA-773-1 : amd64 - several vulnerabilities | 12 Jan 201200:00 | – | nessus | |
| Debian DSA-797-2 : zsync - denial of service | 6 Sep 200500:00 | – | nessus | |
| Fedora Core 4 : rpm-4.4.1-22 (2005-565) | 14 Jul 200500:00 | – | nessus | |
| FreeBSD : zlib -- buffer overflow vulnerability (8efe93e2-ee62-11d9-8310-0001020eed82) | 13 May 200600:00 | – | nessus |
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(17827);
script_version("1.6");
script_cvs_date("Date: 2018/07/16 14:09:12");
script_cve_id("CVE-2005-2096");
script_bugtraq_id(14162);
script_xref(name:"CERT", value:"680620");
script_name(english:"MySQL < 4.1.13a / 5.0.10 Zlib Library Buffer Overflow");
script_summary(english:"Checks version of MySQL server");
script_set_attribute(attribute:"synopsis", value:
"Arbitrary code could be executed on the remote database server.");
script_set_attribute(attribute:"description", value:
"The version of MySQL installed on the remote host is older than
4.1.13a or 5.0.10 and as such, may have been linked with zlib 1.2.2.
On operating systems where the MySQL binaries are statically linked
(mainly Windows and HP-UX), a remote attacker could crash the server
or execute arbitrary code by triggering a buffer overflow in zlib.");
script_set_attribute(attribute:"see_also", value:"http://dev.mysql.com/doc/refman/5.0/en/news-5-0-10.html");
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?d5be160d");
script_set_attribute(attribute:"solution", value:"Upgrade to MySQL version 4.1.13a / 5.0.10 or later.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/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_set_attribute(attribute:"vuln_publication_date", value:"2005/07/07");
script_set_attribute(attribute:"plugin_publication_date", value:"2012/01/18");
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) 2012-2018 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("mysql_version.nasl", "mysql_login.nasl");
script_require_keys("Settings/ParanoidReport");
script_require_ports("Services/mysql", 3306);
exit(0);
}
include("mysql_version.inc");
mysql_check_version(fixed:make_list('4.1.14', '5.0.10'), severity:SECURITY_HOLE);
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation