| Reporter | Title | Published | Views | Family All 4 |
|---|---|---|---|---|
| CVE-1999-1188 | 9 Mar 200205:00 | – | cve | |
| CVE-1999-1188 | 9 Mar 200205:00 | – | cvelist | |
| EUVD-1999-1169 | 7 Oct 202500:30 | – | euvd | |
| CVE-1999-1188 | 27 Dec 199805:00 | – | nvd |
| Source | Link |
|---|---|
| marc | www.marc.info/ |
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(17815);
script_version("1.4");
script_cvs_date("Date: 2018/11/15 20:50:21");
script_cve_id("CVE-1999-1188");
script_name(english:"MySQL < 3.22 Readable Logs");
script_summary(english:"Checks version of MySQL Server");
script_set_attribute(attribute:"synopsis", value:
"The remote database server is vulnerable to information
disclosure.");
script_set_attribute(attribute:"description", value:
"The version of MySQL installed on the remote host reportedly creates
world-readable log files, thus allowing local users to get sensitive
information, such as the passwords for newly created users.");
script_set_attribute(attribute:"see_also", value:"https://marc.info/?l=bugtraq&m=91479159617803&w=2");
script_set_attribute(attribute:"solution", value:"Upgrade to MySQL version 3.22 or later.");
script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:N/C:P/I:P/A:P");
script_set_attribute(attribute:"vuln_publication_date", value:"1998/12/27");
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:'3.22', severity:SECURITY_WARNING);
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