0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
Dell Customer Connect 1.3.28.0 Privilege Escalation Vulnerability
# 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: https://security.szurek.pl/ # Category: local 1. Description DCCService.exe is running on autostart as System. This service has auto update functionality. Basically it periodically checks https://otbs.azurewebsites.net 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). https://security.szurek.pl/dell-customer-connect-13280-privilege-escalation.html 2. Proof of Concept https://github.com/kacperszurek/exploits/blob/master/DellCustomerConnect/dell_customer_connect_privilege_escalation.py 3. Fix http://www.dell.com/support/home/us/en/19/Drivers/DriversDetails?driverId=DR53F # 0day.today [2024-11-04] #