Lucene search
+L

Novell eDirectory DoS Vulnerability (Feb 2011)

🗓️ 23 Feb 2011 00:00:00Reported by Copyright (C) 2011 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 27 Views

Novell eDirectory DoS Vulnerability Feb 2011. Denial of service flaw caused by error in 'NCP' implementation processing 'FileSetLock' requests. Successful exploitation leads to unresponsive service

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2010-4327
10 Feb 201117:00
cve
cvelist
Cvelist
CVE-2010-4327
10 Feb 201117:00
cvelist
euvd
EUVD
EUVD-2010-4299
7 Oct 202500:30
euvd
nvd
NVD
CVE-2010-4327
10 Feb 201118:00
nvd
prion
Prion
Code injection
10 Feb 201118:00
prion
securityvulns
securityvulns
ZDI-11-060: Novell eDirectory Malformed NCP Request Denial of Service Vulnerability
14 Feb 201100:00
securityvulns
securityvulns
securityvulns
Novell eDirectory DoS
14 Feb 201100:00
securityvulns
zdi
Zero Day Initiative
Novell eDirectory Malformed NCP Request Denial of Service Vulnerability
7 Feb 201100:00
zdi
# 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

CPE = "cpe:/a:netiq:edirectory";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.902291");
  script_version("2025-03-05T05:38:53+0000");
  script_tag(name:"last_modification", value:"2025-03-05 05:38:53 +0000 (Wed, 05 Mar 2025)");
  script_tag(name:"creation_date", value:"2011-02-23 12:24:37 +0100 (Wed, 23 Feb 2011)");
  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-2010-4327");

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

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

  script_name("Novell eDirectory DoS Vulnerability (Feb 2011)");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2011 Greenbone AG");
  script_family("Denial of Service");
  script_dependencies("gb_netiq_edirectory_ldap_detect.nasl", "os_detection.nasl");
  script_mandatory_keys("netiq/edirectory/detected", "Host/runs_unixoide");

  script_tag(name:"summary", value:"Novell eDirectory 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:"This flaw is caused by an error in the 'NCP' implementation
  when processing malformed 'FileSetLock' requests sent to port 524.");

  script_tag(name:"impact", value:"Successful exploitation will allow remote attackers to cause a
  vulnerable service to become unresponsive, leading to a denial of service condition.");

  script_tag(name:"affected", value:"Novell eDirectory version 8.8.5 prior to 8.8.5.6 (8.8.5.SP6)
  and 8.8.6 prior to 8.8.6.2 (8.8.6.SP2) on Linux.");

  script_tag(name:"solution", value:"Update to version 8.8.5.6, 8.8.6.2 or later.");

  script_xref(name:"URL", value:"http://secunia.com/advisories/43186");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/46263");
  script_xref(name:"URL", value:"http://www.vupen.com/english/advisories/2011/0305");
  script_xref(name:"URL", value:"http://www.zerodayinitiative.com/advisories/ZDI-11-060/");
  script_xref(name:"URL", value:"http://www.novell.com/support/viewContent.do?externalId=7007781&sliceId=2");

  exit(0);
}

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

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

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

if( ! sp = get_kb_item( "netiq/edirectory/" + port + "/sp" ) )
  sp = "0";

instvers = major;

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

version = major + '.' + sp;

if( version_in_range( version:version, test_version:"8.8.5", test_version2:"8.8.5.5" ) ||
    version_in_range( version:version, test_version:"8.8.6", test_version2:"8.8.6.1" ) ) {
  report = report_fixed_ver( installed_version:instvers, fixed_version:"See advisory" );
  security_message( port:port, data:report );
  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

05 Mar 2025 00:00Current
6.4Medium risk
Vulners AI Score6.4
CVSS 25
EPSS0.02874
27