Lucene search

K
openvasCopyright (C) 2009 Greenbone AGOPENVAS:1361412562310100356
HistoryNov 20, 2009 - 12:00 a.m.

MySQL < 5.1.41 Multiple Vulnerabilities

2009-11-2000:00:00
Copyright (C) 2009 Greenbone AG
plugins.openvas.org
28

CVSS2

6.8

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:M/Au:N/C:P/I:P/A:P

AI Score

9.4

Confidence

High

EPSS

0.005

Percentile

76.8%

MySQL is prone to a security-bypass vulnerability and to a local
privilege-escalation vulnerability.

# SPDX-FileCopyrightText: 2009 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

CPE = "cpe:/a:mysql:mysql";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.100356");
  script_version("2024-03-04T05:10:24+0000");
  script_cve_id("CVE-2009-4028", "CVE-2009-4030");
  script_tag(name:"last_modification", value:"2024-03-04 05:10:24 +0000 (Mon, 04 Mar 2024)");
  script_tag(name:"creation_date", value:"2009-11-20 12:35:38 +0100 (Fri, 20 Nov 2009)");
  script_tag(name:"cvss_base", value:"6.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");
  script_name("MySQL < 5.1.41 Multiple Vulnerabilities");
  script_category(ACT_GATHER_INFO);
  script_family("Databases");
  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_dependencies("mysql_version.nasl");
  script_mandatory_keys("MySQL/installed");

  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/37076");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/37075");
  script_xref(name:"URL", value:"http://dev.mysql.com/doc/refman/5.1/en/news-5-1-41.html");

  script_tag(name:"summary", value:"MySQL is prone to a security-bypass vulnerability and to a local
  privilege-escalation vulnerability.");

  script_tag(name:"impact", value:"An attacker can exploit the security-bypass issue to bypass certain
  security restrictions and obtain sensitive information that may lead to further attacks.

  Local attackers can exploit the local privilege-escalation issue to
  gain elevated privileges on the affected computer.");

  script_tag(name:"affected", value:"Versions prior to MySQL 5.1.41 are vulnerable.");

  script_tag(name:"solution", value:"Updates are available. Please see the references for details.");

  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"qod_type", value:"remote_banner_unreliable");

  exit(0);
}

include("version_func.inc");
include("host_details.inc");

if(!port = get_app_port(cpe:CPE))
  exit(0);

if(!ver = get_app_version(cpe:CPE, port:port))
  exit(0);

if(ver =~ "^5\." && version_is_less(version:ver, test_version:"5.1.41")) {
  report = report_fixed_ver(installed_version:ver, fixed_version:"5.1.41");
  security_message(port:port, data:report);
  exit(0);
}

exit(99);

CVSS2

6.8

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:M/Au:N/C:P/I:P/A:P

AI Score

9.4

Confidence

High

EPSS

0.005

Percentile

76.8%