Lucene search
K

Pentaho BI Server Multiple Vulnerabilities

🗓️ 22 Sep 2011 00:00:00Reported by Copyright (C) 2011 SecPodType 
openvas
 openvas
🔗 plugins.openvas.org👁 21 Views

Pentaho BI Server Multiple Vulnerabilities. Input sanitization issue, password disclosure, session ID exposure

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2009-5099
13 Sep 201119:00
cve
CVE
CVE-2009-5100
13 Sep 201119:00
cve
CVE
CVE-2009-5101
13 Sep 201119:00
cve
Cvelist
CVE-2009-5099
13 Sep 201119:00
cvelist
Cvelist
CVE-2009-5100
13 Sep 201119:00
cvelist
Cvelist
CVE-2009-5101
13 Sep 201119:00
cvelist
EUVD
EUVD-2009-5054
7 Oct 202500:30
euvd
EUVD
EUVD-2009-5055
7 Oct 202500:30
euvd
EUVD
EUVD-2009-5056
7 Oct 202500:30
euvd
NVD
CVE-2009-5099
13 Sep 201119:59
nvd
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_pentaho_bi_server_mult_vuln.nasl 7044 2017-09-01 11:50:59Z teissa $
#
# Pentaho BI Server Multiple Vulnerabilities
#
# Authors:
# Sooraj KS <[email protected]>
#
# Copyright:
# Copyright (c) 2011 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 exploitation will allow attacker to execute arbitrary script
  code in the browser of an unsuspecting user in the context of the affected
  site or obtain sensitive information.
  Impact Level: Application";
tag_affected = "Pentaho BI Server version 1.7.0.1062 and prior.";
tag_insight = "- Input passed via the 'outputType' parameter to ViewAction is not properly
    sanitised before being returned to the user. This can be exploited to
    execute arbitrary HTML and script code in a user's browser session in
    context of an affected site.
  - Password field with autocomplete enabled, which might allow physically
    proximate attackers to obtain the password.
  - Disclosure of session ID (JSESSIONID) in URL, which allows attackers to
    obtain it from session history, referer headers, or sniffing of web traffic.";
tag_solution = "Upgrade to Pentaho BI Server 3.5.0 GA or later,
  For updates refer to http://www.pentaho.com/download/";
tag_summary = "The host is running Pentaho BI Server and is prone to multiple
  vulnerabilities.";

if(description)
{
  script_id(902568);
  script_version("$Revision: 7044 $");
  script_tag(name:"last_modification", value:"$Date: 2017-09-01 13:50:59 +0200 (Fri, 01 Sep 2017) $");
  script_tag(name:"creation_date", value:"2011-09-22 10:24:03 +0200 (Thu, 22 Sep 2011)");
  script_cve_id("CVE-2009-5099", "CVE-2009-5100", "CVE-2009-5101");
  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("Pentaho BI Server Multiple Vulnerabilities");
  script_xref(name : "URL" , value : "http://secunia.com/advisories/37024");
  script_xref(name : "URL" , value : "http://www.securityfocus.com/archive/1/archive/1/507168/100/0/threaded");
  script_xref(name : "URL" , value : "http://antisnatchor.com/2009/06/20/pentaho-1701062-multiple-vulnerabilities/");
  script_xref(name : "URL" , value : "http://jira.pentaho.com/browse/BISERVER-2698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel");

  script_tag(name:"qod_type", value:"remote_active");
  script_category(ACT_ATTACK);
  script_copyright("Copyright (C) 2011 SecPod");
  script_family("Web Servers");
  script_require_ports("Services/www", 8080);
  script_dependencies("find_service.nasl", "http_version.nasl");
  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");

## Get HTTP Port
port = get_http_port(default:8080);
if(!port){
  exit(0);
}

## Send and Receive the response
req = http_get(item:string("/pentaho/Login"),  port:port);
res = http_send_recv(port:port, data:req);

## Confirm the application
if("Pentaho BI Platform" >< res)
{
  ## Check for the Password field with autocomplete enabled
  if('<td colspan="2"><input type=\'password\' name=\'j_password\' '+
                                          'size="30" ></td>' >< res)
  {
    security_message(port);
    exit(0);
  }
}

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