Open
Bug 750601
Opened 13 years ago
Updated 3 years ago
Move the dll blocker from XUL.dll to firefox.exe and other exe files
Categories
(Core :: Widget: Win32, defect)
Tracking
()
NEW
People
(Reporter: nrc, Unassigned)
References
Details
DLLs are able to circumvent our DLL blocker by injecting themselves into our process before XUL.dll (and our DLL blocker) is loaded. We should prevent this by loading the blocker earlier in the startup process, by moving the blocker to firefox.exe. There is some disussion of how this should be done (and an example of a program that can circumvent our blocker) in bug 733892.
Comment 1•13 years ago
|
||
I hope it will fix ineffective DLL blocklists (see bug 725503 comment 4).
This has been more or less accomplished in bug 932100. We can now stop most AppInit DLLs, but unfortunately radhslib.dll is still sneaking through (bug 725503 comment 9).
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•