Sun Java System Web Server Buffer Overflow Vulnerability - Windows
🗓️ 12 Nov 2009 00:00:00Reported by Copyright (C) 2009 Greenbone AGType
openvas🔗 plugins.openvas.org👁 27 Views
| 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 < 7.0 Update 7 Buffer Overflow Vulnerability | 12 Nov 200900:00 | – | openvas | |
| Sun Java System Web Server Buffer Overflow Vulnerability (Windows) | 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 |
|---|---|
| securityfocus | www.securityfocus.com/bid/36813 |
| vupen | www.vupen.com/english/advisories/2009/3024 |
| secunia | www.secunia.com/advisories/37115 |
| intevydis | www.intevydis.com/vd-list.shtml |
| intevydis | www.intevydis.com/blog/ |
# SPDX-FileCopyrightText: 2009 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.801146");
script_version("2024-02-15T05:05:39+0000");
script_tag(name:"last_modification", value:"2024-02-15 05:05:39 +0000 (Thu, 15 Feb 2024)");
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_name("Sun Java System Web Server Buffer Overflow Vulnerability - Windows");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 Greenbone AG");
script_family("Buffer overflow");
script_dependencies("smb_reg_service_pack.nasl");
script_require_ports(139, 445);
script_mandatory_keys("SMB/WindowsVersion");
script_xref(name:"URL", value:"http://intevydis.com/vd-list.shtml");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/36813");
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_tag(name:"impact", value:"Successful exploitation will allow attackers to execute arbitrary
code in the context of an affected system.");
script_tag(name:"affected", value:"Sun Java System Web Server version 7.0 update 6 and prior on Windows.");
script_tag(name:"insight", value:"An unspecified error and can be exploited to cause a buffer overflow.");
script_tag(name:"solution", value:"Upgrade to version 7.0 update 7 or later.");
script_tag(name:"summary", value:"Sun Java Web Server is prone to a buffer overflow vulnerability.");
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");
if( ! registry_key_exists( key:"SOFTWARE\Sun Microsystems\WebServer" ) ) exit( 0 );
jswsPath = registry_get_sz( key:"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Sun Java System Web Server", item:"UninstallString" );
if( ! jswsPath ) exit( 0 );
jswsPath = ereg_replace( pattern:'\"(.*)\"', replace:"\1", string:jswsPath );
jswsPath = jswsPath - "\bin\uninstall.exe" + "\README.TXT";
jswsVer = smb_read_file(fullpath:jswsPath, offset:0, count:150 );
if( ! jswsVer ) exit( 0 );
jswsVer = eregmatch( pattern:"Web Server ([0-9.]+)([ a-zA-z]+)?([0-9]+)?", string:jswsVer );
if( ! jswsVer[1] ) exit( 0 );
if( ! isnull( jswsVer[3] ) ) {
jswsVer = jswsVer[1] + "." + jswsVer[3];
} else {
jswsVer = jswsVer[1];
}
if( jswsVer =~ "^[0-9]" && version_is_less_equal( version:jswsVer, test_version:"7.0.6" ) ) {
report = report_fixed_ver( installed_version:jswsVer, fixed_version:"7.0.7", file_checked:jswsPath );
security_message( port:0, data:report );
exit( 0 );
}
exit( 99 );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
15 Feb 2024 00:00Current
7.1High risk
Vulners AI Score7.1
CVSS 29.3
EPSS0.02454