| Reporter | Title | Published | Views | Family All 14 |
|---|---|---|---|---|
| MySQL -- multiple vulnerabilities | 19 Apr 201600:00 | – | freebsd | |
| CVE-2016-3461 | 7 Jan 202408:29 | – | circl | |
| Unspecified Vulnerability in Oracle MySQL Enterprise Monitor Component | 24 Apr 201600:00 | – | cnvd | |
| CVE-2016-3461 | 21 Apr 201610:00 | – | cve | |
| CVE-2016-3461 | 21 Apr 201610:00 | – | cvelist | |
| EUVD-2016-4487 | 7 Oct 202500:30 | – | euvd | |
| FreeBSD : MySQL -- multiple vulnerabilities (8c2b2f11-0ebe-11e6-b55e-b499baebfeaf) | 3 May 201600:00 | – | nessus | |
| Deserialization Attacks Surge Motivated by Illegal Crypto-mining | 24 Jan 201817:45 | – | impervablog | |
| CVE-2016-3461 | 21 Apr 201611:00 | – | nvd | |
| Oracle Critical Patch Update Advisory - April 2016 | 19 Apr 201600:00 | – | oracle |
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(90685);
script_version("1.9");
script_cvs_date("Date: 2019/11/20");
script_cve_id("CVE-2016-3461");
script_name(english:"MySQL Enterprise Monitor 3.0.x < 3.0.26 / 3.1.x < 3.1.2 Unspecified RCE");
script_summary(english:"Checks the version of MySQL Enterprise Monitor.");
script_set_attribute(attribute:"synopsis", value:
"A web application running on the remote host is affected by a remote
code execution vulnerability.");
script_set_attribute(attribute:"description", value:
"According to its self-reported version, the MySQL Enterprise Monitor
application running on the remote host is 3.0.x prior to 3.0.26 or
3.1.x prior to 3.1.2. It is, therefore, affected by an unspecified
remote code execution vulnerability that be exploited by an
authenticated, remote attacker.");
# https://www.oracle.com/technetwork/security-advisory/cpuapr2016v3-2985753.html
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?ffb7b96f");
script_set_attribute(attribute:"see_also", value:"https://dev.mysql.com/doc/relnotes/mysql-monitor/8.0/en/");
script_set_attribute(attribute:"see_also", value:"https://dev.mysql.com/doc/relnotes/mysql-monitor/8.0/en/");
script_set_attribute(attribute:"solution", value:
"Upgrade to MySQL Enterprise Monitor version 3.0.26 / 3.1.2 or later.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:H/Au:M/C:P/I:P/A:P");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H");
script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2016-3461");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"vuln_publication_date", value:"2016/04/19");
script_set_attribute(attribute:"patch_publication_date", value:"2016/02/10");
script_set_attribute(attribute:"plugin_publication_date", value:"2016/04/22");
script_set_attribute(attribute:"potential_vulnerability", value:"true");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_set_attribute(attribute:"cpe", value:"cpe:/a:oracle:mysql_enterprise_monitor");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"CGI abuses");
script_copyright(english:"This script is Copyright (C) 2016-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("mysql_enterprise_monitor_web_detect.nasl");
script_require_keys("installed_sw/MySQL Enterprise Monitor", "Settings/ParanoidReport");
script_require_ports("Services/www", 18443);
exit(0);
}
include("audit.inc");
include("global_settings.inc");
include("misc_func.inc");
include("http.inc");
include("install_func.inc");
if (report_paranoia < 2) audit(AUDIT_PARANOID);
app = "MySQL Enterprise Monitor";
get_install_count(app_name:app, exit_if_zero:TRUE);
port = get_http_port(default:18443);
install = get_single_install(app_name:app, port:port, exit_if_unknown_ver:TRUE);
version = install['version'];
install_url = build_url(port:port, qs:"/");
fix = "";
if (version =~ "^3\.1($|[^0-9])" && ver_compare(ver:version, fix:'3.1.2', strict:FALSE) < 0)
fix = "3.1.2";
if (version =~ "^3\.0($|[^0-9])" && ver_compare(ver:version, fix:'3.0.26', strict:FALSE) < 0)
fix = "3.0.26";
if (fix)
{
if (report_verbosity > 0)
{
report =
'\n URL : ' + install_url +
'\n Installed version : ' + version +
'\n Fixed version : ' + fix +
'\n';
security_warning(port:port, extra:report);
}
else security_warning(port);
}
else audit(AUDIT_WEB_APP_NOT_AFFECTED, app, install_url, version);
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