Facebook Google Plus Twitter LinkedIn YouTube RSS Menu Search Resource - BlogResource - WebinarResource - ReportResource - Eventicons_066 icons_067icons_068icons_069icons_070

Multiple Advantech WebAccess Vulnerabilities

Critical

Synopsis

While performing research for CVE-2017-16720 and CVE-2018-18999, Tenable found multiple vulnerabilities in Advantech WebAccess/SCADA version 8.3.4.

CVE-2019-3940: Unauthenticated File Upload RCE

Advantech WebAccess/SCADA version 8.3.3 introduced changes in the DsDaqWebService function in drawsrv.dll. It seems these changes are intended to fix CVE-2017-16720 by whitelisting certain executables in some WebAccess specific directories that are allowed to be passed to the Windows CreateProcessA() API call.

However, webvrpcs.exe accepts unauthenticated RPC calls to perform remote file operations including fopen, fseek, ftell, fread, fwrite and fclose. An unauthenticated remote attacker can issue RPC calls to upload a malicious executable file and save it as one of the whitelisted executables. For example, when WebAccess/SCADA is installed with default settings, C:\WebAccess\Node\net.exe is in the whitelist but there is no net.exe in C:\WebAccess\Node. The attacker can upload PsExec.exe (from Sysinternals) to the target host and save it as C:\WebAccess\Node\net.exe. The attacker then issues an IOCTL 10001 RPC call to launch PsExec.exe with attacker-specified arguments to be passed to PsExec.exe.

CVE-2019-3941: Unauthenticated Arbitrary Remote File Deletion

webvrpcs.exe accepts unauthenticated RPC calls to perform file unlink operation:

.text:10002BB7 ioctl_10005:                            ; CODE XREF: DsDaqWebService+FEj
.text:10002BB7                                         ; DATA XREF: .text:off_100041ECo
.text:10002BB7      mov     ecx, [ebp+arg_pInbuf]      ; jumptable 1000284E case 5
.text:10002BBA      push    ecx                        ; Filename
.text:10002BBB      call    ds:_unlink

An unauthenticated remote attacker can issue IOCTL 10005 RPC calls to delete arbitrary files on the remote target host.

CVE-2019-3942: Unauthenticated Arbitrary File Download

webvrpcs.exe accepts unauthenticated RPC calls to perform remote file operations including fopen, fseek, ftell, fread, fwrite, and fclose. An unauthenticated remote attacker can issue RPC calls to download arbitrary files from the remote target host.

The attacker can use downloaded files to launch further attacks. For example, the attacker can download the project database bwcfg.mdb and decode the password for the admin user. The attacker can then have access to the product web UI. Specifically, the attacker can open bwcfg.mdb with Microsoft Access, extract the Password and Password2 fields for the admin user in the pUserPassword table. The admin password can be decoded with the attached python script advantech_webaccess_passwd_decode.py:

# python advantech_webaccess_passwd_decode.py 9D038DD7F9DB5A5B B0F2D054BFD6AB54
Password:          9D038DD7F9DB5A5B
Password2:         B0F2D054BFD6AB54
Decoded password:
00000000:  73 65 63 72 65 74                                 secret

Solution

Upgrade to WebAccess 8.3.5 or later.

Disclosure Timeline

12/21/18 - Vulnerabilities discovered.
01/03/19 - Vulnerabilities reported. 90 day is April 4, 2019.
01/03/19 - Email acknowledged.
01/23/19 - Tenable asks for an update.
01/23/19 - Advantech still working on a fix.
03/19/19 - Tenable pings Advantech.
03/19/19 - Advantech have a "phased in fix for customers."
04/03/19 - Tenable asks if there is a version associated with the fix. Planned advisory release tomorrow.
04/03/19 - Advantech states the "mechanism" was released in 8.3.5.

All information within TRA advisories is provided “as is”, without warranty of any kind, including the implied warranties of merchantability and fitness for a particular purpose, and with no guarantee of completeness, accuracy, or timeliness. Individuals and organizations are responsible for assessing the impact of any actual or potential security vulnerability.

Tenable takes product security very seriously. If you believe you have found a vulnerability in one of our products, we ask that you please work with us to quickly resolve it in order to protect customers. Tenable believes in responding quickly to such reports, maintaining communication with researchers, and providing a solution in short order.

For more details on submitting vulnerability information, please see our Vulnerability Reporting Guidelines page.

If you have questions or corrections about this advisory, please email [email protected]

Risk Information

Tenable Advisory ID: TRA-2019-15
CVSSv2 Base / Temporal Score:
10.0 / 8.3
CVSSv2 Vector:
AV:N/AC:L/Au:N/C:C/I:C/A:C
Affected Products:
Advantech WebAccess/SCADA 8.3.4
Risk Factor:
Critical

Advisory Timeline

04/04/2018 - [R1] Initial Release
04/16/2019 - [R2] Fixed a typo
11/19/2020 - [R3] Fixed a typo