Natural Language 6 DLLs
Theory
Under any of the languages in the Natural Language Development Platform 6 library (NaturalLanguage6.dll) registry keys, we can set the value of either StemmerDLLPathOverride
or WBDLLPathOverride
to the location of our malicious DLL. The DLL will be loaded via LoadLibrary executed by SearchIndexer.exe.
Practice
You can force SearchIndexer.exe to load some DLLs specified in this registry:
HKLM\System\CurrentControlSet\Control\ContentIndex\Language\<some language>\StemmerDLLPathOverride
HKLM\System\CurrentControlSet\Control\ContentIndex\Language\<some language>\WBDLLPathOverride
Resources
Last updated
Was this helpful?