| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| CVE-2008-5160 | 18 Nov 200821:00 | – | cve | |
| CVE-2008-5160 | 18 Nov 200821:00 | – | cvelist | |
| EUVD-2008-5138 | 7 Oct 202500:30 | – | euvd | |
| CVE-2008-5160 | 18 Nov 200821:30 | – | nvd | |
| MyServer Remote Denial of Service Vulnerability | 21 Nov 200800:00 | – | openvas | |
| Code injection | 18 Nov 200821:30 | – | prion | |
| CVE-2008-5160 | 18 Nov 200821:30 | – | ubuntucve |
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/27981 |
| milw0rm | www.milw0rm.com/exploits/5184 |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_myserver_remote_dos_vuln.nasl 5785 2017-03-30 09:19:35Z cfi $
#
# MyServer Remote Denial of Service Vulnerability
#
# Authors:
# Sharath S <[email protected]>
#
# Copyright:
# Copyright (c) 2008 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 attacks will lead to denial of service to legitimate users.
Impact Level: Application";
tag_affected = "MyServer MyServer version 0.8.11 and prior on all running platforms.";
tag_insight = "The flaw is due to multiple invalid requests in HTTP GET, DELETE,
OPTIONS, and possibly other methods. These requests are related to
'204 No Content error'.";
tag_solution = "Upgrade to MyServer version 0.9 or later.
For updates refer to ftp://ftp.gnu.org/gnu/myserver/0.9/";
tag_summary = "This host is running MyServer and is prone to denial of service
vulnerability.";
if(description)
{
script_id(800306);
script_version("$Revision: 5785 $");
script_tag(name:"last_modification", value:"$Date: 2017-03-30 11:19:35 +0200 (Thu, 30 Mar 2017) $");
script_tag(name:"creation_date", value:"2008-11-21 14:18:03 +0100 (Fri, 21 Nov 2008)");
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-5160");
script_bugtraq_id(27981);
script_name("MyServer Remote Denial of Service Vulnerability");
script_xref(name : "URL" , value : "http://www.milw0rm.com/exploits/5184");
script_xref(name : "URL" , value : "http://www.securityfocus.com/bid/27981");
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"remote_banner");
script_copyright("Copyright (C) 2008 Greenbone Networks GmbH");
script_family("Denial of Service");
script_dependencies("gb_get_http_banner.nasl");
script_mandatory_keys("MyServer/banner");
script_require_ports("Services/www", 80);
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);
exit(0);
}
include("http_func.inc");
include("version_func.inc");
port = get_http_port(default:80);
banner = get_http_banner(port:port);
if(!banner) exit(0);
mysvrVer = eregmatch(pattern:"MyServer ([0-9.]+)", string:banner);
if(mysvrVer[1] != NULL)
{
# MyServer Version 0.8.11 and prior
if(version_is_less_equal(version:mysvrVer[1], test_version:"0.8.11")){
security_message(port);
}
}
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