Multiple Buffer Overflow Vulnerabilities in Free Download Manager
🗓️ 06 Feb 2009 00:00:00Reported by Copyright (C) 2009 Greenbone Networks GmbHType
openvas🔗 plugins.openvas.org👁 19 Views
| Reporter | Title | Published | Views | Family All 42 |
|---|---|---|---|---|
| Free Download Manager 2.5/3.0 (Authorization) Stack BOF PoC | 4 Feb 200900:00 | – | zdt | |
| Free Download Manager Torrent File Parsing Multiple Remote BOF | 11 Nov 200900:00 | – | zdt | |
| CVE-2009-0183 | 3 Feb 200919:30 | – | attackerkb | |
| CVE-2009-0184 | 3 Feb 200919:30 | – | attackerkb | |
| CVE-2009-0183 | 4 Feb 200900:00 | – | circl | |
| CVE-2009-0184 | 11 Nov 200900:00 | – | circl | |
| Preemptive Protection against Free Download Manager Remote Control Server | 4 Feb 200900:00 | – | checkpoint_advisories | |
| Free Download Manager Remote Control Server Header Buffer Overflow (CVE-2009-0183) | 16 Dec 200900:00 | – | checkpoint_advisories | |
| Free Download Manager Torrent File Parsing Multiple Buffer Overflows (CVE-2009-0184) | 27 Apr 201000:00 | – | checkpoint_advisories | |
| CVE-2009-0183 | 3 Feb 200919:00 | – | cve |
10
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_free_download_mang_mult_bof_vuln.nasl 4865 2016-12-28 16:16:43Z teissa $
#
# Multiple Buffer Overflow Vulnerabilities in Free Download Manager
#
# Authors:
# Sharath S <[email protected]>
#
# Copyright:
# Copyright (c) 2009 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
tag_impact = "Successful exploitation could allow remote attackers to execute arbitrary
code and can cause denial-of-service in the affected application.
Impact Level: Application";
tag_affected = "Free Download Manager version prior to 3.0 build 848 on Windows.";
tag_insight = "Multiple buffer overflow errors due to,
- a long file name within a torrent file.
- a long tracker URL in a torrent file.
- a long comment in a torrent file.
- a long Authorization header in an HTTP request.";
tag_solution = "Upgrade to version 3.0 bulid 848
http://www.freedownloadmanager.org/download.htm";
tag_summary = "This host has installed Free Download Manager and is prone to
multiple buffer overflow vulnerability.";
if(description)
{
script_id(800349);
script_version("$Revision: 4865 $");
script_tag(name:"last_modification", value:"$Date: 2016-12-28 17:16:43 +0100 (Wed, 28 Dec 2016) $");
script_tag(name:"creation_date", value:"2009-02-06 13:48:17 +0100 (Fri, 06 Feb 2009)");
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-2009-0183", "CVE-2009-0184");
script_bugtraq_id(33554, 33555);
script_name("Multiple Buffer Overflow Vulnerabilities in Free Download Manager");
script_xref(name : "URL" , value : "http://secunia.com/advisories/33524");
script_xref(name : "URL" , value : "http://secunia.com/secunia_research/2009-3/");
script_xref(name : "URL" , value : "http://secunia.com/secunia_research/2009-5/");
script_xref(name : "URL" , value : "http://downloads.securityfocus.com/vulnerabilities/exploits/33555-SkD.pl");
script_tag(name:"qod_type", value:"executable_version");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
script_family("Buffer overflow");
script_dependencies("gb_free_download_mang_detect.nasl");
script_require_keys("FreeDownloadManager/Ver");
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
exit(0);
}
include("version_func.inc");
fdmVer = get_kb_item("FreeDownloadManager/Ver");
if(!fdmVer){
exit(0);
}
# Grep for Chrome version prior to 3.0 build 848
if(version_is_less(version:fdmVer, test_version:"3.0.848.0")){
security_message(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 Dec 2016 00:00Current
1.1Low risk
Vulners AI Score1.1
EPSS0.66526