Lucene search
K

F-Secure Policy Manager 'WebReporting' Module XSS And Path Disclosure Vulnerabilities

🗓️ 04 Mar 2011 00:00:00Reported by Copyright (C) 2011 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 18 Views

F-Secure Policy Manager 'WebReporting' Module XSS And Path Disclosure Vulnerabilities. Successful exploitation allows attacker to execute arbitrary code and disclose sensitive information

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2011-1102
25 Feb 201118:00
cve
CVE
CVE-2011-1103
25 Feb 201118:00
cve
Cvelist
CVE-2011-1102
25 Feb 201118:00
cvelist
Cvelist
CVE-2011-1103
25 Feb 201118:00
cvelist
EUVD
EUVD-2011-1116
7 Oct 202500:30
euvd
EUVD
EUVD-2011-1117
7 Oct 202500:30
euvd
Fedora
[SECURITY] Fedora 16 Update: notmuch-0.6.1-2.fc16
17 Mar 201223:35
fedora
Fedora
[SECURITY] Fedora 15 Update: notmuch-0.5-5.fc15
17 Mar 201223:54
fedora
Fedora
[SECURITY] Fedora 17 Update: notmuch-0.11.1-1.fc17
16 Mar 201221:25
fedora
Tenable Nessus
Fedora 17 : notmuch-0.11.1-1.fc17 (2012-3234)
19 Mar 201200:00
nessus
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_fsecure_policy_manager_xss_n_path_disc_vuln.nasl 7276 2017-09-26 11:59:52Z cfischer $
#
# F-Secure Policy Manager 'WebReporting' Module XSS And Path Disclosure Vulnerabilities
#
# Authors:
# Sooraj KS <[email protected]>
#
# Copyright:
# Copyright (c) 2011 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_solution = "F-Secure Policy Manager for Windows version 8.00 - Apply patch:
  ftp://ftp.f-secure.com/support/hotfix/fspm/fspm-8.00-windows-hotfix-2.zip

  F-Secure Policy Manager for Windows version 8.1x - Apply patch:
  ftp://ftp.f-secure.com/support/hotfix/fspm/fspm-8.1x-windows-hotfix-3.zip

  F-Secure Policy Manager for Windows version 9.00 - Apply patch:
  ftp://ftp.f-secure.com/support/hotfix/fspm/fspm-9.00-windows-hotfix-4.zip

  F-Secure Policy Manager for Linux version 8.00 - Apply patch:
  ftp://ftp.f-secure.com/support/hotfix/fspm-linux/fspm-8.00-linux-hotfix-2.zip

  F-Secure Policy Manager for Linux version 8.1x - Apply patch:
  ftp://ftp.f-secure.com/support/hotfix/fspm-linux/fspm-8.1x-linux-hotfix-2.zip

  F-Secure Policy Manager for Linux version 9.00 - Apply patch:
  ftp://ftp.f-secure.com/support/hotfix/fspm-linux/fspm-9.00-linux-hotfix-2.zip";

tag_impact = "Successful exploitation will allow attacker to disclose potentially sensitive
  information and execute arbitrary code in the context of an application.
  Impact Level: Application";
tag_affected = "F-Secure Policy Manager versions 7.x, 8.x and 9.x";
tag_insight = "The flaws are caused by an error in the 'WebReporting' interface when
  processing user-supplied requests, which could allow cross-site scripting
  and path disclosure attacks.";
tag_summary = "This host is running F-Secure Policy Manager and is prone to cross
  site scripting and path disclosure vulnerabilities.";

if(description)
{
  script_id(801852);
  script_version("$Revision: 7276 $");
  script_tag(name:"last_modification", value:"$Date: 2017-09-26 13:59:52 +0200 (Tue, 26 Sep 2017) $");
  script_tag(name:"creation_date", value:"2011-03-04 14:32:35 +0100 (Fri, 04 Mar 2011)");
  script_cve_id("CVE-2011-1102", "CVE-2011-1103");
  script_bugtraq_id(46547);
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
  script_name("F-Secure Policy Manager 'WebReporting' Module XSS And Path Disclosure Vulnerabilities");

  script_xref(name : "URL" , value : "http://secunia.com/advisories/43049");
  script_xref(name : "URL" , value : "http://www.securitytracker.com/id?1025124");
  script_xref(name : "URL" , value : "http://www.f-secure.com/en_EMEA/support/security-advisory/fsc-2011-2.html");

  script_tag(name:"qod_type", value:"remote_vul");
  script_category(ACT_ATTACK);
  script_copyright("Copyright (C) 2011 Greenbone Networks GmbH");
  script_family("Web application abuses");
  script_dependencies("find_service.nasl", "http_version.nasl");
  script_require_ports("Services/www", 80);
  script_exclude_keys("Settings/disable_cgi_scanning");
  script_tag(name : "impact" , value : tag_impact);
  script_tag(name : "affected" , value : tag_affected);
  script_tag(name : "insight" , value : tag_insight);
  script_tag(name : "summary" , value : tag_summary);
  script_tag(name : "solution" , value : tag_solution);
  exit(0);
}

include("http_func.inc");
include("http_keepalive.inc");

port = get_http_port(default:8081);
res = http_get_cache(item:"/",  port:port);

## Confirm the application
if(">F-Secure Policy Manager Web Reporting<" >< res)
{
  ## Try XSS and check the response to confirm vulnerability
  if(http_vuln_check(port:port, url:"/%3Cscript%3Ealert(%27openvas-xss-testing%27)%3C/script%3E",
                     pattern:"<script>alert\('openvas-xss-testing'\)</script>", check_header:TRUE)){
    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