| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| CVE-2009-4737 | 6 Apr 201022:00 | – | cve | |
| CVE-2009-4737 | 6 Apr 201022:00 | – | cvelist | |
| EUVD-2009-4701 | 7 Oct 202500:30 | – | euvd | |
| JVN#33846134 Ichitaro series buffer overflow vulnerability | 7 Apr 200900:00 | – | jvn | |
| Ichitaro series buffer overflow vulnerability | 23 Mar 201008:42 | – | jvn | |
| CVE-2009-4737 | 6 Apr 201022:30 | – | nvd | |
| JustSystems Ichitaro Products 'RTF' Buffer Overflow Vulnerability | 16 Apr 201000:00 | – | openvas | |
| Stack overflow | 6 Apr 201022:30 | – | prion |
| Source | Link |
|---|---|
| secunia | www.secunia.com/advisories/34611 |
| xforce | www.xforce.iss.net/xforce/xfdb/49739 |
| vupen | www.vupen.com/english/advisories/2009/0957 |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_justsystems_ichitaro_prdts_bof_vuln.nasl 6515 2017-07-04 11:54:15Z cfischer $
#
# JustSystems Ichitaro Products 'RTF' Buffer Overflow Vulnerability
#
# Authors:
# Madhuri D <[email protected]>
#
# Copyright:
# Copyright (c) 2010 SecPod, http://www.secpod.com
#
# 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_solution = "Apply the patches or Upgrade to the recernt version of Ichitaro
http://www.ichitaro.com/
http://www.justsystems.com/jp/info/js09002.html
*****
NOTE: Ignore this warning, if patch is applied already.
*****";
tag_impact = "Successful exploitation will let attackers to execute arbitrary code on the
vulnerable system or cause the application to crash.
Impact Level: Application";
tag_affected = "JustSystems Ichitaro version 13, 2004 thruogh 2009,
JustSystems Ichitaro viewer version 19.0.1.0 and prior";
tag_insight = "The flaw is due to improper bounds checking when opening the
specially crafted RTF files.";
tag_summary = "This host is installed with JustSystems Ichitaro product(s) and is
prone to buffer overflow vulnerability.";
if(description)
{
script_id(902041);
script_version("$Revision: 6515 $");
script_tag(name:"last_modification", value:"$Date: 2017-07-04 13:54:15 +0200 (Tue, 04 Jul 2017) $");
script_tag(name:"creation_date", value:"2010-04-16 16:17:26 +0200 (Fri, 16 Apr 2010)");
script_bugtraq_id(34403);
script_cve_id("CVE-2009-4737");
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_name("JustSystems Ichitaro Products 'RTF' Buffer Overflow Vulnerability");
script_xref(name : "URL" , value : "http://secunia.com/advisories/34611");
script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/49739");
script_xref(name : "URL" , value : "http://www.vupen.com/english/advisories/2009/0957");
script_tag(name:"qod_type", value:"registry");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2010 SecPod");
script_family("Buffer overflow");
script_dependencies("gb_justsystems_ichitaro_prdts_detect.nasl");
script_mandatory_keys("Ichitaro/Ichitaro_or_Viewer/Installed");
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "summary" , value : tag_summary);
script_tag(name : "solution" , value : tag_solution);
exit(0);
}
include("version_func.inc");
# check for Ichitaro 13, 2004 through 2009
ichitaroVer = get_kb_item("Ichitaro/Ver");
if(ichitaroVer)
{
if(version_in_range(version:ichitaroVer, test_version:"2004",
test_version2:"2009")||
ichitaroVer =~ "13")
{
security_message(0);
exit(0);
}
}
# Check for Ichitaro viewer 19.0.1.0 and prior
viewerVer = get_kb_item("Ichitaro/Viewer/Ver");
if(viewerVer)
{
if(version_is_less_equal(version:viewerVer, test_version:"19.0.1.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