Latest YouTube Video

Tuesday, April 25, 2017

[FD] Dell Customer Connect 1.3.28.0 Privilege Escalation

# Exploit Dell Customer Connect 1.3.28.0 Privilege Escalation # Date: 25.04.2017 # Software Link: http://www.dell.com/ # Exploit Author: Kacper Szurek # Contact: https://twitter.com/KacperSzurek # Website: http://ift.tt/2iHZPtU # Category: local 1. Description DCCService.exe is running on autostart as System. This service has auto update functionality. Basically it periodically checks http://ift.tt/2q9QLPq looking for new config file. Under normal conditions we cannot spoof this connection because it’s SSL. But here WebUtils.sendWebRequest() is executed using Impersonator.RunImpersonated(). RunImpersonated() executes given function in the context of currently logged in user. In Windows system we can add any certificate to Local user root store. Then this certificate is considered as trusted so we can perform MITM attack. It can be done using simple proxy server because by default .NET HttpWebRequest() uses IE proxy settings (which can by set by any user without administrator priveleges). http://ift.tt/2pv5w31 2. Proof of Concept http://ift.tt/2p0l9xM 3. Fix http://ift.tt/2oFW5J2

Source: Gmail -> IFTTT-> Blogger

No comments: