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!
Battle.Net 1.5.0.7963 - Insecure File Permissions Privilege Escalation
# Exploit Title: Battle.Net 1.5.0.7963 Local Privilege Escalation # Date: 11/09/2016 # Exploit Author: Tulpa # Contact: tulpa@tulpa-security.com # Author website: www.tulpa-security.com # Vendor Homepage: www.battle.net # Software Link: https://eu.battle.net/account/download/ # Version: Version 1.5.0.7963 # Tested on: Windows 10 Professional x64 and Windows XP SP3 x86 1. Description: Battle.Net installs by default to "C:\Program Files (x86)\Battle.Net" with weak folder permissions granting any built-in user account with full permission to the contents of the directory and it's subfolders. This allows an attacker opportunity for their own code execution under any other user running the application. This is not limited to just the Battle.Net directory, but also to any of Blizzards game installation folders as installed by Battle.Net. 2. Proof C:\Program Files>cacls Battle.net C:\Program Files\Battle.net BUILTIN\Users:(OI)(CI)F BUILTIN\Administrators:(OI)(CI)F CREATOR OWNER:(OI)(CI)F C:\Program Files>cacls "Diablo III" C:\Program Files\Diablo III BUILTIN\Users:(OI)(CI)F BUILTIN\Administrators:(OI)(CI)F CREATOR OWNER:(OI)(CI)F C:\Program Files>cacls "StarCraft II" C:\Program Files\StarCraft II BUILTIN\Users:(OI)(CI)F BUILTIN\Administrators:(OI)(CI)F CREATOR OWNER:(OI)(CI)F C:\Program Files>cacls Hearthstone C:\Program Files\Hearthstone BUILTIN\Users:(OI)(CI)F BUILTIN\Administrators:(OI)(CI)F CREATOR OWNER:(OI)(CI)F C:\Program Files>cacls "Heroes of the Storm" C:\Program Files\Heroes of the Storm BUILTIN\Users:(OI)(CI)F BUILTIN\Administrators:(OI)(CI)F CREATOR OWNER:(OI)(CI)F C:\Program Files (x86)>cacls "World of Warcraft" C:\Program Files (x86)\World of Warcraft BUILTIN\Users:(OI)(CI)F BUILTIN\Administrators:(OI)(CI)F CREATOR OWNER:(OI)(CI)F 3. Exploit: Simply replace any of the game exe's or any of the dll's with your preferred payload and wait for execution. # 0day.today [2024-11-16] #