mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-05 19:06:36 +02:00
18 lines
1.1 KiB
Markdown
18 lines
1.1 KiB
Markdown
### [CVE-2017-16690](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16690)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|