| Reporter | Title | Published | Views | Family All 6 |
|---|---|---|---|---|
| CVE-2006-0339 | 21 Jan 200600:00 | – | cve | |
| CVE-2006-0339 | 21 Jan 200600:00 | – | cvelist | |
| EUVD-2006-0346 | 7 Oct 202500:30 | – | euvd | |
| KLA10088 ACE vulnerability in BitComet | 20 Jan 200600:00 | – | kaspersky | |
| CVE-2006-0339 | 21 Jan 200600:03 | – | nvd | |
| Buffer overflow | 21 Jan 200600:03 | – | prion |
| Source | Link |
|---|---|
| nessus | www.nessus.org/u |
| bitcomet | www.bitcomet.com/en/changelog |
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#
# (C) Tenable Network Security
#
include("compat.inc");
if (description) {
script_id(20749);
script_version("1.16");
script_cve_id("CVE-2006-0339");
script_bugtraq_id(16311);
script_name(english:"BitComet Client .torrent URI Handling Overflow");
script_summary(english:"Checks for URI buffer overflow vulnerability in BitComet");
script_set_attribute(attribute:"synopsis", value:
"The remote Windows host has a peer-to-peer application that is
affected by a remote buffer overflow vulnerability." );
script_set_attribute(attribute:"description", value:
"The version of BitComet installed on the remote Windows host has a
buffer overflow flaw that could be triggered using a .torrent with a
specially crafted publisher's name to crash the application or even
execute arbitrary code remotely subject to the user's privileges." );
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?19a06781" );
script_set_attribute(attribute:"see_also", value:"http://www.bitcomet.com/en/changelog" );
script_set_attribute(attribute:"solution", value:
"Upgrade to BitComet 0.61 or later, or remove the application." );
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"exploit_available", value:"false");
script_set_attribute(attribute:"plugin_publication_date", value: "2006/01/20");
script_set_attribute(attribute:"vuln_publication_date", value: "2006/01/18");
script_cvs_date("Date: 2018/11/15 20:50:24");
script_set_attribute(attribute:"plugin_type", value:"local");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Peer-To-Peer File Sharing");
script_copyright(english:"This script is Copyright (C) 2006-2018 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("bitcomet_installed.nasl");
script_require_keys("SMB/BitComet/Version");
exit(0);
}
# Check version of BitComet.
ver = get_kb_item("SMB/BitComet/Version");
if (ver) {
iver = split(ver, sep:'.', keep:FALSE);
if (int(iver[0]) == 0 && int(iver[1]) < 61) security_hole(get_kb_item("SMB/transport"));
}
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