Schneider Electric InduSoft Web Studio RCE (Apr 2018)
🗓️ 18 Apr 2018 00:00:00Reported by This script is Copyright (C) 2018-2024 and is owned by Tenable, Inc. or an Affiliate thereof.Type
nessus🔗 www.tenable.com👁 52 Views
| Reporter | Title | Published | Views | Family All 13 |
|---|---|---|---|---|
| CVE-2018-8840 | 18 Apr 201820:29 | – | attackerkb | |
| The vulnerability of HMI/SCADA systems provided by InduSoft Web Studio and InTouch Machine Edition arises from buffer overflows in the stack. This allows attackers to execute arbitrary code. | 14 Jun 201800:00 | – | bdu_fstec | |
| Schneider Electric InduSoft Web Studio and InTouch Machine Editiony Buffer Overflow Vulnerability | 19 Apr 201800:00 | – | cnvd | |
| Aveva Indusoft Web Studio Remote Code Execution (CVE-2018-8840) | 29 Dec 201900:00 | – | checkpoint_advisories | |
| CVE-2018-8840 | 18 Apr 201820:00 | – | cve | |
| CVE-2018-8840 | 18 Apr 201820:00 | – | cvelist | |
| Schneider Electric InduSoft Web Studio and InTouch Machine Edition | 17 Apr 201800:00 | – | ics | |
| CVE-2018-8840 | 18 Apr 201820:29 | – | nvd | |
| CVE-2018-8840 | 18 Apr 201820:29 | – | osv | |
| Remote code execution | 18 Apr 201820:29 | – | prion |
10
#
# (C) Tenable Network Security, Inc.
#
include('compat.inc');
if (description)
{
script_id(109144);
script_version("1.6");
script_set_attribute(attribute:"plugin_modification_date", value:"2024/10/30");
script_cve_id("CVE-2018-8840");
script_xref(name:"TRA", value:"TRA-2018-07");
script_xref(name:"ICSA", value:"18-107-01");
script_name(english:"Schneider Electric InduSoft Web Studio RCE (Apr 2018)");
script_set_attribute(attribute:"synopsis", value:
"Schneider Electric InduSoft Web Studio requires a security update.");
script_set_attribute(attribute:"description", value:
"An installed version of Schneider Electric InduSoft Web Studio is
vulnerable to RCE and therefore requires a security update.");
script_set_attribute(attribute:"see_also", value:"https://www.tenable.com/security/research/tra-2018-07");
# https://sw.aveva.com/hubfs/pdf/security-bulletin/LFSec00000125-2.pdf
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?dcfab1a4");
script_set_attribute(attribute:"see_also", value:"https://ics-cert.us-cert.gov/advisories/ICSA-18-107-01");
script_set_attribute(attribute:"solution", value:
"Update to Schneider Electric InduSoft Web Studio 8.1 SP1.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2018-8840");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"exploit_available", value:"false");
script_set_attribute(attribute:"vuln_publication_date", value:"2018/04/06");
script_set_attribute(attribute:"patch_publication_date", value:"2018/04/06");
script_set_attribute(attribute:"plugin_publication_date", value:"2018/04/18");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/a:indusoft:web_studio");
script_set_attribute(attribute:"cpe", value:"x-cpe:/a:schneider_electric:indusoft_web_studio");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Windows");
script_copyright(english:"This script is Copyright (C) 2018-2024 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("scada_app_schneider_electric_iws_detection_local.nbin");
script_require_keys("installed_sw/Schneider Electric InduSoft Web Studio");
script_require_ports(139, 445, "Host/patch_management_checks");
exit(0);
}
include("audit.inc");
include("misc_func.inc");
include("install_func.inc");
include("global_settings.inc");
include("smb_func.inc");
appname = 'Schneider Electric InduSoft Web Studio';
get_install_count(app_name:appname, exit_if_zero:true);
port = kb_smb_transport();
installs = get_installs(app_name:appname, exit_if_not_found:true);
report = '';
foreach install (installs[1])
{
version = install['version'];
path = install['path'];
fix = '2601.1803.2601.0';
vcomp_out = ver_compare(ver:version, fix:fix);
if (!isnull(vcomp_out) && vcomp_out < 0)
{
report +=
'\n Path : ' + path +
'\n Installed version : ' + version +
'\n Fixed version : ' + fix +
'\n';
}
}
if (report != '')
security_report_v4(port:port, severity:SECURITY_HOLE, extra:report);
else
audit(AUDIT_INST_VER_NOT_VULN, appname);
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
30 Oct 2024 00:00Current
9.4Critical risk
Vulners AI Score9.4
CVSS 39.8
CVSS 210
EPSS0.07198