Lucene search

K
openvasCopyright (C) 2012 Greenbone AGOPENVAS:1361412562310802417
HistoryJan 23, 2012 - 12:00 a.m.

Oracle GlassFish Server Multiple Vulnerabilities (Jan 2012)

2012-01-2300:00:00
Copyright (C) 2012 Greenbone AG
plugins.openvas.org
7

CVSS2

5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

PARTIAL

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

AI Score

6.4

Confidence

Low

EPSS

0.011

Percentile

84.3%

GlassFish Server is prone to multiple vulnerabilities.

# SPDX-FileCopyrightText: 2012 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:oracle:glassfish_server";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.802417");
  script_version("2024-09-25T05:06:11+0000");
  script_tag(name:"last_modification", value:"2024-09-25 05:06:11 +0000 (Wed, 25 Sep 2024)");
  script_tag(name:"creation_date", value:"2012-01-23 13:43:23 +0530 (Mon, 23 Jan 2012)");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");

  script_cve_id("CVE-2012-0081", "CVE-2011-3564", "CVE-2012-0104");

  script_tag(name:"qod_type", value:"remote_banner");

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

  script_name("Oracle GlassFish Server Multiple Vulnerabilities (Jan 2012)");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2012 Greenbone AG");
  script_family("Web Servers");
  script_dependencies("gb_eclipse_glassfish_http_detect.nasl");
  script_mandatory_keys("eclipse/glassfish/detected");

  script_tag(name:"summary", value:"GlassFish Server is prone to multiple vulnerabilities.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"Multiple unspecified flaws are exists in the application
  related to Administration and Web Container, which allows attackers to affect confidentiality,
  integrity and availability via unknown vectors.");

  script_tag(name:"impact", value:"Successful exploitation will allow attackers to affect
  confidentiality, integrity and availability via unknown vectors.");

  script_tag(name:"affected", value:"Oracle GlassFish Server version 2.1.1, 3.1.1 and 3.0.1.");

  script_tag(name:"solution", value:"Apply the security updates from the referenced vendor
  advisory.");

  script_xref(name:"URL", value:"http://secunia.com/advisories/47603/");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/51484");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/51485");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/51497");
  script_xref(name:"URL", value:"http://www.securitytracker.com/id/1026537");
  script_xref(name:"URL", value:"http://www.oracle.com/technetwork/topics/security/cpujan2012-366304.html");

  exit(0);
}

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

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

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

if (version_is_equal(version: version, test_version:"2.1.1") ||
    version_is_equal(version: version, test_version:"3.0.1") ||
    version_is_equal(version: version, test_version:"3.1.1")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "See references");
  security_message(port: port, data: report);
  exit(0);
}

exit(99);

CVSS2

5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

PARTIAL

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

AI Score

6.4

Confidence

Low

EPSS

0.011

Percentile

84.3%