| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| Security Bulletin: TADDM affected by multiple vulnerabilities due to IBM Java and its runtime | 27 Jan 202311:15 | – | ibm | |
| CVE-2009-3852 | 3 Nov 200916:00 | – | cve | |
| CVE-2009-3852 | 3 Nov 200916:00 | – | cvelist | |
| EUVD-2009-3823 | 7 Oct 202500:30 | – | euvd | |
| CVE-2009-3852 | 3 Nov 200916:30 | – | nvd | |
| IBM Runtimes for Java Technology XML4J Unspecified Vulnerability | 9 Nov 200900:00 | – | openvas | |
| Design/Logic Flaw | 3 Nov 200916:30 | – | prion | |
| SUSE CVE-2009-3852 | 15 Feb 202306:02 | – | susecve |
| Source | Link |
|---|---|
| xforce | www.xforce.iss.net/xforce/xfdb/54069 |
| vupen | www.vupen.com/english/advisories/2009/3106 |
| secunia | www.secunia.com/advisories/37210 |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_ibm_java_jre_xml4j_unspecified_vuln.nasl 7699 2017-11-08 12:10:34Z santu $
#
# IBM Runtimes for Java Technology XML4J Unspecified 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 following patch.
http://www-01.ibm.com/support/docview.wss?rs=71&uid=swg1IZ63920
*****
NOTE: Ignore this warning if above mentioned patch is already applied.
*****";
tag_impact = "Unknown impact.";
tag_affected = "IBM Runtimes for Java Technology 5.0.0 before SR10 on Linux.";
tag_insight = "An unspecified error occurs in the 'XML4J' component while parsing XML
code.";
tag_summary = "This host is installed with IBM Runtime for Java Technology and
is prone to unspecified vulnerability.";
if(description)
{
script_id(800974);
script_version("$Revision: 7699 $");
script_tag(name:"last_modification", value:"$Date: 2017-11-08 13:10:34 +0100 (Wed, 08 Nov 2017) $");
script_tag(name:"creation_date", value:"2009-11-09 14:01:44 +0100 (Mon, 09 Nov 2009)");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_cve_id("CVE-2009-3852");
script_bugtraq_id(36894);
script_name("IBM Runtimes for Java Technology XML4J Unspecified Vulnerability");
script_xref(name : "URL" , value : "http://secunia.com/advisories/37210");
script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/54069");
script_xref(name : "URL" , value : "http://www.vupen.com/english/advisories/2009/3106");
script_tag(name:"qod_type", value:"executable_version");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
script_family("General");
script_dependencies("gb_java_prdts_detect_lin.nasl");
script_require_keys("IBM/Java/JRE/Linux/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 : "summary" , value : tag_summary);
script_tag(name : "solution" , value : tag_solution);
exit(0);
}
include("version_func.inc");
jreVer = get_kb_item("IBM/Java/JRE/Linux/Ver");
if(!jreVer){
exit(0);
}
if(jreVer)
{
# Check for version < 5.0.0 SR10 (1.5.0.SR10)
if(version_in_range(version:jreVer, test_version:"1.5", test_version2:"1.5.0.SR9")){
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