Lucene search
+L

BEA WebLogic Management Servlet Multiple Vulnerabilities (BEA03-28)

🗓️ 03 Nov 2005 00:00:00Reported by Copyright (C) 2005 Michel ArboiType 
openvas
 openvas
🔗 plugins.openvas.org👁 33 Views

BEA WebLogic Management Servlet Multiple Vulnerabilities (BEA03-28) - Vulnerabilities in internal management servlet allowing unauthorized access, user password changes, and file manipulation. Also, a flaw allows users to delete empty subcontexts. Apply specific Service Packs for fixes

Related
Refs
Code
ReporterTitlePublishedViews
Family
nessus
Tenable Nessus
WebLogic Internal Management Servlet Authentication Bypass
20 Aug 200400:00
nessus
nessus
Tenable Nessus
WebLogic Servlets Multiple Vulnerabilities
27 Mar 200300:00
nessus
cve
CVE
CVE-2003-0151
21 Mar 200305:00
cve
cve
CVE
CVE-2003-1095
10 Mar 200505:00
cve
cvelist
Cvelist
CVE-2003-0151
21 Mar 200305:00
cvelist
cvelist
Cvelist
CVE-2003-1095
10 Mar 200505:00
cvelist
euvd
EUVD
EUVD-2003-0147
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2003-1085
7 Oct 202500:30
euvd
nvd
NVD
CVE-2003-0151
24 Mar 200305:00
nvd
nvd
NVD
CVE-2003-1095
18 Mar 200305:00
nvd
Rows per page
# SPDX-FileCopyrightText: 2005 Michel Arboi
# 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.11486");
  script_version("2024-06-14T05:05:48+0000");
  script_tag(name:"last_modification", value:"2024-06-14 05:05:48 +0000 (Fri, 14 Jun 2024)");
  script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
  script_cve_id("CVE-2003-1095", "CVE-2003-0151");
  script_tag(name:"cvss_base", value:"7.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");

  script_name("BEA WebLogic Management Servlet Multiple Vulnerabilities (BEA03-28)");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2005 Michel Arboi");
  script_family("Web Servers");
  script_dependencies("gb_oracle_weblogic_consolidation.nasl");
  script_mandatory_keys("oracle/weblogic/detected");

  script_xref(name:"URL", value:"https://web.archive.org/web/20050305084216/http://dev2dev.bea.com/resourcelibrary/advisoriesnotifications/BEA03-28.jsp");
  script_xref(name:"URL", value:"https://web.archive.org/web/20210207212049/http://www.securityfocus.com/bid/7122");
  script_xref(name:"URL", value:"https://web.archive.org/web/20210207212049/http://www.securityfocus.com/bid/7124");
  script_xref(name:"URL", value:"https://web.archive.org/web/20210207212049/http://www.securityfocus.com/bid/7130");
  script_xref(name:"URL", value:"https://web.archive.org/web/20210207212049/http://www.securityfocus.com/bid/7131");

  script_tag(name:"summary", value:"BEA WebLogic is prone to multiple vulnerabilities in a
  management servlet.");

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

  script_tag(name:"insight", value:"An internal management servlet which does not properly check
  user credential can be accessed from outside, allowing an attacker to change user passwords, and
  even upload or download any file on the remote server.

  In addition to this, there is a flaw in WebLogic 7.0 which may allow users to delete empty
  subcontexts.");

  script_tag(name:"solution", value:"- Apply Service Pack 2 Rolling Patch 3 on WebLogic 6.0

  - Apply Service Pack 4 on WebLogic 6.1

  - Apply Service Pack 2 on WebLogic 7.0 or 7.0.0.1.");

  script_tag(name:"solution_type", value:"VendorFix");
  #nb: We can't currently detect the Rolling Patch
  script_tag(name:"qod_type", value:"remote_banner_unreliable");

  exit(0);
}

CPE = "cpe:/a:oracle:weblogic_server";

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

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

if( version_is_less( version: version, test_version: "6.0" ) ) {
  report = report_fixed_ver( installed_version: version, fixed_version: "6.0 SP2 RP3" );
  security_message( data: report, port: 0 );
  exit( 0 );
}

if( version =~ "^6\.0" && version_is_less_equal( version: version, test_version: "6.0sp2" ) ) {
  report = report_fixed_ver( installed_version: version, fixed_version: "6.0 SP2 RP3" );
  security_message( data: report, port: 0 );
  exit( 0 );
}

if( version =~ "^6\.1" && version_is_less( version: version, test_version: "6.1sp4" ) ) {
  report = report_fixed_ver( installed_version: version, fixed_version: "6.1 SP4" );
  security_message( data: report, port: 0 );
  exit( 0 );
}

if( version =~ "^7\.0s" && version_is_less( version: version, test_version: "7.0sp2" ) ) {
  report = report_fixed_ver( installed_version: version, fixed_version: "7.0 SP2" );
  security_message( data: report, port: 0 );
  exit( 0 );
}

if( version =~ "^7\.0\.0\.1" && version_is_less( version: version, test_version: "7.0.0.1sp2" ) ) {
  report = report_fixed_ver( installed_version: version, fixed_version: "7.0.0.1 SP2" );
  security_message( data: report, port: 0 );
  exit( 0 );
}

exit( 99 );

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

14 Jun 2024 00:00Current
6.9Medium risk
Vulners AI Score6.9
CVSS 27.5
EPSS0.03948
33