| Reporter | Title | Published | Views | Family All 30 |
|---|---|---|---|---|
| ChaSen -- buffer overflow | 8 Nov 201100:00 | – | freebsd | |
| CVE-2011-4000 | 8 Nov 201122:00 | – | cve | |
| CVE-2011-4000 | 8 Nov 201122:00 | – | cvelist | |
| [SECURITY] [DSA 2361-1] chasen security update | 7 Dec 201120:51 | – | debian | |
| CVE-2011-4000 | 8 Nov 201122:00 | – | debiancve | |
| Debian DSA-2361-1 : chasen - buffer overflow | 12 Jan 201200:00 | – | nessus | |
| FreeBSD : ChaSen -- buffer overflow (972837fc-c304-11e3-8758-00262d5ed8ee) | 14 Apr 201400:00 | – | nessus | |
| GLSA-201207-03 : ChaSen: User-assisted execution of arbitrary code | 10 Jul 201200:00 | – | nessus | |
| openSUSE Security Update : chasen (openSUSE-2012-20) | 13 Jun 201400:00 | – | nessus | |
| openSUSE Security Update : chasen (openSUSE-SU-2012:0026-1) | 13 Jun 201400:00 | – | nessus |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_chasen_bof_vuln_win.nasl 5364 2017-02-20 13:26:07Z cfi $
#
# ChaSen Buffer Overflow Vulnerability (Windows)
#
# Authors:
# Rachana Shetty <[email protected]>
#
# Copyright:
# Copyright (c) 2011 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 allows remote attackers to cause a buffer overflow
or execute arbitrary code.
Impact Level: System/Application";
tag_affected = "ChaSen Version 2.4.x";
tag_insight = "The flaw is due to an error when reading user-supplied input string,
which allows attackers to execute arbitrary code via a crafted string.";
tag_solution = "Use ChaSen Version 2.3.3,
For updates refer to http://chasen.naist.jp/hiki/ChaSen/";
tag_summary = "The host is running ChaSen Software and is prone to buffer
overflow vulnerability";
if(description)
{
script_id(802343);
script_version("$Revision: 5364 $");
script_cve_id("CVE-2011-4000");
script_tag(name:"cvss_base", value:"9.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
script_tag(name:"last_modification", value:"$Date: 2017-02-20 14:26:07 +0100 (Mon, 20 Feb 2017) $");
script_tag(name:"creation_date", value:"2011-11-09 16:19:55 +0530 (Wed, 09 Nov 2011)");
script_name("ChaSen Buffer Overflow Vulnerability (Windows)");
script_xref(name : "URL" , value : "http://jvn.jp/en/jp/JVN16901583/index.html");
script_xref(name : "URL" , value : "http://jvndb.jvn.jp/en/contents/2011/JVNDB-2011-000099.html");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2011 Greenbone Networks GmbH");
script_family("Buffer overflow");
script_dependencies("secpod_reg_enum.nasl");
script_require_ports(139, 445);
script_mandatory_keys("SMB/WindowsVersion");
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);
script_tag(name:"qod_type", value:"registry");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("smb_nt.inc");
include("version_func.inc");
include("secpod_smb_func.inc");
## Check for Windows
if(!get_kb_item("SMB/WindowsVersion")){
exit(0);
}
key = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\chasen";
if(!registry_key_exists(key:key)){
exit(0);
}
## Get ChaSen version from registry
chaName = registry_get_sz(key:key, item:"DisplayName");
if("ChaSen" >< chaName)
{
chaVer = eregmatch(pattern:"ChaSen ([0-9.]+)", string:chaName);
if(chaVer[1] != NULL)
{
if(version_in_range(version:chaVer[1], test_version:"2.4.0", test_version2:"2.4.4")){
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