| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| CVE-2009-3878 | 5 Nov 200916:00 | – | cve | |
| CVE-2009-3878 | 5 Nov 200916:00 | – | cvelist | |
| EUVD-2009-3849 | 7 Oct 202500:30 | – | euvd | |
| CVE-2009-3878 | 5 Nov 200916:30 | – | nvd | |
| Sun Java System Web Server Buffer Overflow Vulnerability - Windows | 12 Nov 200900:00 | – | openvas | |
| Sun Java System Web Server < 7.0 Update 7 Buffer Overflow Vulnerability | 12 Nov 200900:00 | – | openvas | |
| Sun Java System Web Server Buffer Overflow Vulnerability (Linux) | 12 Nov 200900:00 | – | openvas | |
| Buffer overflow | 5 Nov 200916:30 | – | prion |
| Source | Link |
|---|---|
| secunia | www.secunia.com/advisories/37115 |
| vupen | www.vupen.com/english/advisories/2009/3024 |
| intevydis | www.intevydis.com/vd-list.shtml |
| intevydis | www.intevydis.com/blog/ |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_sun_java_sys_web_serv_bof_vuln_win.nasl 5369 2017-02-20 14:48:07Z cfi $
#
# Sun Java System Web Server Buffer Overflow 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 = "Successful exploitation will allow attackers to execute arbitrary
code in the context of an affected system.
Impact Level: System/Application";
tag_affected = "Sun Java System Web Server version 7.0 update 6 and prior on Windows.";
tag_insight = "An unspecified error and can be exploited to cause a buffer overflow.";
tag_solution = "Upgrade to version 7.0 update 7 or later,
For updates refer to http://www.sun.com/";
tag_summary = "This host has Sun Java Web Server running which is prone to Buffer
Overflow vulnerability.";
if(description)
{
script_id(801146);
script_version("$Revision: 5369 $");
script_tag(name:"last_modification", value:"$Date: 2017-02-20 15:48:07 +0100 (Mon, 20 Feb 2017) $");
script_tag(name:"creation_date", value:"2009-11-12 15:21:24 +0100 (Thu, 12 Nov 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-3878");
script_bugtraq_id(36813);
script_name("Sun Java System Web Server Buffer Overflow Vulnerability (Windows)");
script_xref(name : "URL" , value : "http://intevydis.com/vd-list.shtml");
script_xref(name : "URL" , value : "http://www.intevydis.com/blog/?p=79");
script_xref(name : "URL" , value : "http://secunia.com/advisories/37115");
script_xref(name : "URL" , value : "http://www.vupen.com/english/advisories/2009/3024");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
script_family("Buffer overflow");
script_dependencies("gb_sun_java_sys_web_serv_detect.nasl", "secpod_reg_enum.nasl");
script_mandatory_keys("Sun/JavaSysWebServ/Ver", "SMB/WindowsVersion");
script_require_ports("Services/www", 80, 8888, 139, 445);
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");
jswsVer = get_kb_item("Sun/JavaSysWebServ/Ver");
if(!jswsVer){
exit(0);
}
if(!get_kb_item("SMB/WindowsVersion")){
exit(0);
}
if(!registry_key_exists(key:"SOFTWARE\Sun Microsystems\WebServer")){
exit(0);
}
if("7.0" >< jswsVer)
{
jswsPath = registry_get_sz(key:"SOFTWARE\Microsoft\Windows\CurrentVersion" +
"\Uninstall\Sun Java System Web Server",
item:"UninstallString");
if(jswsPath != NULL)
{
jswsPath = ereg_replace(pattern:'\"(.*)\"', replace:"\1", string:jswsPath);
jswsPath = jswsPath - "\bin\uninstall.exe" + "\README.TXT";
share = ereg_replace(pattern:"([A-Z]):.*", replace:"\1$", string:jswsPath);
file = ereg_replace(pattern:"[A-Z]:(.*)", replace:"\1",string:jswsPath);
jswsVer = read_file(share:share, file:file, offset:0, count:150);
if(jswsVer != NULL)
{
jswsVer = eregmatch(pattern:"Web Server ([0-9.]+)([ a-zA-z]+)?([0-9]+)?",
string:jswsVer);
if(jswsVer[1] != NULL)
{
if(jswsVer[3] != NULL)
jswsVer = jswsVer[1] + "." + jswsVer[3];
else
jswsVer = jswsVer[1];
}
}
}
}
if(jswsVer != NULL)
{
# Check for Web Server version <= 7.0 Update 6
if(version_is_less_equal(version:jswsVer, test_version:"7.0.6"))
{
jswsPort = get_kb_item("Sun/JavaSysWebServ/Port");
security_message(jswsPort);
}
}
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