Lucene search
+L

ELOG < 2.6.2-7 DoS Vulnerability

🗓️ 24 Oct 2008 00:00:00Reported by Copyright (C) 2008 Justin SeitzType 
openvas
 openvas
🔗 plugins.openvas.org👁 28 Views

ELOG < 2.6.2-7 DoS Vulnerability. Vulnerable to denial of service attack by requesting '/global' or logbook with 'global' in name. Null pointer dereference leads to service crash. Update to 2.6.2-7 or later

Related
Refs
Code
ReporterTitlePublishedViews
Family
attackerkb
ATTACKERKB
CVE-2006-6318
28 Dec 200620:28
attackerkb
cve
CVE
CVE-2006-6318
28 Dec 200620:00
cve
cvelist
Cvelist
CVE-2006-6318
28 Dec 200620:00
cvelist
debian
Debian
[SECURITY] [DSA 1242-1] New elog packages fix arbitrary code execution
27 Dec 200622:33
debian
debiancve
Debian CVE
CVE-2006-6318
28 Dec 200620:00
debiancve
nessus
Tenable Nessus
Debian DSA-1242-1 : elog - several vulnerabilities
30 Dec 200600:00
nessus
nessus
Tenable Nessus
ELOG Web LogBook global Denial of Service
20 Nov 200600:00
nessus
euvd
EUVD
EUVD-2006-6301
7 Oct 202500:30
euvd
nvd
NVD
CVE-2006-6318
28 Dec 200620:28
nvd
openvas
OpenVAS
Debian: Security Advisory (DSA-1242-1)
17 Jan 200800:00
openvas
Rows per page
# SPDX-FileCopyrightText: 2008 Justin Seitz
# 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:elog_project:elog";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.80056");
  script_version("2025-11-06T05:40:15+0000");
  script_tag(name:"last_modification", value:"2025-11-06 05:40:15 +0000 (Thu, 06 Nov 2025)");
  script_tag(name:"creation_date", value:"2008-10-24 23:33:44 +0200 (Fri, 24 Oct 2008)");
  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-2006-6318");
  script_xref(name:"OSVDB", value:"30272");

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

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

  script_name("ELOG < 2.6.2-7 DoS Vulnerability");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2008 Justin Seitz");
  script_family("Denial of Service");
  script_dependencies("gb_elog_http_detect.nasl");
  script_mandatory_keys("elog/detected");

  script_tag(name:"summary", value:"ELOG is prone to a denial of service (DoS) vulnerability by
  requesting '/global' or any logbook with 'global' in its name.");

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

  script_tag(name:"insight", value:"When a request like described is received, a NULL pointer
  dereference occurs, leading to a crash of the service.");

  script_tag(name:"affected", value:"ELOG prior to version 2.6.2-7.");

  script_tag(name:"solution", value:"Update to version 2.6.2-7 or later.");

  script_xref(name:"URL", value:"http://archives.neohapsis.com/archives/fulldisclosure/2006-11/0198.html");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/21028");
  script_xref(name:"URL", value:"http://savannah.psi.ch/websvn/log.php?repname=elog&path=/trunk/&rev=1749&sc=1&isdir=1");
  script_xref(name:"URL", value:"http://midas.psi.ch/elogs/Forum/2053");

  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_less(version: version, test_version: "2.6.2.7")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "2.6.2.7");
  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