Lucene search

K
openvasCopyright (C) 2015 Greenbone AGOPENVAS:1361412562310805269
HistoryFeb 06, 2015 - 12:00 a.m.

Novell eDirectory iMonitor Multiple Vulnerabilities (Feb 2015)

2015-02-0600:00:00
Copyright (C) 2015 Greenbone AG
plugins.openvas.org
9

4.3 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

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

6.6 Medium

AI Score

Confidence

Low

0.196 Low

EPSS

Percentile

96.3%

Novell eDirectory is prone to multiple vulnerabilities.

# SPDX-FileCopyrightText: 2015 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.805269");
  script_version("2024-02-19T05:05:57+0000");
  script_cve_id("CVE-2014-5212", "CVE-2014-5213");
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");
  script_tag(name:"last_modification", value:"2024-02-19 05:05:57 +0000 (Mon, 19 Feb 2024)");
  script_tag(name:"creation_date", value:"2015-02-06 12:01:38 +0530 (Fri, 06 Feb 2015)");
  script_name("Novell eDirectory iMonitor Multiple Vulnerabilities (Feb 2015)");

  script_tag(name:"summary", value:"Novell eDirectory 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 errors exist due to:

  - Improper sanitization by the /nds/search/data script when input is passed
    via the 'rdn' parameter.

  - An error in the /nds/files/opt/novell/eDirectory/lib64/ndsimon/public/images.");

  script_tag(name:"impact", value:"Successful exploitation will allow attackers
  to execute arbitrary script code in a user's browser session within the trust
  relationship between their browser and the server, and disclose virtual memory
  including passwords.");

  script_tag(name:"affected", value:"Novell eDirectory versions prior to 8.8 SP8
  Patch 4.");

  script_tag(name:"solution", value:"Upgrade to Novell eDirectory version 8.8 SP8
  Patch 4 or later.");

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

  script_xref(name:"URL", value:"http://www.securitytracker.com/id/1031408");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/71741");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/71748");
  script_xref(name:"URL", value:"http://www.securityfocus.com/archive/1/534284");
  script_xref(name:"URL", value:"https://www.novell.com/support/kb/doc.php?id=3426981");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2015 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("novell_edirectory_detect.nasl");
  script_mandatory_keys("eDirectory/installed");
  script_require_ports("Services/ldap", 389, 636);

  exit(0);
}

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

cpe_list = make_list( "cpe:/a:novell:edirectory", "cpe:/a:netiq:edirectory" );

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

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

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

if( ! sp = get_kb_item( "ldap/eDirectory/" + port + "/sp" ) )
  sp = "0";

instvers = major;

if( sp > 0 )
  instvers += ' SP' + sp;

revision = get_kb_item( "ldap/eDirectory/" + port + "/build" );
revision = str_replace( string:revision, find:".", replace:"" );

if( major <= "8.8" && sp <= "8" && revision <= "2080404" ) {
  report = report_fixed_ver(installed_version:instvers, fixed_version:"8.8 SP8 Patch4");
  security_message(data:report, port:port);
  exit(0);
}

4.3 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

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

6.6 Medium

AI Score

Confidence

Low

0.196 Low

EPSS

Percentile

96.3%