CVE-2014-0773
Description
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.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or β if you've already worked around this in production β publish your fix to the community-verified tier.
β Propose a mitigation on Community β Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| advantech | advantech_webaccess | {"endIncluding":"7.1"} | |
| advantech | advantech_webaccess | 5.0 | |
| advantech | advantech_webaccess | 6.0 | |
| advantech | advantech_webaccess | 7.0 | |
References
CWEs
CWE-77
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.