Advantech WebaccessApplication · Advantech

CVE-2014-0773

HIGH · 7.5 CVSS v2.0 Published 2014-04-12
Fix available
A fix is available. Upgrade to after 7.1 or later.
See remediation →
84/100
Remediation priority · High
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
The BWOCXRUN.BwocxrunCtrl.1 control contains a method named “CreateProcess.” This method contains validation to ensure an attacker cannot run arbitrary command lines. After validation, the values supplied in the HTML are passed to the Windows CreateProcessA API. The validation can be bypassed allowing for running arbitrary command lines. The command line can specify running remote files (example: UNC command line). A function exists at offset 100019B0 of bwocxrun.ocx. Inside this function, there are 3 calls to strstr to check the contents of the user specified command line. If “\setup.exe,” “\bwvbprt.exe,” or “\bwvbprtl.exe” are contained in the command line (strstr returns nonzero value), the command line passes validation and is then passed to CreateProcessA.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

The BWOCXRUN.BwocxrunCtrl.1 ActiveX control contains a vulnerable CreateProcess method with bypassable validation. The control uses strstr checks for three specific strings (\setup.exe, \bwvbprt.exe, or \bwvbprtl.exe); if any are present in the user-supplied command line, validation passes and the command is executed via CreateProcessA, allowing arbitrary command execution including remote file execution via UNC paths.

MitigationDisable the BWOCXRUN.BwocxrunCtrl.1 ActiveX control in affected browsers or implement network-based detection for the specific malicious strings in command-line arguments; consult the vendor for an official patch.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Advantech WebaccessApplication
Affected:<= 7.1= 5.0= 6.0= 7.0

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Authentication
None
Confidentiality
Partial
Integrity
Partial
Availability
Partial

AV:N/AC:L/Au:N/C:P/I:P/A:P

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify installed Advantech WebAccess version
    Check the program files directory for Advantech WebAccess installation (typically C:\Program Files\Advantech\WebAccess or C:\Program Files (x86)\Advantech\WebAccess) and locate version information in the application properties or README files. Also check Windows Registry under HKEY_LOCAL_MACHINE\SOFTWARE\Advantech\WebAccess or HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Advantech\WebAccess for the installed version.
    Affected if The installed version matches 5.0, 6.0, 7.0, or 7.1, or falls within the range 7.1 or lower (any version <= 7.1).
  2. Locate the vulnerable BWOCXRUN ActiveX control file
    Search for the bwocxrun.ocx or BwocxrunCtrl.dll file on the system. Common paths include C:\Windows\System32\ or the WebAccess installation directory. Use the command: dir /s /b C:\*bwocxrun* to locate the file.
    Affected if The bwocxrun.ocx or BwocxrunCtrl.dll file exists on the system, indicating the ActiveX control is installed.
  3. Verify ActiveX control registration in Windows
    Check if the BWOCXRUN.BwocxrunCtrl.1 control is registered by reviewing the Windows Registry under HKEY_CLASSES_ROOT\BWOCXRUN.BwocxrunCtrl.1, or use the command: reg query "HKEY_CLASSES_ROOT\BWOCXRUN.BwocxrunCtrl.1"
    Affected if The ActiveX control is registered in the Windows Registry, meaning it can be invoked by browsers or applications.
  4. Check if the CreateProcess method is exposed
    Use a COM object viewer (such as OLE-COM Object Viewer or a PowerShell script with Get-ItemProperty on the CLSID) to inspect the BWOCXRUN.BwocxrunCtrl.1 control's methods. Verify that the CreateProcess or similar execution method is available and accepts command-line parameters.
    Affected if The control exposes a method capable of executing commands, which combined with the vulnerable validation logic enables arbitrary command execution.

A system is affected if Advantech WebAccess version 5.0, 6.0, 7.0, or any version <= 7.1 is installed with the BWOCXRUN.BwocxrunCtrl.1 ActiveX control present and registered.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

From vendor data
Upgrade available Upgrade to a release after 7.1
Interim mitigation

Disable the BWOCXRUN.BwocxrunCtrl.1 ActiveX control in affected browsers or implement network-based detection for the specific malicious strings in command-line arguments; consult the vendor for an official patch.

Fix this in Advantech Webaccess Scoped from the published advisory
  • Consultation4.0 h
  • Implementation4.0 h
  • Testing3.0 h
  • Review / QA2.0 h
13.0 hours of engineering $2,330
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,728.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2014-0773 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2014-0773 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data