| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| CVE-2007-2964 | 31 May 200723:00 | – | cve | |
| CVE-2007-2964 | 31 May 200723:00 | – | cvelist | |
| EUVD-2007-2956 | 7 Oct 202500:30 | – | euvd | |
| F-Secure Policy Manager Server fsmsh.dll module DoS | 4 Jun 200700:00 | – | nessus | |
| CVE-2007-2964 | 31 May 200723:30 | – | nvd | |
| F-Secure Policy Manager Server < 7.0.1 'fsmsh.dll module' DoS Vulnerability | 24 Oct 200800:00 | – | openvas | |
| Code injection | 31 May 200723:30 | – | prion |
| Source | Link |
|---|---|
| f-secure | www.f-secure.com/security/fsc-2007-4.shtml |
# OpenVAS Vulnerability Test
# $Id: fs_policy_manager_7_dos.nasl 7551 2017-10-24 12:24:05Z cfischer $
# Description: F-Secure Policy Manager Server fsmsh.dll module DoS
#
# Authors:
# David Maciejak <david dot maciejak at gmail dot com>
#
# Copyright:
# Copyright (C) 2007 David Maciejak
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2,
# 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_summary = "The remote host is an F-Secure Policy Manager Server.
Description :
The remote host is running a version a F-Secure Policy Manager Server
which is vulnerable to a denial of service.
A malicious user can forge a request to query a MS-DOS device name
through the 'fsmsh.dll' CGI module, which will prevent legitimate
users from accessing the service using the Manager Console.";
tag_solution = "Upgrade to F-Secure Policy Manager Server 7.01 or later.";
if(description)
{
script_id(80061);;
script_version("$Revision: 7551 $");
script_tag(name:"last_modification", value:"$Date: 2017-10-24 14:24:05 +0200 (Tue, 24 Oct 2017) $");
script_tag(name:"creation_date", value:"2008-10-24 23:33:44 +0200 (Fri, 24 Oct 2008)");
script_cve_id("CVE-2007-2964");
script_bugtraq_id(24233);
script_xref(name:"OSVDB", value:"36723");
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_name("F-Secure Policy Manager Server fsmsh.dll module DoS");
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"remote_banner");
script_copyright("This script is Copyright (C) 2007 David Maciejak");
script_family("Denial of Service");
script_dependencies("http_version.nasl", "os_detection.nasl");
script_require_ports("Services/www", 80);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
script_mandatory_keys("Host/runs_windows");
script_xref(name : "URL" , value : "http://www.f-secure.com/security/fsc-2007-4.shtml");
exit(0);
}
include("http_func.inc");
include("host_details.inc");
include("http_keepalive.inc");
port = get_http_port(default:80);
# only check FSMSH.DLL version
buf = http_get(item:"/fsms/fsmsh.dll?FSMSCommand=GetVersion", port:port);
r = http_keepalive_send_recv(port:port, data:buf, bodyonly:1);
if( r == NULL )exit(0);
if (r =~ "^([0-6]\.|7\.00)") 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