Lucene search
+L

Oracle GlassFish / System Application Server Web Container DoS Vulnerability (Nov 2011)

🗓️ 03 Nov 2011 00:00:00Reported by Copyright (C) 2011 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 30 Views

Oracle GlassFish / System Application Server Web Container DoS Vulnerability (Nov 2011

Related
Refs
Code
# SPDX-FileCopyrightText: 2011 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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.801997");
  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:"2011-11-03 12:22:48 +0100 (Thu, 03 Nov 2011)");
  script_tag(name:"cvss_base", value:"7.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:C");

  script_cve_id("CVE-2011-3559");

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

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

  script_name("Oracle GlassFish / System Application Server Web Container DoS Vulnerability (Nov 2011)");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2011 Greenbone AG");
  script_family("Web Servers");
  script_dependencies("gb_eclipse_glassfish_http_detect.nasl", "secpod_sun_java_app_serv_detect.nasl");
  script_mandatory_keys("glassfish_or_sun_java_appserver/installed");

  script_tag(name:"summary", value:"GlassFish / System Application Server is prone to a denial of
  service (DoS) vulnerability.");

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

  script_tag(name:"insight", value:"The flaw is due to an unspecified error within the Web
  Container component, which allows remote users to cause denial of service conditions.");

  script_tag(name:"impact", value:"Successful exploitation could allow malicious attackers to cause
  a denial of service.");

  script_tag(name:"affected", value:"Oracle GlassFish version 2.1.1, 3.0.1 and 3.1.1 and Oracle
  Java System Application Server version 8.1 and 8.2.");

  script_tag(name:"solution", value:"Apply the security updates.");

  script_xref(name:"URL", value:"http://secunia.com/advisories/46524");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/50204");
  script_xref(name:"URL", value:"http://secunia.com/advisories/46523");
  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/70816");
  script_xref(name:"URL", value:"http://www.securitytracker.com/id?1026222");

  exit(0);
}

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

cpe_list = make_list( "cpe:/a:oracle:glassfish_server", "cpe:/a:sun:java_system_application_server" );

if( ! infos = get_app_port_from_list( cpe_list:cpe_list ) )
  exit( 0 );

cpe  = infos["cpe"];
port = infos["port"];

if( ! infos = get_app_version_and_location( cpe:cpe, port:port, exit_no_version:TRUE ) )
  exit(0);

vers = infos["version"];
path = infos["location"];

if( cpe == "cpe:/a:oracle:glassfish_server" ) {
  if( version_in_range( version:vers, test_version:"3.0", test_version2:"3.1.1" ) ||
      version_in_range( version:vers, test_version:"2.1", test_version2:"2.1.1" ) ) {
    report = report_fixed_ver( installed_version:vers, fixed_version:"See references", install_path:path );
    security_message( port:port, data:report );
    exit( 0 );
  }
  exit( 99 );
} else if( cpe == "cpe:/a:sun:java_system_application_server" ) {

  vers = ereg_replace( pattern:"_", replace:".", string:vers );
  if( version_is_equal( version:vers, test_version:"8.0.01" ) ||
      version_is_equal( version:vers, test_version:"8.0.02" ) ){
    report = report_fixed_ver( installed_version:vers, fixed_version:"See references", install_path:path );
    security_message( port:port, data:report );
    exit( 0 );
  }
  exit( 99 );
}

exit( 0 );

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

25 Sep 2024 00:00Current
6.3Medium risk
Vulners AI Score6.3
CVSS 27.8
EPSS0.0314
30