Lucene search
+L

ZIM Server Multiple Vulnerabilities

🗓️ 03 Dec 2008 00:00:00Reported by Copyright (C) 2008 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 22 Views

ZIM Server has multiple vulnerabilities including remote code execution and denial of service due to boundary errors and null pointer dereference

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2008-5279
29 Nov 200802:00
cve
cve
CVE
CVE-2008-5280
29 Nov 200802:00
cve
cvelist
Cvelist
CVE-2008-5279
29 Nov 200802:00
cvelist
cvelist
Cvelist
CVE-2008-5280
29 Nov 200802:00
cvelist
exploitdb
Exploit DB
Zilab Chat and Instant Messaging (ZIM) 2.0/2.1 Server - Multiple Vulnerabilities
21 Feb 200800:00
exploitdb
euvd
EUVD
EUVD-2008-5256
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2008-5257
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-5279
29 Nov 200802:30
nvd
nvd
NVD
CVE-2008-5280
29 Nov 200802:30
nvd
openvas
OpenVAS
ZIM Server Multiple Vulnerabilities
3 Dec 200800:00
openvas
Rows per page
# SPDX-FileCopyrightText: 2008 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.800201");
  script_version("2023-07-28T05:05:23+0000");
  script_tag(name:"last_modification", value:"2023-07-28 05:05:23 +0000 (Fri, 28 Jul 2023)");
  script_tag(name:"creation_date", value:"2008-12-03 15:02:49 +0100 (Wed, 03 Dec 2008)");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_cve_id("CVE-2008-5279", "CVE-2008-5280");
  script_name("ZIM Server Multiple Vulnerabilities");
  script_xref(name:"URL", value:"http://aluigi.altervista.org/adv/zilabzcsx-adv.txt");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/27940");
  script_xref(name:"URL", value:"http://en.securitylab.ru/nvd/363848.php");
  script_xref(name:"URL", value:"http://secunia.com/advisories/29062");

  script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"registry");
  script_copyright("Copyright (C) 2008 Greenbone AG");
  script_family("Denial of Service");
  script_dependencies("smb_reg_service_pack.nasl");
  script_require_ports(139, 445);
  script_mandatory_keys("SMB/WindowsVersion");

  script_tag(name:"impact", value:"Successful exploitation could result in remote arbitrary code execution and
  cause denial of service.");

  script_tag(name:"affected", value:"Zilab Software Zilab Chat and Instant Messaging Server 2.1 and prior.");

  script_tag(name:"insight", value:"The issues are due to:

  - boundary errors in the server while handling overly long crafted packets
  sent to default prot 7700.

  - a null pointer de-reference within the server will crash the service via
  a specially crafted packet sent to default port 7700.");

  script_tag(name:"solution", value:"Upgrde to Zilab Software Zilab Chat and Instant Messaging Server version 3.3 or later.");

  script_tag(name:"summary", value:"ZIM Server is prone to multiple vulnerabilities.");

  script_xref(name:"URL", value:"http://www.zilab.com/zim.shtml");

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

  exit(0);
}

include("smb_nt.inc");
include("version_func.inc");
include("secpod_smb_func.inc");

if(!get_kb_item("SMB/WindowsVersion")){
  exit(0);
}

key = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\";

if(!registry_key_exists(key:key)){
    exit(0);
}

entries = registry_enum_keys(key:key);
foreach item (entries)
{
  ver = registry_get_sz(key:key + item, item:"DisplayName");
  if("Zim" >< ver)
  {
    zimVer = eregmatch(pattern:"Zim v([0-9.]+)", string:ver);
    if(zimVer[1] != NULL)
    {
      if(version_is_less_equal(version:zimVer[1], test_version:"2.1")){
        report = report_fixed_ver(installed_version:zimVer[1], vulnerable_range:"Less than or equal to 2.1");
        security_message(port: 0, data: report);
      }
    }
    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