ZIM Server Multiple Vulnerabilities
🗓️ 03 Dec 2008 00:00:00Reported by Copyright (C) 2008 Greenbone AGType
openvas🔗 plugins.openvas.org👁 25 Views
| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| CVE-2008-5279 | 29 Nov 200802:00 | – | cve | |
| CVE-2008-5280 | 29 Nov 200802:00 | – | cve | |
| CVE-2008-5279 | 29 Nov 200802:00 | – | cvelist | |
| CVE-2008-5280 | 29 Nov 200802:00 | – | cvelist | |
| Zilab Chat and Instant Messaging (ZIM) 2.0/2.1 Server - Multiple Vulnerabilities | 21 Feb 200800:00 | – | exploitdb | |
| EUVD-2008-5256 | 7 Oct 202500:30 | – | euvd | |
| EUVD-2008-5257 | 7 Oct 202500:30 | – | euvd | |
| CVE-2008-5279 | 29 Nov 200802:30 | – | nvd | |
| CVE-2008-5280 | 29 Nov 200802:30 | – | nvd | |
| ZIM Server Multiple Vulnerabilities | 3 Dec 200800:00 | – | openvas |
10
| Source | Link |
|---|---|
| secunia | www.secunia.com/advisories/29062 |
| zilab | www.zilab.com/zim.shtml |
| en | www.en.securitylab.ru/nvd/363848.php |
| securityfocus | www.securityfocus.com/bid/27940 |
| aluigi | www.aluigi.altervista.org/adv/zilabzcsx-adv.txt |
# 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
28 Jul 2023 00:00Current
6.7Medium risk
Vulners AI Score6.7
CVSS 210
EPSS0.07345