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!
Lotus Notes Diagnostic Tool 8.5/9.0 - Privilege Escalation Vulnerability
# Exploit Title: Lotus Notes Diagnostic Tool (nsd.exe) Privelege Escalation # Date: 02-09-2017 # Exploit Author: ParagonSec # Website: https://github.com/paragonsec # Version: 8.5 & 9.0 # Tested on: Windows 7 Enterprise # CVE: CVE-2015-0179 # Vendor CVE URL: http://www-01.ibm.com/support/docview.wss?uid=swg21700029 # Category: Local & Privilege Escalation Exploit 1. Description Lotus Notes Diagnostic Tool (nsd.exe) runs under NT Authority/System rights. This can be leveraged to run a program under the System context and elevate local privileges. 2. Proof of Concept First you need to execute nsd.exe under the monitor/CLI mode: > nsd.exe -monitor Next, after NSD finishes loading you can execute any program under the System context. In this example we will execute CMD. nsd> LOAD CMD You will see that cmd is opened as System now. Also, NSD can be used to attach, kill processes or create memory dumps under the System context. 3. Solution: This has been fixed on release 9.0.1 FP3 and 8.5.3 FP6. # 0day.today [2024-12-28] #