### [CVE-2017-16690](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16690) ![](https://img.shields.io/static/v1?label=Product&message=SAP%20Plant%20Connectivity&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=DLL%20preload%20attack&color=brighgreen) ### Description A malicious DLL preload attack possible on NwSapSetup and Installation self-extracting program for SAP Plant Connectivity 2.3 and 15.0. It is possible that SAPSetup / NwSapSetup.exe loads system DLLs like DWMAPI.dll (located in your Syswow64 / System32 folder) from the folder the executable is in and not from the system location. The desired behavior is that system dlls are only loaded from the system folders. If a dll with the same name as the system dll is located in the same folder as the executable, this dll is loaded and code is executed. ### POC #### Reference - https://blogs.sap.com/2017/12/12/sap-security-patch-day-december-2017/ #### Github No PoCs found on GitHub currently.