| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| CVE-2008-7227 | 14 Sep 200914:00 | – | cve | |
| CVE-2008-7227 | 14 Sep 200914:00 | – | cvelist | |
| EUVD-2022-3188 | 3 Oct 202520:07 | – | euvd | |
| PartialBufferOutputStream2 flush issues | 17 May 202205:51 | – | github | |
| CVE-2008-7227 | 14 Sep 200914:30 | – | nvd | |
| GeoServer < 1.6.1, 1.7.x < 1.7.0-beta1 DoS Vulnerability | 22 Sep 200900:00 | – | openvas | |
| GHSA-8HMH-MHQV-7638 PartialBufferOutputStream2 flush issues | 17 May 202205:51 | – | osv | |
| Buffer overflow | 14 Sep 200914:30 | – | prion | |
| CVE-2008-7227 | 21 May 202519:53 | – | redhatcve | |
| Denial Of Service (DoS) | 9 Nov 201804:57 | – | veracode |
| Source | Link |
|---|---|
| jira | www.jira.codehaus.org/browse/GEOS-1747 |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_geoserver_mem_corr_vuln.nasl 5055 2017-01-20 14:08:39Z teissa $
#
# GeoServer Memory Corruption Vulnerability
#
# Authors:
# Nikita MR <[email protected]>
#
# Copyright:
# Copyright (c) 2009 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_impact = "Successful attacks may lead to failure to report service exception if the code
encoding the output calls flush() before having written the full contents to
the output.
Impact Level: Application";
tag_affected = "GeoServer version before 1.6.1 and 1.7.0-beta1.";
tag_insight = "Error exists when PartialBufferOutputStream2 flushes the buffer contents even
when it is handling an 'in memory buffer', which prevents the reporting of a
service exception, with unknown impact and attack vectors.";
tag_solution = "Upgrade to version 1.6.1 or 1.7.0-beta1 or later.
http://geoserver.org/display/GEOS/Download";
tag_summary = "This host is installed with GeoServer and is prone to Memory
Corruption vulnerability.";
if(description)
{
script_id(900946);
script_version("$Revision: 5055 $");
script_tag(name:"last_modification", value:"$Date: 2017-01-20 15:08:39 +0100 (Fri, 20 Jan 2017) $");
script_tag(name:"creation_date", value:"2009-09-22 10:03:41 +0200 (Tue, 22 Sep 2009)");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
script_cve_id("CVE-2008-7227");
script_name("GeoServer Memory Corruption Vulnerability");
script_tag(name:"qod_type", value:"remote_active");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 SecPod");
script_family("Web application abuses");
script_dependencies("secpod_geoserver_detect.nasl");
script_require_ports("Services/www", 8080);
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_xref(name : "URL" , value : "http://jira.codehaus.org/browse/GEOS-1747");
exit(0);
}
include("http_func.inc");
include("version_func.inc");
geoPort = get_http_port(default:8080);
if(!geoPort){
exit(0);
}
geoVer = get_kb_item("www/" + geoPort + "/GeoServer");
geoVer = eregmatch(pattern:"^(.+) under (/.*)$", string:geoVer);
if(geoVer[1] != NULL)
{
if(version_is_less(version:geoVer[1], test_version:"1.6.1") ||
version_in_range(version:geoVer[1], test_version:"1.7",
test_version2:"1.7.0.beta")){
security_message(geoPort);
}
}
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