| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| CVE-2009-1054 | 24 Mar 200914:00 | – | cve | |
| CVE-2009-1054 | 24 Mar 200914:00 | – | cvelist | |
| EUVD-2009-1055 | 7 Oct 202500:30 | – | euvd | |
| CVE-2009-1054 | 24 Mar 200914:30 | – | nvd | |
| JustSystems Ichitaro Products Denial Of Service Vulnerability | 2 Apr 200900:00 | – | openvas | |
| Code injection | 24 Mar 200914:30 | – | prion | |
| VulnCheck KEV: CVE-2009-1054 | 24 Mar 200900:00 | – | vulncheck_kev |
| Source | Link |
|---|---|
| symantec | www.symantec.com/business/security_response/writeup.jsp |
| xforce | www.xforce.iss.net/xforce/xfdb/49280 |
| secunia | www.secunia.com/advisories/34405/ |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_justsystems_ichitaro_prdts_dos_vuln.nasl 6515 2017-07-04 11:54:15Z cfischer $
#
# JustSystems Ichitaro Products Denial Of Service Vulnerability.
#
# Authors:
# Nikita MR <[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_solution = "Apply the security patches.
http://www.justsystems.com/jp/info/js09001.html
*****
NOTE: Ignore this warning, if patch is applied already.
*****";
tag_impact = "This issue is widely exploited by Trojan.Tarodrop.H, a Trojan horse that
drops several files on to the compromised system leading to arbitrary
code execution and also crashing of the application.
Impact Level: Application";
tag_affected = "JustSystems Ichitaro 13, 2004 thruogh 2008,
JustSystems Ichitaro viewer 5.1.5.0 on Windows.";
tag_insight = "JustSystems products leads to a memory corruption while handling malformed
documents using Web PURAGUINBYUA.";
tag_summary = "This host has JustSystems Ichitaro product(s) installed and
is prone to denial of service vulnerability.";
if(description)
{
script_id(800544);
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:"2009-04-02 08:15:32 +0200 (Thu, 02 Apr 2009)");
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_cve_id("CVE-2009-1054");
script_bugtraq_id(34138);
script_name("JustSystems Ichitaro Products Denial Of Service Vulnerability");
script_xref(name : "URL" , value : "http://secunia.com/advisories/34405/");
script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/49280");
script_xref(name : "URL" , value : "http://www.symantec.com/business/security_response/writeup.jsp?docid=2009-031608-2424-99");
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"registry");
script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
script_family("Denial of Service");
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 theough 2008
ichitaroVer = get_kb_item("Ichitaro/Ver");
if(ichitaroVer)
{
if(version_in_range(version:ichitaroVer, test_version:"2004",
test_version2:"2008")||
ichitaroVer =~ "13")
{
security_message(0);
exit(0);
}
}
# Check for Ichitaro viewer 5.1.5.0 => 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