cve/2017/CVE-2017-16690.md

18 lines
1.1 KiB
Markdown
Raw Normal View History

2024-06-09 00:33:16 +00:00
### [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
2024-06-18 02:51:15 +02:00
- https://blogs.sap.com/2017/12/12/sap-security-patch-day-december-2017/
2024-06-09 00:33:16 +00:00
#### Github
No PoCs found on GitHub currently.