SoFunction
Updated on 2025-04-10

4 ways to temporarily block IE's latest 0day

1. SACL method
[Unicode]
Unicode=yes
[Version]
signature="$CHICAGO$"
Revision=1
[File Security]
"%ProgramFiles%\Common Files\System\Ole DB\",2,"S:(ML;;NWNRNX;;;ME)"

Save the above content as BlockAccess_x86.inf
Then execute it in the command prompt

SecEdit/configure/db /cfg <inf file>
where <inf file> is the inf file path. If successful, you will see the prompt "The operation is completed successfully".

2. Disable the Row Position function method

HKEY_CLASSES_ROOT\CLSID\{2048EEE6-7FA2-11D0-9E6A-00A0C9138C29}
Open the Registry Editor and delete this key.

3. Cancel DLL registration method
Enter /u "Program Files\Common Files\System\Ole DB\" in the command prompt
Just

4. Permission setting method
Type cacls "Program Files\Common Files\System\Ole DB\"/E/P everyone:N

The Vista system requires 3 commands:
takeown/f "Program Files\Common Files\System\Ole DB\"
icacls "Program Files\Common Files\System\Ole DB\"/save %TEMP%\oledb32.
icacls "Program Files\Common Files\System\Ole DB\"/deny everyone:(F)