| Reporter | Title | Published | Views | Family All 25 |
|---|---|---|---|---|
| tor -- unspecified memory corruption vulnerability | 22 Jan 200900:00 | – | freebsd | |
| CVE-2009-0414 | 3 Feb 200923:00 | – | cve | |
| CVE-2009-0414 | 3 Feb 200923:00 | – | cvelist | |
| CVE-2009-0414 | 3 Feb 200923:00 | – | debiancve | |
| EUVD-2009-0418 | 7 Oct 202500:30 | – | euvd | |
| Fedora 9 : tor-0.2.0.33-1.fc9 (2009-0897) | 26 Jan 200900:00 | – | nessus | |
| FreeBSD : tor -- unspecified memory corruption vulnerability (100a9ed2-ee56-11dd-ab4f-0030843d3802) | 1 Feb 200900:00 | – | nessus | |
| GLSA-200904-11 : Tor: Multiple vulnerabilities | 11 Apr 200900:00 | – | nessus | |
| Tor: Multiple vulnerabilities | 8 Apr 200900:00 | – | gentoo | |
| CVE-2009-0414 | 3 Feb 200923:30 | – | nvd |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_tor_mem_crptn_vuln_win.nasl 4892 2016-12-30 15:39:07Z teissa $
#
# Tor Unspecified Remote Memory Corruption Vulnerability (Windows)
#
# 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 = "A remote user could execute arbitrary code on the target system and can
cause denial-of-service or compromise a vulnerable system.
Impact level: Application";
tag_affected = "Tor version prior to 0.2.0.33 on Windows.";
tag_insight = "Due to unknown impact, remote attackers can trigger heap corruption on
the application.";
tag_solution = "Upgrade to version 0.2.0.33 or later
http://www.torproject.org/download.html.en";
tag_summary = "This host is installed with Tor and is prone to unspecified remote
Memory Corruption vulnerability.";
if(description)
{
script_id(800352);
script_version("$Revision: 4892 $");
script_tag(name:"last_modification", value:"$Date: 2016-12-30 16:39:07 +0100 (Fri, 30 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-0414");
script_bugtraq_id(33399);
script_name("Tor Unspecified Remote Memory Corruption Vulnerability (Windows)");
script_xref(name : "URL" , value : "http://secunia.com/advisories/33635");
script_xref(name : "URL" , value : "http://secunia.com/advisories/33677");
script_xref(name : "URL" , value : "http://securitytracker.com/alerts/2009/Jan/1021633.html");
script_xref(name : "URL" , value : "http://blog.torproject.org/blog/tor-0.2.0.33-stable-released");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
script_family("Buffer overflow");
script_dependencies("gb_tor_detect_win.nasl");
script_require_keys("Tor/Win/Ver");
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);
script_tag(name : "impact" , value : tag_impact);
script_tag(name:"qod_type", value:"registry");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("version_func.inc");
torVer = get_kb_item("Tor/Win/Ver");
if(torVer != NULL)
{
# Grep for version prior to 0.2.0.33
if(version_is_less(version:torVer, test_version:"0.2.0.33")){
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